File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.22
2
2
name : Cabal
3
3
version : 3.8.1.0
4
+ x-revision : 2
4
5
copyright : 2003-2022, Cabal Development Team (see AUTHORS file)
5
6
license : BSD3
6
7
license-file : LICENSE
@@ -48,7 +49,7 @@ library
48
49
49
50
-- pull in process version with fixed waitForProcess error
50
51
if impl(ghc >= 8.2 )
51
- build-depends : process >= 1.6.14 .0
52
+ build-depends : process >= 1.2.1 .0
52
53
53
54
if os(windows)
54
55
build-depends : Win32 >= 2.3.0.0 && < 2.14
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Cabal-Version: 2.2
2
2
3
3
Name : cabal-install
4
4
Version : 3.8.1.0
5
+ x-revision : 3
5
6
Synopsis : The command-line interface for Cabal and Hackage.
6
7
Description :
7
8
The \'cabal\' command-line program simplifies the process of managing
@@ -216,7 +217,8 @@ library
216
217
mtl >= 2.0 && < 2.3 ,
217
218
network-uri >= 2.6.0.2 && < 2.7 ,
218
219
pretty >= 1.1 && < 1.2 ,
219
- process >= 1.2.3.0 && < 1.7 ,
220
+ -- process lower bound moved from Cabal-3.8.1.0 to here:
221
+ process >= 1.6.14.0 && < 1.7 ,
220
222
random >= 1.2 && < 1.3 ,
221
223
stm >= 2.0 && < 2.6 ,
222
224
tar >= 0.5.0.3 && < 0.6 ,
You can’t perform that action at this time.
0 commit comments