From e6dbf936af0d918a032f29a988a355d2bb35be16 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 24 Sep 2021 08:49:37 +0200 Subject: [PATCH] Test with GHC 9.0 --- graphql.cabal | 6 ++++-- 1 file 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