Given that base-compat doesn't even use any conditional APIs based on minor GHC/base releases at present, testing every single minor release simply isn't justifying the large increase in CI turnaround time it induces. Now that we no longer test these minor releases, we can get rid of several ugly haskell-ci hacks we previously needed to support them.
Given that
base-compat
doesn't even use any conditional APIs based on minor GHC/base
releases at present, testing every single minor release simply isn't justifying the large increase in CI turnaround time it induces. Now that we no longer test these minor releases, we can get rid of several uglyhaskell-ci
hacks we previously needed to support them.Fixes #65.