Skip to content

Commit 2beee0b

Browse files
committed
Proposed revision 1: Cabal-3.8.1.0: allow mtl-2.3/transformers-0.6
1 parent 426bf07 commit 2beee0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cabal/Cabal.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ library
301301
build-depends:
302302
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
303303
-- See also https://github.com/ekmett/transformers-compat/issues/35
304-
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.6),
305-
mtl >= 2.1 && < 2.3,
304+
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && < 0.7),
305+
mtl >= 2.1 && < 2.4,
306306
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.1),
307307
parsec >= 3.1.13.0 && < 3.2
308308

0 commit comments

Comments
 (0)