summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
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 ea1d152..18c78fa 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -41,7 +41,9 @@ test-suite tasty
main-is: tasty.hs
ghc-options: -Wall
other-modules: Paths_graphql
- Test.StarWars
+ Test.StarWars.Data
+ Test.StarWars.Schema
+ Test.StarWars.QueryTests
build-depends: base >= 4.6 && <5,
aeson >= 0.7.0.3,
text >= 0.11.3.1,