diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-02-05 12:32:35 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-02-05 12:32:35 +0100 |
| commit | c81ddb03353c65abaea1778159b0a7c37ffe38a8 (patch) | |
| tree | 65e7cfb6423c1518679014478735858c4ed98133 /graphql.cabal | |
| parent | eca3c2d8d4d427b58c2109c277975219bad58e43 (diff) | |
| download | graphql-c81ddb03353c65abaea1778159b0a7c37ffe38a8.tar.gz | |
Introduce `graphql` function
This simplifies Attoparsec parsing when executing a GraphQL
query.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index 7cffa53..40da990 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -22,7 +22,8 @@ data-files: tests/data/*.graphql library default-language: Haskell2010 ghc-options: -Wall - exposed-modules: Data.GraphQL.AST + exposed-modules: Data.GraphQL + Data.GraphQL.AST Data.GraphQL.Encoder Data.GraphQL.Execute Data.GraphQL.Schema |
