* define a clear GHC version support range (keep this economical w.r.t. test coverage). See GHC release status page: https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-Status * evaluate test coverage and expand where needed * e.g. [GHC bindist patches undergo start-script tests](https://github.com/tweag/rules_haskell/blob/487535b8b10d496d8aa11aa4e9f1c91da476cf61/.github/workflows/patch-test.yaml#L78). * but changes to rules are not checked on the full GHC version range * keep up-to-date * GHC upgrade(s) * what do we do on the blockers for ARM cross-compilation support? * can we use tooling (dependabot/renovate) to stay up-to-date going forward?
define a clear GHC version support range (keep this economical w.r.t. test coverage).
See GHC release status page: https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-Status
evaluate test coverage and expand where needed
keep up-to-date