summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-13 07:24:05 +0200
committerEugen Wissner <belka@caraus.de>2019-08-13 07:24:05 +0200
commit045b6d15fbf299b5a09a20e3045209d7dcc31908 (patch)
tree7327f904a288944d5b9c3d57a67020222c05e2ac /graphql.cabal
parent6604fba7f44b6016003b6750bb1c57e9c43b7544 (diff)
downloadgraphql-045b6d15fbf299b5a09a20e3045209d7dcc31908.tar.gz
Escape special characters in the encoded strings
Fixes #2.
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 dc4bf54..0a43ff4 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: dca80d6bcaa432cabc2499efc9f047c6f59546bc2ba75b35fed6efd694895598
+-- hash: cb68243309f47fc44768d14981c4f6f8b3f1bb9dc37dd17a63996418d6aac375
name: graphql
version: 0.4.0.0
@@ -66,6 +66,7 @@ test-suite tasty
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
+ Language.GraphQL.EncoderSpec
Language.GraphQL.ErrorSpec
Language.GraphQL.LexerSpec
Language.GraphQL.ParserSpec