summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-01-12 07:19:28 +0100
committerEugen Wissner <belka@caraus.de>2020-01-12 07:19:28 +0100
commit6d951491be0093f7568462a3139115cdab6766ed (patch)
tree556b96becdd9f45aa2e9632af53a4a8e60884d84 /package.yaml
parentdd8f312cb3b0478a3f1e6215c73f47d49180be65 (diff)
downloadgraphql-6d951491be0093f7568462a3139115cdab6766ed.tar.gz
Replace Parser.manyNE with NonEmpty.some
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 aaf496c..a45c040 100644
--- a/package.yaml
+++ b/package.yaml
@@ -30,6 +30,7 @@ dependencies:
- base >= 4.7 && < 5
- containers
- megaparsec
+- parser-combinators
- text
- transformers
- unordered-containers