summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorDmitrii Skurikhin <dmitrii.sk@gmail.com>2020-03-29 16:56:07 +0300
committerEugen Wissner <belka@caraus.de>2020-04-10 11:19:36 +0200
commit2760bd8ee120b5f8db95dd96ce85890cc88d9e8e (patch)
tree30e6d3ea09dc7bb1b7f5a6e201a2a9419ebc7716 /package.yaml
parent30d6a0a58dcdd20bf9ef555d5fc476436f520f85 (diff)
downloadgraphql-2760bd8ee120b5f8db95dd96ce85890cc88d9e8e.tar.gz
Don't encode controls as block strings
Fixes #39. String containing control sequences should be encoded as simple strings even if they contain newlines, since the block strings can contain only SourceCharacters.
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index 13cad6c..a573935 100644
--- a/package.yaml
+++ b/package.yaml
@@ -54,4 +54,5 @@ tests:
- hspec
- hspec-expectations
- hspec-megaparsec
+ - QuickCheck
- raw-strings-qq