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
Haskell
Cabal
Commits
d4dcd51c
Unverified
Commit
d4dcd51c
authored
1 year ago
by
mergify[bot]
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #9841 from ffaf1/bootstrap-bounds
Update Cabal-syntax for bootstrap
parents
47d31fcb
d1c70163
No related branches found
No related tags found
No related merge requests found
Pipeline
#92660
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bootstrap/cabal-bootstrap-gen.cabal
+6
-1
6 additions, 1 deletion
bootstrap/cabal-bootstrap-gen.cabal
with
6 additions
and
1 deletion
bootstrap/cabal-bootstrap-gen.cabal
+
6
−
1
View file @
d4dcd51c
...
...
@@ -12,7 +12,12 @@ executable cabal-bootstrap-gen
, base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
, Cabal ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.10.1.0
, Cabal-syntax ^>=3.10.1.0
, Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0
-- For the release process, we need the last *two* Cabal-syntax
-- versions here: one to make CI green when release Cabal-syntax is
-- not yet on Hackage and we are bumping versions. The second for
-- when Cabal-syntax has been actually uploaded to Hackage and we
-- rerun `make bootstrap-jsons`.
, cabal-install-parsers ^>=0.3.0.1 || ^>=0.4.5 || ^>=0.6
, cabal-plan ^>=0.7.0.0
, containers ^>=0.6.0.1
...
...
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