cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

Escape Char #121

Closed georgefst closed 1 year ago

georgefst commented 1 year ago

Inspired by https://github.com/haskell/core-libraries-committee/issues/26#issuecomment-1011030635.

georgefst commented 1 year ago

Any idea what's going on with CI?

cdepillabout commented 1 year ago

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...)

cdepillabout commented 1 year ago

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.