Skip to content

base: Ensure that ghc-bignum builds before GHC.IO.Encoding.Iconv

Ben Gamari requested to merge wip/build-ordering into master

On Windows GHC.IO.Encoding.Iconv is empty and has no dependencies. Consequently, we must add dummy build ordering imports to ensure that, e.g., GHC.Types and GHC.BigNum.Nat are built before GHC.IO.Encoding.Iconv.

Merge request reports