hint icon indicating copy to clipboard operation
hint copied to clipboard

Test ghc-9.4 in CI

Open gelisam opened this issue 3 years ago • 2 comments

The GitHub action haskell/actions/setup does not support ghc-9.4.1 yet, so we'll have to merge #152 without a regression test. This issue exists to remind me to add that regression test once either stack or haskell/actions/setup supports this version.

gelisam avatar Jul 30 '22 19:07 gelisam

We have GitHub actions support for some of our 9.4.1 upgrades of some of our code. See e.g. https://github.com/clash-lang/ghc-typelits-knownnat/runs/7486517906?check_suite_focus=true

The GitHub actions configuration was mostly autogenerated using: https://github.com/haskell-CI/haskell-ci

I wouldn’t mind setting up something similar as part of #152

christiaanb avatar Jul 30 '22 21:07 christiaanb

Looks like haskell/actions/setup now supports GHC 9.4.

byorgey avatar Sep 20 '22 17:09 byorgey

Fixed by #152

gelisam avatar Jun 15 '23 03:06 gelisam