diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-12-21 09:16:41 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-12-21 09:25:05 +0100 |
| commit | b215e1a4a77368542c1b46fec234378feda4adce (patch) | |
| tree | 0e7f60eb3cc51e00c4c34382abd335a6a0e8de91 /package.yaml | |
| parent | 1e55f17e7e85e67d6c30c1d60d2e9ade3d89ed15 (diff) | |
| download | graphql-b215e1a4a77368542c1b46fec234378feda4adce.tar.gz | |
Pretify multi-line string arguments as block strings
Fixes #10.
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index 88a7238..3d03c97 100644 --- a/package.yaml +++ b/package.yaml @@ -37,8 +37,8 @@ dependencies: library: source-dirs: src other-modules: - - Language.GraphQL.Execute.Transform - - Language.GraphQL.Type.Directive + - Language.GraphQL.Execute.Transform + - Language.GraphQL.Type.Directive tests: tasty: |
