From 045b6d15fbf299b5a09a20e3045209d7dcc31908 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 13 Aug 2019 07:24:05 +0200 Subject: Escape special characters in the encoded strings Fixes #2. --- graphql.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphql.cabal') 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 -- cgit v1.2.3