Skip to content

Commit d07e623

Browse files
committed
Cabal-3.8.1.0: allow mtl-2.3 and transformers-0.6
Revision for this already on Hackage
1 parent 66e1233 commit d07e623

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
@@ -299,8 +299,8 @@ library
299299
build-depends:
300300
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
301301
-- See also https://github.com/ekmett/transformers-compat/issues/35
302-
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.6),
303-
mtl >= 2.1 && < 2.3,
302+
transformers (>= 0.3 && < 0.4) || (>= 0.4.1.0 && < 0.7),
303+
mtl >= 2.1 && < 2.4,
304304
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.1),
305305
parsec >= 3.1.13.0 && < 3.2
306306

0 commit comments

Comments
 (0)