-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump CI to GHC 9.8 and latest versions of actions
- adjust testes GHC versions to latest 3 plus oldest (GHC 8.0) - bump actions to latest - use outputs {ghc,cabal}-version of haskell-actions/setup - bump stack lts to recommended
- Loading branch information
1 parent
1a8a923
commit eb6094e
Showing
4 changed files
with
24 additions
and
28 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
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 |
---|---|---|
|
@@ -19,4 +19,5 @@ cabal.sandbox.config | |
.cabal-sandbox | ||
.stack-work/ | ||
.ghc.* | ||
.vscode | ||
.vscode | ||
/stack.yaml.lock |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
resolver: lts-17.15 | ||
resolver: lts-21.25 | ||
packages: | ||
- '.' | ||
nix: | ||
|