summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-04 08:12:12 +0100
committerEugen Wissner <belka@caraus.de>2021-02-04 08:12:12 +0100
commitb27da54bf4d4c75447c1cad4329c2b28ae2c6c82 (patch)
tree4dab919f43789d7daba1660b20603705e3620d20 /graphql.cabal
parenta034f2ce4d6603b030e653b4a4a2c46098ce8880 (diff)
downloadgraphql-b27da54bf4d4c75447c1cad4329c2b28ae2c6c82.tar.gz
Provide custom Show instances for AST values
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index ebc3f4b..f51e6d1 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,7 +4,7 @@ cabal-version: 2.2
--
-- see: https://github.com/sol/hpack
--
--- hash: c89b0164372b6e02e4f338d3865dd6bb9dfd1a4475f25d808450480d73f94f91
+-- hash: 55ede035c74b423b607abac158fb26436e4ea06a43fecdcc2ef42423e63597fc
name: graphql
version: 0.11.0.0
@@ -78,6 +78,7 @@ test-suite graphql-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
+ Language.GraphQL.AST.DocumentSpec
Language.GraphQL.AST.EncoderSpec
Language.GraphQL.AST.LexerSpec
Language.GraphQL.AST.ParserSpec