Require GHC 9.12 and base 4.15 at least
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
|
|
||||||
name: graphql-spice
|
name: graphql-spice
|
||||||
version: 1.0.6.0
|
version: 1.0.6.0
|
||||||
synopsis: GraphQL with batteries
|
synopsis: GraphQL with batteries
|
||||||
description: Various extensions and convenience functions for the core
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user