Test with GHC 9.0

This commit is contained in:
Eugen Wissner 2021-09-24 08:49:37 +02:00
parent fbfbb3e73f
commit e6dbf936af
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
1 changed files with 4 additions and 2 deletions

View File

@ -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