summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-09-24 08:49:37 +0200
committerEugen Wissner <belka@caraus.de>2021-09-24 08:49:37 +0200
commite6dbf936af0d918a032f29a988a355d2bb35be16 (patch)
treecd9b55b4f1efdc54e99b8042a8fa96fedde137af /graphql.cabal
parentfbfbb3e73f4adc973fd2b515c4fb665e1556a214 (diff)
downloadgraphql-e6dbf936af0d918a032f29a988a355d2bb35be16.tar.gz
Test with GHC 9.0
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal
index dfa8052..06e6ab9 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -20,7 +20,9 @@ build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
-tested-with: GHC == 8.10.4
+tested-with:
+ GHC == 8.10.7
+ , GHC == 9.0.1
source-repository head
type: git
@@ -95,7 +97,7 @@ test-suite graphql-test
build-depends:
QuickCheck >= 2.14.1 && < 2.15
, aeson
- , base >= 4.7 && < 5
+ , base >= 4.8 && < 5
, conduit
, exceptions
, graphql