Release 1.5.0.1
All checks were successful
Build / audit (push) Successful in 17s
Build / test (push) Successful in 6m19s
Build / doc (push) Successful in 5m18s
Release / release (push) Successful in 5s

This commit is contained in:
2025-06-19 13:50:45 +02:00
parent 497edf326d
commit 2215799cf7
2 changed files with 8 additions and 2 deletions

View File

@ -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,