Require base >=4.15 (GHC 9)
All checks were successful
Build / audit (push) Successful in 19s
Build / test (push) Successful in 8m51s
Build / doc (push) Successful in 7m43s

It's already required by some of the dependencies, so it shouldn't be a
problem. Anyway NonEmpty usage is requiring base >=4.9 at least.
This commit is contained in:
Eugen Wissner 2024-08-07 19:25:42 +02:00
parent 388af30b51
commit 6e32112be4
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0

View File

@ -1,4 +1,4 @@
cabal-version: 2.4 cabal-version: 3.0
name: graphql name: graphql
version: 1.3.0.0 version: 1.3.0.0
@ -57,7 +57,7 @@ library
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
base >= 4.7 && < 5, base >= 4.15 && < 5,
conduit ^>= 1.3.4, conduit ^>= 1.3.4,
containers >= 0.6 && < 0.8, containers >= 0.6 && < 0.8,
exceptions ^>= 0.10.4, exceptions ^>= 0.10.4,