summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2016-02-08 17:30:18 +0100
committerDanny Navarro <j@dannynavarro.net>2016-02-08 17:30:18 +0100
commit1561e62489beecf2a86625519f02e40cd8db642a (patch)
treed1035871afebe898c6a98cee6422543b88cf46b3 /graphql.cabal
parent53e101f35e9ad743e8ce4ab4f3ffc2a7bd2fc4c1 (diff)
downloadgraphql-1561e62489beecf2a86625519f02e40cd8db642a.tar.gz
Extend `execute` for deeper queries
The second graphql-js end-to-end test was ported and passed successfully.
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 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