summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-12-17 09:03:18 +0100
committerEugen Wissner <belka@caraus.de>2019-12-18 09:03:18 +0100
commit0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c (patch)
tree6c13368061b75f417e1a2da4eb1957eccb5c1748 /package.yaml
parent4c0d226030015c98ce76ebb4815dc9162ad10b11 (diff)
downloadgraphql-0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c.tar.gz
Move Execute.Directive to Type.Directive
Just to roughly follow the structure of the reference implementation.
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index dff96d4..88a7238 100644
--- a/package.yaml
+++ b/package.yaml
@@ -38,7 +38,7 @@ library:
source-dirs: src
other-modules:
- Language.GraphQL.Execute.Transform
- - Language.GraphQL.Execute.Directive
+ - Language.GraphQL.Type.Directive
tests:
tasty: