Update QuickCheck and containers
Some checks failed
Build / test (push) Has been cancelled
Build / doc (push) Has been cancelled
Build / audit (push) Has been cancelled

This commit is contained in:
Eugen Wissner 2024-05-01 14:02:59 +02:00
parent e731c7db07
commit 281b44a408
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0

View File

@ -60,7 +60,7 @@ library
build-depends: build-depends:
base >= 4.7 && < 5, base >= 4.7 && < 5,
conduit ^>= 1.3.4, conduit ^>= 1.3.4,
containers ^>= 0.6.2, containers >= 0.6 && < 0.8,
exceptions ^>= 0.10.4, exceptions ^>= 0.10.4,
megaparsec >= 9.0 && < 10, megaparsec >= 9.0 && < 10,
parser-combinators >= 1.3 && < 2, parser-combinators >= 1.3 && < 2,
@ -93,7 +93,7 @@ test-suite graphql-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends: build-depends:
QuickCheck ^>= 2.14.1, QuickCheck >= 2.14 && < 2.16,
base, base,
conduit, conduit,
exceptions, exceptions,