diff options
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 |
