Skip to content

Require GHC 8.8 as the minimum compiler for bootstrapping

Ryan Scott requested to merge wip/require-8.8-or-later into master

This allows us to remove several bits of CPP that are either always true or no longer reachable. As an added bonus, we no longer need to worry about importing Control.Monad.Fail.fail qualified to avoid clashing with Control.Monad.fail, since the latter is now the same as the former.

Merge request reports