Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
head.hackage
Commits
b1b3e6e5
Commit
b1b3e6e5
authored
Apr 29, 2022
by
Ryan Scott
Browse files
ci/config: Use 9.5.* for HEAD versions
parent
ff74fa36
Pipeline
#51717
failed with stages
in 137 minutes and 28 seconds
Changes
2
Pipelines
31
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b1b3e6e5
...
...
@@ -10,8 +10,8 @@ existing Hackage package(s).
you submit a PR).
-
The patches SHOULD work with at least GHC HEAD and the most recent
stable released GHC version (currently this means with GHC 9.2 and
GHC
9.
3
).
stable released GHC version (currently this means with GHC 9.2
, 9.4,
and
9.
5
).
-
The patches SHOULD ideally result in the same code being compiled,
as one of the main purposes of these patches is to make regression
...
...
ci/config.sh
View file @
b1b3e6e5
...
...
@@ -79,15 +79,12 @@ case $version in
# package ticket
;;
# For the time being, GHC's `master` branch uses 9.3.* for its version
# numbers. When https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8019
# lands, this will need to be updated to 9.5.*.
9.3.
*
)
9.4.
*
)
# package ticket
broken
"inspection-testing"
20500
;;
9.
4
.
*
)
9.
5
.
*
)
# package ticket
broken
"inspection-testing"
20500
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment