Skip to content
Snippets Groups Projects
Commit e81c7648 authored by Hécate Moonlight's avatar Hécate Moonlight Committed by Mergify
Browse files

Support text-2.1 in Cabal and Cabal-syntax (#9242)

* Support text-2.1 in Cabal and Cabal-syntax

* Add changelog entry

* Use tasty-quickcheck 0.10.1.2

This avoid picking a tasty-quickcheck that can have tasty-1.5

* Revert "Use tasty-quickcheck 0.10.1.2"

This reverts commit da03d8d560d6acf6aa62b3b2e5d013974083b642.

(cherry picked from commit 6946384e)
parent 29e80e9a
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ library
mtl >= 2.1 && < 2.4,
parsec >= 3.1.13.0 && < 3.2,
pretty >= 1.1.1 && < 1.2,
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.1),
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
time >= 1.4.0.1 && < 1.13,
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
-- See also https://github.com/ekmett/transformers-compat/issues/35
......
......@@ -302,7 +302,7 @@ library
-- See also https://github.com/ekmett/transformers-compat/issues/35
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7),
mtl >= 2.1 && < 2.4,
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.1),
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
parsec >= 3.1.13.0 && < 3.2
other-modules:
......
synopsis: Support text-2.1 in Cabal and Cabal-syntax
packages: Cabal Cabal-syntax
prs: #9242
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment