summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-06-19 13:50:45 +0200
committerEugen Wissner <belka@caraus.de>2025-06-19 13:50:45 +0200
commit2215799cf7895787d59bd63a52665b1d4ddf47e3 (patch)
tree5f59740edeafdb79304b6db2962dc4332dcdd257 /graphql.cabal
parent497edf326d51e1dd82ea497f2367ebaa19428b85 (diff)
downloadgraphql-1.5.0.1.tar.gz
Release 1.5.0.1v1.5.0.1
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal
index c31c058..7e09940 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: graphql
-version: 1.5.0.0
+version: 1.5.0.1
synopsis: Haskell GraphQL implementation
description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation.
category: Language
@@ -90,7 +90,7 @@ test-suite graphql-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
- QuickCheck >= 2.14 && < 2.16,
+ QuickCheck >= 2.14 && < 3,
base,
conduit,
exceptions,