diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-10-19 10:00:25 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-10-19 10:00:25 +0200 |
| commit | c7d5b02911380583ea8ca4bfc600f533658ab16f (patch) | |
| tree | 91276b5df2af700daff988fb2c675a2e08d75ac1 /package.yaml | |
| parent | 37254c8c9532794ed41570ef8c646c41e7044f2c (diff) | |
| download | graphql-c7d5b02911380583ea8ca4bfc600f533658ab16f.tar.gz | |
Handle top-level fragments
Fixes #17.
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index 40b5d04..3f4d823 100644 --- a/package.yaml +++ b/package.yaml @@ -31,11 +31,10 @@ dependencies: - megaparsec - text - transformers +- unordered-containers library: source-dirs: src - dependencies: - - unordered-containers tests: tasty: |
