Closed RyanGlScott closed 3 years ago
@RyanGlScott sorry, I completely forgot about `base-compat
No worries! I wasn't trying to blame you or anything by filing this issue. This is mainly a reminder to myself to investigate why this is failing in the first place, since it's still a bit of a mystery to me at present.
@RyanGlScott https://github.com/haskell-compat/base-compat/pull/71 should work.
I also added a branch protection rule that requires all jobs to succeed + enable auto-merge for the repo.
In light of Travis CI's new pricing scheme, I've migrated all of the code that I maintain from Travis over to GitHub Actions. Well, almost all code—the one exception is this repo,
base-compat
. I've made an attempt at switching over in thegithub-actions
branch, but I can't quite get it working for GHC 7.8 and earlier. For those versions, attempting to run thespec
test suite always fails, as observed here:I asked @phadej about this, but we weren't able to figure it out. One suspicious thing of note is the warning that gets printed before this error: