[Git][ghc/ghc][wip/hadrian-cross-stage2] fix libbin
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Fri Oct 6 11:35:40 UTC 2023
Matthew Pickering pushed to branch wip/hadrian-cross-stage2 at Glasgow Haskell Compiler / GHC
Commits:
74ba41dd by Matthew Pickering at 2023-10-06T12:35:09+01:00
fix libbin
- - - - -
1 changed file:
- compiler/GHC/Settings/IO.hs
Changes:
=====================================
compiler/GHC/Settings/IO.hs
=====================================
@@ -38,7 +38,7 @@ initSettings top_dir = do
let installed :: FilePath -> FilePath
installed file = top_dir </> file
libexec :: FilePath -> FilePath
- libexec file = top_dir </> "bin" </> file
+ libexec file = top_dir </> ".." </> "bin" </> file
settingsFile = installed "settings"
readFileSafe :: FilePath -> ExceptT SettingsError m String
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/74ba41ddd2147f3e6aaf1cd2f2f2e7f3fb621f7f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/74ba41ddd2147f3e6aaf1cd2f2f2e7f3fb621f7f
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231006/8e1f157b/attachment.html>
More information about the ghc-commits
mailing list