diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-13 07:24:05 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-13 07:24:05 +0200 |
| commit | 045b6d15fbf299b5a09a20e3045209d7dcc31908 (patch) | |
| tree | 7327f904a288944d5b9c3d57a67020222c05e2ac /graphql.cabal | |
| parent | 6604fba7f44b6016003b6750bb1c57e9c43b7544 (diff) | |
| download | graphql-045b6d15fbf299b5a09a20e3045209d7dcc31908.tar.gz | |
Escape special characters in the encoded strings
Fixes #2.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 3 |
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 |
