summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-01-11 09:51:55 +0100
committerEugen Wissner <belka@caraus.de>2026-01-11 09:51:55 +0100
commitac28da0dd7eb36a5a0591712084c7c4f6c5fdb98 (patch)
treef790c5adeadf4d0f1fb64cb6c96af730daacba04 /graphql-spice.cabal
parent9aad2a7befc8f438660476aeb5d03efa854677c4 (diff)
downloadgraphql-spice-ac28da0dd7eb36a5a0591712084c7c4f6c5fdb98.tar.gz
Require GHC 9.12 and base 4.15 at least
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal32
1 files 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 <belka@caraus.de>
-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 <belka@caraus.de>
+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,