Skip to content

Commit 9a311bd

Browse files
committed
CI "Meta checks": print Haskell versions
1 parent 56426e4 commit 9a311bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/quick-jobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
# ghcup config set cache true
4545
# ghcup install ghc recommended
4646
# ghcup set ghc recommended
47+
- name: Haskell versions
48+
run: |
49+
ghc --version
50+
cabal --version
4751
- name: Update Hackage index
4852
run: cabal v2-update
4953
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)