Forked from
Glasgow Haskell Compiler / GHC
13576 commits behind, 547 commits ahead of the upstream repository.
-
Exes ---- Before: The whole bin/ folder was copied which could contain random old/stale/testsuite executables After: Be precise Wrappers -------- Before: Wrappers were created for everything in the bin folder, including internal executables such as "unlit" After: Only create wrappers for the specific things which we want to include in the user's path. This makes the hadrian bindists match up more closely with the make bindists. (cherry picked from commit 888eadb9)
Exes ---- Before: The whole bin/ folder was copied which could contain random old/stale/testsuite executables After: Be precise Wrappers -------- Before: Wrappers were created for everything in the bin folder, including internal executables such as "unlit" After: Only create wrappers for the specific things which we want to include in the user's path. This makes the hadrian bindists match up more closely with the make bindists. (cherry picked from commit 888eadb9)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BinaryDist.hs 13.57 KiB