projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45982c
)
Fix installation patch for iserv/unlit
author
Ilias Tsitsimpis
<iliastsi@debian.org>
Wed, 10 Apr 2024 11:24:01 +0000
(14:24 +0300)
committer
Ilias Tsitsimpis
<iliastsi@debian.org>
Wed, 10 Apr 2024 11:24:01 +0000
(14:24 +0300)
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 d1b49c35b1789decd06189596795d5cdfa33f999..51e6956c7b2c8070204fb60b152b1654319724c8 100644
(file)
--- a/
hadrian/src/Packages.hs
+++ b/
hadrian/src/Packages.hs
@@
-192,7
+192,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