forked from haskell-CI/haskell-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This combines all the changes wrt. the original Haskell-CI into one commit, so that it can more easily be rebased onto the changes in the original. * README: clarify the relation of this fork to the original * Switch default distro to focal; use actions/checkout@v4 when possible `actions/checkout@v4` does not work with `bionic` (18.04). So we switch to `focal` (20.04), dropping most of GHC 7 support. GHC 7.10.3 is still supported, and 7.4.2, 7.2.2 and 7.0.4. Addresses haskell-CI#628 * GitHub: change default from `hvr-ppa` to `ghcup` for GHC 8 and up This fork makes `haskell-ci github` prefer the `ghcup` installation method over the `hvr-ppa` method for all GHC versions that are properly supported by `ghcup`. (Excludes GHC 7.10.3 which malfunctions if installed with ghcup.) Previously, `hvr-ppa` was the default for all versions it supported. * Bump version to 0.17.today
- Loading branch information
1 parent
1215071
commit 0841e80
Showing
32 changed files
with
542 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
HC ?= ghc-9.2.7 | ||
HC ?= ghc-9.4.8 | ||
|
||
build : | ||
cabal v2-build -w $(HC) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--distribution=bionic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.