Skip to content
  • Ryan Scott's avatar
    Require GHC 8.8 as the minimum compiler for bootstrapping · 57b888c0
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    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.
    57b888c0