This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix #144: Instead of just printing e.g. `Resolved latest to 2.9.3`, print `Resolved stack latest to 2.9.3`. E.g.: https://github.com/haskell/actions/actions/runs/3757986267/jobs/6385794767#step:3:7 ``` Preparing to setup a Haskell environment Resolved latest to 9.4.2 Resolved latest to 3.8.1.0 ``` With this PR: https://github.com/haskell/actions/actions/runs/3794946311/jobs/6453551975#step:3:7 ``` Preparing to setup a Haskell environment Resolved ghc latest to 9.4.2 Resolved cabal latest to 3.8.1.0 ```
- Loading branch information
1 parent
cfcdd36
commit 04b033e
Showing
3 changed files
with
75 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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