diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-03-27 13:41:16 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-03-27 13:41:16 +0200 |
| commit | a2401d563b448d962c929b3e98687b5d2ea71191 (patch) | |
| tree | e702935ccd3dd508206ff4d28b42719f3361a0d3 /graphql.cabal | |
| parent | 8503c0f288201223776f9962438c577241f08c9d (diff) | |
| download | graphql-1.0.3.0.tar.gz | |
Allow version 2.0 of the text package.v1.0.3.0
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphql.cabal b/graphql.cabal index 993c45b..c50029e 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: graphql -version: 1.0.2.0 +version: 1.0.3.0 synopsis: Haskell GraphQL implementation description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation. category: Language @@ -22,8 +22,7 @@ extra-source-files: README.md tested-with: GHC == 8.10.7, - GHC == 9.0.1, - GHC == 9.2.1 + GHC == 9.2.2 source-repository head type: git @@ -72,7 +71,7 @@ library megaparsec >= 9.0 && < 10, parser-combinators >= 1.3 && < 2, template-haskell >= 2.16 && < 3, - text ^>= 1.2.4, + text >= 1.2 && < 3, transformers ^>= 0.5.6, unordered-containers ^>= 0.2.14, vector ^>= 0.12.3 |
