diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-12-17 09:03:18 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-12-18 09:03:18 +0100 |
| commit | 0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c (patch) | |
| tree | 6c13368061b75f417e1a2da4eb1957eccb5c1748 /package.yaml | |
| parent | 4c0d226030015c98ce76ebb4815dc9162ad10b11 (diff) | |
| download | graphql-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.yaml | 2 |
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: |
