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.
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
and9.2
both install version is 9.2.2, instead of 9.6.1 and 9.2.7 respectively.In another run,
9.4
fails atghcup set ghc 9.4
, which should beghcup set ghc 9.4.4
, if I extrapolate from other versions correctly. I'm currently working around this by setting9.4.4
explicitly.