From 0e67fdc21cc686aa0cb27f87fc36d769310f1484 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Sun, 13 Sep 2015 13:51:37 +0200 Subject: Add GraphQL parser WIP: This parser just type checks, it hasn't even been tested manually. Check new tasks in the TODO file and the TODO comments in the code for more gotchas. --- graphql.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphql.cabal') 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 -- cgit v1.2.3