Skip to content

Commit 01b755b

Browse files
committed
Make cabal-install depend on transformers directly
1 parent d0dbf85 commit 01b755b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ executable cabal
331331
stm >= 2.0 && < 2.6,
332332
tar >= 0.5.0.3 && < 0.6,
333333
time >= 1.5.0.1 && < 1.10,
334+
transformers >= 0.4.2.0 && < 0.6,
334335
zlib >= 0.5.3 && < 0.7,
335336
hackage-security >= 0.5.2.2 && < 0.6,
336337
text >= 1.2.3 && < 1.3,

cabal-install/cabal-install.cabal.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
stm >= 2.0 && < 2.6,
4242
tar >= 0.5.0.3 && < 0.6,
4343
time >= 1.5.0.1 && < 1.10,
44+
transformers >= 0.4.2.0 && < 0.6,
4445
zlib >= 0.5.3 && < 0.7,
4546
hackage-security >= 0.5.2.2 && < 0.6,
4647
text >= 1.2.3 && < 1.3,

0 commit comments

Comments
 (0)