Skip to content
  • Sylvain Henry's avatar
    7721b923
    Move GHC.Platform into the compiler · 7721b923
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    Previously it was in ghc-boot so that ghc-pkg could use it. However it
    wasn't necessary because ghc-pkg only uses a subset of it: reading
    target arch and OS from the settings file. This is now done via
    GHC.Platform.ArchOS (was called PlatformMini before).
    7721b923
    Move GHC.Platform into the compiler
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    Previously it was in ghc-boot so that ghc-pkg could use it. However it
    wasn't necessary because ghc-pkg only uses a subset of it: reading
    target arch and OS from the settings file. This is now done via
    GHC.Platform.ArchOS (was called PlatformMini before).
Loading