Skip to content

Commit

Permalink
Pin base
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 9, 2020
1 parent 1f7b872 commit e116f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neuron.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ common library-common
import: ghc-common
default-language: Haskell2010
build-depends:
base,
base >=4.12 && < 4.14,
aeson,
mtl,
text,
Expand Down Expand Up @@ -75,7 +75,7 @@ common app-common
hs-source-dirs: src/app src/lib
default-language: Haskell2010
build-depends:
base,
base >=4.12 && < 4.14,
aeson,
clay -any,
mtl,
Expand Down Expand Up @@ -159,7 +159,7 @@ test-suite neuron-test
hs-source-dirs: test
main-is: Spec.hs
build-depends:
base,
base >=4.12 && < 4.14,
relude,
hspec,
QuickCheck,
Expand Down

0 comments on commit e116f82

Please sign in to comment.