diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-01-12 07:19:28 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-01-12 07:19:28 +0100 |
| commit | 6d951491be0093f7568462a3139115cdab6766ed (patch) | |
| tree | 556b96becdd9f45aa2e9632af53a4a8e60884d84 /package.yaml | |
| parent | dd8f312cb3b0478a3f1e6215c73f47d49180be65 (diff) | |
| download | graphql-6d951491be0093f7568462a3139115cdab6766ed.tar.gz | |
Replace Parser.manyNE with NonEmpty.some
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 1 |
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 |
