diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-02-17 11:59:24 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-02-17 11:59:24 +0100 |
| commit | 5306730ff8c32d4a6bddb712cd5560d8c7ca4b0f (patch) | |
| tree | 0f9d9c0cdf2a0cec65f2bbfe31eea6cfb128465d /graphql-spice.cabal | |
| parent | 92463f7c4a9be2581aa5f6913762a8de393c4924 (diff) | |
| download | graphql-spice-5306730ff8c32d4a6bddb712cd5560d8c7ca4b0f.tar.gz | |
Release latest changes in 1.0.1.0v1.0.1.0
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 6c1f6dc..78e9594 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: graphql-spice -version: 1.0.0.0 +version: 1.0.1.0 synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. @@ -10,13 +10,13 @@ homepage: https://www.caraus.tech/projects/pub-graphql-spice bug-reports: https://www.caraus.tech/projects/pub-graphql-spice/issues author: Eugen Wissner <belka@caraus.de> maintainer: belka@caraus.de -copyright: (c) 2021-2022 Eugen Wissner +copyright: (c) 2021-2023 Eugen Wissner license: MPL-2.0 license-files: LICENSE build-type: Simple extra-source-files: CHANGELOG.md tested-with: - GHC == 8.10.7 + GHC == 9.2.5 source-repository head type: git @@ -38,7 +38,7 @@ library containers ^>= 0.6.2, exceptions ^>= 0.10.4, hspec-expectations >= 0.8.2 && < 0.9, - graphql ^>= 1.0.3.0, + graphql >= 1.0, megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, text >= 1.2 && < 3, |
