summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index daf020f..c81c01a 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -99,6 +99,7 @@ test-suite graphql-test
Language.GraphQL.ExecuteSpec
Language.GraphQL.Type.OutSpec
Language.GraphQL.Validate.RulesSpec
+ Schemas.HeroSchema
hs-source-dirs:
tests
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
@@ -113,5 +114,7 @@ test-suite graphql-test
hspec-megaparsec ^>= 2.2.0,
megaparsec,
text,
- unordered-containers
+ unordered-containers,
+ containers,
+ vector
default-language: Haskell2010