summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 2319318..98914ed 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -18,8 +18,10 @@ cabal-version: >=1.10
library
exposed-modules: Data.GraphQL.AST
+ Data.GraphQL.Parser
build-depends: base >= 4.7 && < 5,
- text >=0.11.3.1
+ text >=0.11.3.1,
+ attoparsec >=0.10.4.0
default-language: Haskell2010
source-repository head