Split GHC.Platform.ArchOS from ghc-boot into ghc-platform
Split off the `GHC.Platform.ArchOS` module from the `ghc-boot` package into this reinstallable standalone package which abides by the PVP, in part motivated by the ongoing work on `ghc-toolchain` towards runtime retargetability.
Showing
- hadrian/src/Packages.hs 4 additions, 3 deletionshadrian/src/Packages.hs
- hadrian/src/Rules/ToolArgs.hs 1 addition, 0 deletionshadrian/src/Rules/ToolArgs.hs
- hadrian/src/Settings/Default.hs 1 addition, 0 deletionshadrian/src/Settings/Default.hs
- libraries/ghc-boot/ghc-boot.cabal.in 5 additions, 1 deletionlibraries/ghc-boot/ghc-boot.cabal.in
- libraries/ghc-platform/CHANGELOG.md 7 additions, 0 deletionslibraries/ghc-platform/CHANGELOG.md
- libraries/ghc-platform/LICENSE 30 additions, 0 deletionslibraries/ghc-platform/LICENSE
- libraries/ghc-platform/ghc-platform.cabal 20 additions, 0 deletionslibraries/ghc-platform/ghc-platform.cabal
- libraries/ghc-platform/src/GHC/Platform/ArchOS.hs 5 additions, 7 deletionslibraries/ghc-platform/src/GHC/Platform/ArchOS.hs
libraries/ghc-platform/CHANGELOG.md
0 → 100644
libraries/ghc-platform/LICENSE
0 → 100644
libraries/ghc-platform/ghc-platform.cabal
0 → 100644
Please register or sign in to comment