forked from OSS/graphql
Require base >=4.15 (GHC 9)
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:
parent
388af30b51
commit
6e32112be4
@ -1,4 +1,4 @@
|
||||
cabal-version: 2.4
|
||||
cabal-version: 3.0
|
||||
|
||||
name: graphql
|
||||
version: 1.3.0.0
|
||||
@ -57,7 +57,7 @@ library
|
||||
ghc-options: -Wall
|
||||
|
||||
build-depends:
|
||||
base >= 4.7 && < 5,
|
||||
base >= 4.15 && < 5,
|
||||
conduit ^>= 1.3.4,
|
||||
containers >= 0.6 && < 0.8,
|
||||
exceptions ^>= 0.10.4,
|
||||
|
Loading…
Reference in New Issue
Block a user