projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88750b2
)
Fix installation patch for iserv/unlit
author
Ilias Tsitsimpis
<iliastsi@debian.org>
Mon, 17 Feb 2025 08:44:23 +0000
(09:44 +0100)
committer
Gianfranco Costamagna
<locutusofborg@debian.org>
Mon, 17 Feb 2025 08:44:23 +0000
(09:44 +0100)
Bug: https://gitlab.haskell.org/ghc/ghc/-/issues/22557
Bug: https://gitlab.haskell.org/ghc/ghc/-/issues/22697
Gbp-Pq: Name hadrian-iserv
hadrian/src/Packages.hs
patch
|
blob
|
history
diff --git
a/hadrian/src/Packages.hs
b/hadrian/src/Packages.hs
index 449004ed92dff82472c6f0e4d1857f5a0519b6cd..aaab2a31d7a96fa5196c1f3c4a698f3b85d009a9 100644
(file)
--- a/
hadrian/src/Packages.hs
+++ b/
hadrian/src/Packages.hs
@@
-197,7
+197,7
@@
programPath context@Context {..} = do
-- See: https://github.com/snowleopard/hadrian/issues/570
-- Likewise for @iserv@ and @unlit@.
name <- programName context
- path <- if package `elem` [
iserv,
touchy, unlit]
+ path <- if package `elem` [touchy, unlit]
then stageLibPath stage <&> (-/- "bin")
else stageBinPath stage
return $ path -/- name <.> exe