summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-11-21 17:14:03 +0100
committerEugen Wissner <belka@caraus.de>2024-11-21 17:14:03 +0100
commitc95a5fcd610e3fb816058e8341caf774686f9c82 (patch)
tree48341bfdc068392caa37a8304ab839fcb846e023 /graphql-spice.cabal
parent8417be25d758be6570a39c81c47537d74a1c9596 (diff)
downloadgraphql-spice-c95a5fcd610e3fb816058e8341caf774686f9c82.tar.gz
Allow graphql 1.4.0.0v1.0.5.0
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 7f30b70..52caf30 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -38,7 +38,7 @@ library
containers >= 0.6 && < 0.8,
exceptions ^>= 0.10.4,
hspec-expectations >= 0.8.2 && < 0.9,
- graphql ^>= 1.3.0,
+ graphql >= 1.3.0 && < 1.5.0,
megaparsec >= 9.0 && < 10,
scientific ^>= 0.3.7,
template-haskell >= 2.16 && < 3,