diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-09-24 08:49:37 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-09-24 08:49:37 +0200 |
| commit | e6dbf936af0d918a032f29a988a355d2bb35be16 (patch) | |
| tree | cd9b55b4f1efdc54e99b8042a8fa96fedde137af | |
| parent | fbfbb3e73f4adc973fd2b515c4fb665e1556a214 (diff) | |
| download | graphql-e6dbf936af0d918a032f29a988a355d2bb35be16.tar.gz | |
Test with GHC 9.0
| -rw-r--r-- | graphql.cabal | 6 |
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 |
