Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
GHC
Merge requests
!13754
9.10 hadrian can build with Cabal-3.12.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
9.10 hadrian can build with Cabal-3.12.1
juhp/ghc:hadrian-9.10-Cabal-3.12
into
ghc-9.10
Overview
11
Commits
1
Pipelines
5
Changes
1
Open
Jens Petersen
requested to merge
juhp/ghc:hadrian-9.10-Cabal-3.12
into
ghc-9.10
2 months ago
Overview
11
Commits
1
Pipelines
5
Changes
1
Expand
Closes
#25605
0
0
Merge request reports
Compare
ghc-9.10
version 4
6173ea16
3 weeks ago
version 3
cef1323d
2 months ago
version 2
6b99729d
2 months ago
version 1
f10b3ad9
2 months ago
ghc-9.10 (HEAD)
and
latest version
latest version
07f17b6e
1 commit,
2 weeks ago
version 4
6173ea16
1 commit,
3 weeks ago
version 3
cef1323d
1 commit,
2 months ago
version 2
6b99729d
1 commit,
2 months ago
version 1
f10b3ad9
1 commit,
2 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hadrian/hadrian.cabal
+
1
−
1
Options
@@ -152,7 +152,7 @@ executable hadrian
, TypeOperators
other-extensions: MultiParamTypeClasses
, TypeFamilies
build-depends: Cabal
>= 3.1
0
&& < 3.1
1
build-depends: Cabal
(>= 3.10 && < 3.11) || (
>= 3.1
2.1
&& < 3.1
3)
, base >= 4.11 && < 5
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.8
Loading