Allow version 2.0 of the text package.

This commit is contained in:
2022-03-27 13:41:16 +02:00
parent 8503c0f288
commit a2401d563b
2 changed files with 6 additions and 6 deletions

View File

@ -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