From ac28da0dd7eb36a5a0591712084c7c4f6c5fdb98 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 11 Jan 2026 09:51:55 +0100 Subject: [PATCH] Require GHC 9.12 and base 4.15 at least --- graphql-spice.cabal | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/graphql-spice.cabal b/graphql-spice.cabal index f1e877d..e6b66b4 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -1,22 +1,22 @@ cabal-version: 3.0 -name: graphql-spice -version: 1.0.6.0 -synopsis: GraphQL with batteries -description: Various extensions and convenience functions for the core - graphql package. -category: Language -homepage: https://git.caraus.tech/OSS/graphql-spice -bug-reports: https://git.caraus.tech/OSS/graphql-spice/issues -author: Eugen Wissner -maintainer: belka@caraus.de -copyright: (c) 2021-2025 Eugen Wissner -license: MPL-2.0 -license-files: LICENSE -build-type: Simple +name: graphql-spice +version: 1.0.6.0 +synopsis: GraphQL with batteries +description: Various extensions and convenience functions for the core + graphql package. +category: Language +homepage: https://git.caraus.tech/OSS/graphql-spice +bug-reports: https://issues.caraus.tech/projects/graphql/issues +author: Eugen Wissner +maintainer: belka@caraus.de +copyright: (c) 2021-2026 Eugen Wissner +license: MPL-2.0 +license-files: LICENSE +build-type: Simple extra-source-files: CHANGELOG.md tested-with: - GHC == 9.10.1 + GHC == 9.12.2 source-repository head type: git @@ -34,7 +34,7 @@ library ghc-options: -Wall build-depends: aeson >= 2.0.3 && < 2.3, - base >= 4.7 && < 5, + base >= 4.15 && < 5, conduit ^>= 1.3.4, containers >= 0.6 && < 0.9, exceptions ^>= 0.10.4,