summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 35087c7..abaf140 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -31,12 +31,12 @@ library
ghc-options: -Wall
build-depends:
aeson ^>= 2.0.3,
- base ^>=4.14.3.0,
+ base >= 4.7 && < 5,
conduit ^>= 1.3.4,
containers ^>= 0.6.2,
exceptions ^>= 0.10.4,
hspec-expectations >= 0.8.2 && < 0.9,
- graphql ^>= 1.0.2,
+ graphql ^>= 1.0.3.0,
megaparsec >= 9.0 && < 10,
scientific ^>= 0.3.7,
text >= 1.2 && < 3,
@@ -48,6 +48,7 @@ test-suite graphql-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
+ Language.GraphQL.CoerceSpec
Language.GraphQL.DirectiveSpec
Language.GraphQL.FragmentSpec
Language.GraphQL.RootOperationSpec
@@ -56,10 +57,11 @@ test-suite graphql-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson,
- base >= 4.8 && < 5,
+ base,
graphql,
graphql-spice,
hspec >= 2.9.1 && < 3,
+ scientific,
text,
unordered-containers
default-language: Haskell2010