
Hi Sven,
Not sure about this particular error, but haskell-ci does not yet seem
fully updated to the travis/GHA switch and Ubuntu repo/gchup switch.
In particular, there is no Ubuntu package for GHC 9.2.1 that you are
requesting and there may never be. I'd advise to use ghcup instead.
There are at least some examples about that in haskell-ci repo (IIRC,
at least the haskell-ci CI job itself), even if the script is not up
to the task. Contributions welcome.
Cheers,
Mikolaj
On Sat, Nov 13, 2021 at 1:04 PM Sven Panne
I am (finally) about to switch my Haskell projects on GitHub from Travis CI to GitHub Actions, so I've tried haskell-ci (from HEAD) for creating the workflow files from the .cabal files. But something went wrong, see https://github.com/haskell-opengl/StateVar/actions/runs/1456427818/workflow Initially, I thought that this failure was related to using the latest and greatest GHC version, so I removed that, but the failure stays: https://github.com/haskell-opengl/StateVar/actions/runs/1456437461/workflow
Any hints on what I'm doing wrong? Or is it a haskell-ci bug?
Cheers, S. _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.