From fdc43e4e257cbc1cb1a829b81a7278f6404be79c Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 13 Oct 2023 20:42:24 +0200 Subject: Fix non nullable type representation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …in executor error messages. --- graphql.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphql.cabal') 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 -- cgit v1.2.3