base-orphans/cabal.haskell-ci
Ryan Scott fe07cb106f Drop support for pre-8.0 versions of GHC
Unfortunately, it is no longer possible to reasonably test versions of GHC
prior to 8.0 on modern versions of Linux, macOS, or Windows, as these versions
of GHC all run into subtle OS incompatibility issues. While we could leave all
of the old, pre-8.0 code paths around in `base-orphans`, this runs the risk of
bitrotting very quickly. As such, I have opted to remove these code paths here.
Given that GHC 7.10.3 was released nearly a decade ago, I believe that the risk
of breaking anyone's workflows by doing this is very minimal.

(It's somewhat unfortunate that we have to drop compatibility like this in an
explicitly compatibility-oriented library like `base-orphans`, but so be it.)
2024-10-25 06:43:46 -04:00

5 lines
122 B
Plaintext

distribution: jammy
no-tests-no-benchmarks: False
unconstrained: False
local-ghc-options: -Werror