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 * Use 9.8.0 for GHC 9.8.1-alpha4 * 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 * Bump version to 0.17.today
- Loading branch information
1 parent
2e688e0
commit 04e3c46
Showing
30 changed files
with
335 additions
and
3,040 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.7 | ||
|
||
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
Oops, something went wrong.