[Git][ghc/ghc][wip/fendor/remove-stg_stackDecode] Remove ghcHeap from list of toolTargets
Hannes Siebenhandl pushed to branch wip/fendor/remove-stg_stackDecode at Glasgow Haskell Compiler / GHC Commits: c4a84778 by fendor at 2025-07-24T10:07:45+02:00 Remove ghcHeap from list of toolTargets - - - - - 1 changed file: - hadrian/src/Rules/ToolArgs.hs Changes: ===================================== hadrian/src/Rules/ToolArgs.hs ===================================== @@ -160,7 +160,7 @@ toolTargets = [ cabalSyntax , ghcPlatform , ghcToolchain , ghcToolchainBin - , ghcHeap + -- , ghcHeap -- # depends on ghcInternal library , ghci , ghcPkg -- # executable , haddock -- # depends on ghc library View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c4a847780285066cb679d94d462dfd33... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c4a847780285066cb679d94d462dfd33... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)