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
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Reinier Maas
GHC
Commits
be514bb4
Commit
be514bb4
authored
10 months ago
by
Cheng Shao
Committed by
Marge Bot
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
hadrian: fix hadrian building with ghc-9.10.1
parent
2c0f8ddb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab/ci.sh
+1
-1
1 addition, 1 deletion
.gitlab/ci.sh
hadrian/cabal.project
+5
-1
5 additions, 1 deletion
hadrian/cabal.project
hadrian/hadrian.cabal
+1
-1
1 addition, 1 deletion
hadrian/hadrian.cabal
with
7 additions
and
3 deletions
.gitlab/ci.sh
+
1
−
1
View file @
be514bb4
...
...
@@ -7,7 +7,7 @@
set
-Eeuo
pipefail
# Configuration:
HACKAGE_INDEX_STATE
=
"202
3-10-05T11:38:51
Z"
HACKAGE_INDEX_STATE
=
"202
4-05-13T15:04:38
Z"
MIN_HAPPY_VERSION
=
"1.20"
MIN_ALEX_VERSION
=
"3.2.6"
...
...
This diff is collapsed.
Click to expand it.
hadrian/cabal.project
+
5
−
1
View file @
be514bb4
...
...
@@ -4,7 +4,11 @@ packages: ./
-- This essentially freezes the build plan for hadrian
-- It would be wise to keep this up to date with the state set in ci.sh
index-state: 2023-10-05T11:38:51Z
index-state: 2024-05-13T15:04:38Z
-- unordered-containers-0.2.20-r1 requires template-haskell < 2.22
-- ghc-9.10 has template-haskell-2.22.0.0
allow-newer: unordered-containers:template-haskell
-- N.B. Compile with -O0 since this is not a performance-critical executable
-- and the Cabal takes nearly twice as long to build with -O1. See #16817.
...
...
This diff is collapsed.
Click to expand it.
hadrian/hadrian.cabal
+
1
−
1
View file @
be514bb4
...
...
@@ -155,7 +155,7 @@ executable hadrian
build-depends: Cabal >= 3.10 && < 3.11
, base >= 4.11 && < 5
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.
7
, containers >= 0.5 && < 0.
8
, directory >= 1.3.1.0 && < 1.4
, extra >= 1.4.7
, filepath
...
...
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