summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 52caf30..750b38c 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -27,6 +27,7 @@ library
Language.GraphQL.Class
Language.GraphQL.JSON
Language.GraphQL.Resolver
+ Language.GraphQL.TH
Test.Hspec.GraphQL
other-modules:
hs-source-dirs: src
@@ -38,7 +39,7 @@ library
containers >= 0.6 && < 0.8,
exceptions ^>= 0.10.4,
hspec-expectations >= 0.8.2 && < 0.9,
- graphql >= 1.3.0 && < 1.5.0,
+ graphql >= 1.3.0 && < 1.6.0,
megaparsec >= 9.0 && < 10,
scientific ^>= 0.3.7,
template-haskell >= 2.16 && < 3,
@@ -58,6 +59,7 @@ test-suite graphql-test
Language.GraphQL.DirectiveSpec
Language.GraphQL.FragmentSpec
Language.GraphQL.RootOperationSpec
+ Language.GraphQL.THSpec
hs-source-dirs:
tests
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall