Add upper bound
This commit is contained in:
parent
838f8c0aca
commit
bdd7df5bec
@ -41,7 +41,7 @@ library
|
|||||||
extensions: CPP, ForeignFunctionInterface
|
extensions: CPP, ForeignFunctionInterface
|
||||||
ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures
|
ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
build-depends: base >= 4,
|
build-depends: base >= 4 && < 5,
|
||||||
Cabal >= 1.6,
|
Cabal >= 1.6,
|
||||||
haskell-src,
|
haskell-src,
|
||||||
containers,
|
containers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user