From c81ddb03353c65abaea1778159b0a7c37ffe38a8 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Fri, 5 Feb 2016 12:32:35 +0100 Subject: Introduce `graphql` function This simplifies Attoparsec parsing when executing a GraphQL query. --- graphql.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphql.cabal') 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 -- cgit v1.2.3