diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-10-13 20:42:24 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-10-13 20:42:24 +0200 |
| commit | fdc43e4e257cbc1cb1a829b81a7278f6404be79c (patch) | |
| tree | ee3dc860bd641d76672c23936bbd70fd7a93decf /graphql.cabal | |
| parent | 2fdf04f54a2d4fe68068ebeb232624e3dcce24b7 (diff) | |
| download | graphql-fdc43e4e257cbc1cb1a829b81a7278f6404be79c.tar.gz | |
Fix non nullable type representation
…in executor error messages.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 2 |
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 |
