haskell / actions

Github actions for Haskell CI
147 stars 54 forks source link

GHC "latest" is 9.2.2, 9.2 is 9.2.2 (instead of 9.2.7), 9.4 is nothing #208

Closed Lysxia closed 1 year ago

Lysxia commented 1 year ago

Here's a run from just now using haskell/actions https://github.com/Lysxia/generic-random/actions/runs/4410641870/jobs/7728320632

The discrepancy is that latest and 9.2 both install version is 9.2.2, instead of 9.6.1 and 9.2.7 respectively.

In another run, 9.4 fails at ghcup set ghc 9.4, which should be ghcup set ghc 9.4.4, if I extrapolate from other versions correctly. I'm currently working around this by setting 9.4.4 explicitly.

Lysxia commented 1 year ago

Nevermind, I had old versions of actions/checkout and haskell/actions