From 1561e62489beecf2a86625519f02e40cd8db642a Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Mon, 8 Feb 2016 17:30:18 +0100 Subject: Extend `execute` for deeper queries The second graphql-js end-to-end test was ported and passed successfully. --- graphql.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphql.cabal') diff --git a/graphql.cabal b/graphql.cabal index 40da990..bd3bbd8 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -31,7 +31,8 @@ library build-depends: base >= 4.7 && < 5, text >= 0.11.3.1, aeson >= 0.7.0.3, - attoparsec >= 0.10.4.0 + attoparsec >= 0.10.4.0, + unordered-containers >= 0.2.5.0 test-suite tasty default-language: Haskell2010 @@ -45,6 +46,7 @@ test-suite tasty aeson >= 0.7.0.3, text >= 0.11.3.1, attoparsec >= 0.10.4.0, + raw-strings-qq >= 1.1, tasty >= 0.10, tasty-hunit >= 0.9, graphql -- cgit v1.2.3