summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 2ca4923..b719c62 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -32,7 +32,7 @@ library
hs-source-dirs: src
ghc-options: -Wall
build-depends:
- aeson ^>= 2.0.3,
+ aeson >= 2.0.3 && < 2.3,
base >= 4.7 && < 5,
conduit ^>= 1.3.4,
containers ^>= 0.6.2,
@@ -43,8 +43,8 @@ library
scientific ^>= 0.3.7,
text >= 1.2 && < 3,
time >= 1.11.1,
- transformers ^>= 0.5.6,
- vector ^>= 0.12.3,
+ transformers >= 0.5.6 && < 0.7,
+ vector >= 0.12 && < 0.14,
unordered-containers ^>= 0.2.16
default-language: Haskell2010