Release 1.5.0.2
All checks were successful
Build / audit (push) Successful in 16s
Build / test (push) Successful in 6m59s
Build / doc (push) Successful in 5m30s
Release / release (push) Successful in 5s

This commit is contained in:
2026-01-08 22:01:17 +01:00
parent 73beb7bd91
commit 052c1a1c7f
2 changed files with 24 additions and 18 deletions

View File

@@ -6,6 +6,10 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [1.5.0.2] - 2026-01-08
### Fixed
- Support GHC 9.14 and containers 0.8.
## [1.5.0.1] - 2025-06-19
### Fixed
- Allow any 2.x QuickCheck version.
@@ -551,6 +555,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
[1.5.0.2]: https://git.caraus.tech/OSS/graphql/compare/v1.5.0.1...v1.5.0.2
[1.5.0.1]: https://git.caraus.tech/OSS/graphql/compare/v1.5.0.0...v1.5.0.1
[1.5.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.4.0.0...v1.5.0.0
[1.4.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.3.0.0...v1.4.0.0

View File

@@ -1,12 +1,12 @@
cabal-version: 3.0
name: graphql
version: 1.5.0.1
version: 1.5.0.2
synopsis: Haskell GraphQL implementation
description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation.
category: Language
homepage: https://git.caraus.tech/OSS/graphql
bug-reports: https://git.caraus.tech/OSS/graphql/issues
bug-reports: https://issues.caraus.tech/projects/graphql/issues
author: Danny Navarro <j@dannynavarro.net>,
Matthías Páll Gissurarson <mpg@mpg.is>,
Sólrún Halla Einarsdóttir <she@mpg.is>
@@ -21,7 +21,8 @@ extra-source-files:
CHANGELOG.md
README.md
tested-with:
GHC == 9.12.2
GHC == 9.12.2,
GHC == 9.14.1
source-repository head
type: git