Require GHC 9.12 and base 4.15 at least
All checks were successful
Build / audit (push) Successful in 10s
Build / test (push) Successful in 7m50s
Build / doc (push) Successful in 8m45s

This commit is contained in:
2026-01-11 09:51:55 +01:00
parent 9aad2a7bef
commit ac28da0dd7

View File

@@ -7,16 +7,16 @@ description: Various extensions and convenience functions for the core
graphql package. graphql package.
category: Language category: Language
homepage: https://git.caraus.tech/OSS/graphql-spice homepage: https://git.caraus.tech/OSS/graphql-spice
bug-reports: https://git.caraus.tech/OSS/graphql-spice/issues bug-reports: https://issues.caraus.tech/projects/graphql/issues
author: Eugen Wissner <belka@caraus.de> author: Eugen Wissner <belka@caraus.de>
maintainer: belka@caraus.de maintainer: belka@caraus.de
copyright: (c) 2021-2025 Eugen Wissner copyright: (c) 2021-2026 Eugen Wissner
license: MPL-2.0 license: MPL-2.0
license-files: LICENSE license-files: LICENSE
build-type: Simple build-type: Simple
extra-source-files: CHANGELOG.md extra-source-files: CHANGELOG.md
tested-with: tested-with:
GHC == 9.10.1 GHC == 9.12.2
source-repository head source-repository head
type: git type: git
@@ -34,7 +34,7 @@ library
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
aeson >= 2.0.3 && < 2.3, aeson >= 2.0.3 && < 2.3,
base >= 4.7 && < 5, base >= 4.15 && < 5,
conduit ^>= 1.3.4, conduit ^>= 1.3.4,
containers >= 0.6 && < 0.9, containers >= 0.6 && < 0.9,
exceptions ^>= 0.10.4, exceptions ^>= 0.10.4,