summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-06 20:15:49 +0100
committerEugen Wissner <belka@caraus.de>2024-12-06 20:15:49 +0100
commitb399bddb90b367fd0eb06766eb96863d7cc8fd98 (patch)
treed9061905c31bd3d3c1f47f29fa804759c9d68b76 /graphql-spice.cabal
parent131576e56cb4981938320569dfcf1ca814d8a42a (diff)
downloadgraphql-spice-b399bddb90b367fd0eb06766eb96863d7cc8fd98.tar.gz
Depend on graphql ^>= 1.5.0v1.0.6.0
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 750b38c..7962f49 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: graphql-spice
-version: 1.0.5.0
+version: 1.0.6.0
synopsis: GraphQL with batteries
description: Various extensions and convenience functions for the core
graphql package.
@@ -39,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.6.0,
+ graphql ^>= 1.5.0,
megaparsec >= 9.0 && < 10,
scientific ^>= 0.3.7,
template-haskell >= 2.16 && < 3,