Skip to content
Snippets Groups Projects
Commit aa60929e authored by andreas.abel's avatar andreas.abel
Browse files

Proposed revision 2: move process constraint from Cabal to cabal-install

Fixes #8554
parent 2beee0b7
No related tags found
No related merge requests found
cabal-version: 1.22 cabal-version: 1.22
name: Cabal name: Cabal
version: 3.8.1.0 version: 3.8.1.0
x-revision: 2
copyright: 2003-2022, Cabal Development Team (see AUTHORS file) copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
...@@ -48,7 +49,7 @@ library ...@@ -48,7 +49,7 @@ library
-- pull in process version with fixed waitForProcess error -- pull in process version with fixed waitForProcess error
if impl(ghc >=8.2) if impl(ghc >=8.2)
build-depends: process >= 1.6.14.0 build-depends: process >= 1.2.1.0
if os(windows) if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.14 build-depends: Win32 >= 2.3.0.0 && < 2.14
......
...@@ -2,6 +2,7 @@ Cabal-Version: 2.2 ...@@ -2,6 +2,7 @@ Cabal-Version: 2.2
Name: cabal-install Name: cabal-install
Version: 3.8.1.0 Version: 3.8.1.0
x-revision: 3
Synopsis: The command-line interface for Cabal and Hackage. Synopsis: The command-line interface for Cabal and Hackage.
Description: Description:
The \'cabal\' command-line program simplifies the process of managing The \'cabal\' command-line program simplifies the process of managing
...@@ -216,7 +217,8 @@ library ...@@ -216,7 +217,8 @@ library
mtl >= 2.0 && < 2.3, mtl >= 2.0 && < 2.3,
network-uri >= 2.6.0.2 && < 2.7, network-uri >= 2.6.0.2 && < 2.7,
pretty >= 1.1 && < 1.2, pretty >= 1.1 && < 1.2,
process >= 1.2.3.0 && < 1.7, -- process lower bound moved from Cabal-3.8.1.0 to here:
process >= 1.6.14.0 && < 1.7,
random >= 1.2 && < 1.3, random >= 1.2 && < 1.3,
stm >= 2.0 && < 2.6, stm >= 2.0 && < 2.6,
tar >= 0.5.0.3 && < 0.6, tar >= 0.5.0.3 && < 0.6,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment