Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
aa60929e
Commit
aa60929e
authored
2 years ago
by
andreas.abel
Browse files
Options
Downloads
Patches
Plain Diff
Proposed revision 2: move process constraint from Cabal to cabal-install
Fixes #8554
parent
2beee0b7
Branches
move-process-constraint
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cabal/Cabal.cabal
+2
-1
2 additions, 1 deletion
Cabal/Cabal.cabal
cabal-install/cabal-install.cabal
+3
-1
3 additions, 1 deletion
cabal-install/cabal-install.cabal
with
5 additions
and
2 deletions
Cabal/Cabal.cabal
+
2
−
1
View file @
aa60929e
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
.1
4
.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
...
...
This diff is collapsed.
Click to expand it.
cabal-install/cabal-install.cabal
+
3
−
1
View file @
aa60929e
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment