summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-10-13 20:42:24 +0200
committerEugen Wissner <belka@caraus.de>2023-10-13 20:42:24 +0200
commitfdc43e4e257cbc1cb1a829b81a7278f6404be79c (patch)
treeee3dc860bd641d76672c23936bbd70fd7a93decf /graphql.cabal
parent2fdf04f54a2d4fe68068ebeb232624e3dcce24b7 (diff)
downloadgraphql-fdc43e4e257cbc1cb1a829b81a7278f6404be79c.tar.gz
Fix non nullable type representation
…in executor error messages.
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index bcf69af..0103d20 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -22,7 +22,7 @@ extra-source-files:
README.md
tested-with:
GHC == 9.2.8,
- GHC == 9.6.2
+ GHC == 9.6.3
source-repository head
type: git