Skip to content

Commit

Permalink
Support text-2.1 in Cabal and Cabal-syntax (haskell#9242)
Browse files Browse the repository at this point in the history
* 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 da03d8d.
  • Loading branch information
Kleidukos authored and David Binder committed Sep 19, 2023
1 parent 1536ccd commit 398541a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,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:
Expand Down
3 changes: 3 additions & 0 deletions changelog.d/pr-9242
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
synopsis: Support text-2.1 in Cabal and Cabal-syntax
packages: Cabal Cabal-syntax
prs: #9242

0 comments on commit 398541a

Please sign in to comment.