haskell-compat / base-compat

A compatibility layer for base
http://hackage.haskell.org/package/base-compat
19 stars 12 forks source link

Migrate CI to GitHub Actions #72

Closed sol closed 3 years ago

sol commented 3 years ago

This looks sensible, although I don't have any experience with sol/run-haskell-tests, so most of my questions concern how it works in comparison to haskell-ci (my usual go-to for autogenerated Haskell-based CI configurations).

sol/run-haskell-tests does not do much, it just runs the tests (think of it as a small helper function). Even if you inline sol/run-haskell-tests, it's still relatively simple. Most of the work is done by haskell/actions/setup.

sol commented 3 years ago

@RyanGlScott Ready to merge from my side. Feel free to apply any bikeshedding on top of it :wink:.

RyanGlScott commented 3 years ago

I've merged a variation of this in #72.