Require GHC 9.12 and base 4.15 at least
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user