Closed georgefst closed 1 year ago
Any idea what's going on with CI?
Maybe the CI error is: https://github.com/haskell/actions/issues/133 (although after a closer inspection, it doesn't really look related at all...)
I tried updating the CI dependency on haskell/actions/setup
from v1
to v2
, but that didn't seem to help.
I then tried to downgrade from ubuntu-latest
(which has recently become ubuntu-22.04
) to ubuntu-20.04
. Let's see if that fixes it...
edit: Looks like this at least got us through the "install GHC" phase. Now dependencies are being build.
So assuming this actually finishes correctly, I'd suggest we just stick with ubuntu-20.04
for now, until whatever bug we were running into with haskell/actions/setup
is worked out. Or, we could possibly drop "official" support for GHC-8.0 and GHC-8.2.
Inspired by https://github.com/haskell/core-libraries-committee/issues/26#issuecomment-1011030635.