summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal3
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