haskell-compat / base-compat

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

Only test the latest point releases of each major GHC version #66

Closed RyanGlScott closed 4 years ago

RyanGlScott commented 4 years ago

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.

Fixes #65.