Closed
Description
Cabal assumes that ABI is stable across ghc --numeric-version
, both for the cabal store artifacts, as well as for the dist-newstyle/
artifacts.
However, this assumption is wrong. GHC has no ABI stability and two bindists of the same version, for the same architecture and platform can have diverging ABI.
One instance of this is https://gitlab.haskell.org/ghc/ghc/-/issues/21423