summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2015-10-17 17:49:56 +0200
committerDanny Navarro <j@dannynavarro.net>2015-10-17 17:49:56 +0200
commit3f30a44d1d9464ec112246c7dae1a5519b39769e (patch)
treeabe32c2c42490130488241435ebe1bfb8ddc3d8d /graphql.cabal
parent8e3bae4b5c18dd1647e2a1de5c51802531b90ddb (diff)
downloadgraphql-3f30a44d1d9464ec112246c7dae1a5519b39769e.tar.gz
Test fixtures for Schema toplevel
This includes simplications to the Schema data types.
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql.cabal b/graphql.cabal
index a78f6ab..752d2ae 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -40,6 +40,7 @@ test-suite tasty
main-is: tasty.hs
ghc-options: -Wall
other-modules: Paths_graphql
+ Test.StarWars
build-depends: base >=4.6 && <5,
text >=0.11.3.1,
attoparsec >=0.10.4.0,