summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-12-06 22:52:24 +0100
committerEugen Wissner <belka@caraus.de>2019-12-06 22:52:24 +0100
commit3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb (patch)
tree8413676ca83e352a0dec021a1247bdae299d9d34 /package.yaml
parentfc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631 (diff)
downloadgraphql-3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb.tar.gz
Support directives (skip and include)
Fixes #24.
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 c2c5028..222b64e 100644
--- a/package.yaml
+++ b/package.yaml
@@ -38,6 +38,7 @@ library:
source-dirs: src
other-modules:
- Language.GraphQL.AST.Transform
+ - Language.GraphQL.Execute.Directive
tests:
tasty: