diff options
author | Tamar Christina <tamar@zhox.com> | 2018-08-11 19:25:09 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2018-08-25 11:24:37 +0100 |
commit | c523525b0e434d848f6e47ea3f9a37485965fa79 (patch) | |
tree | 1b3dd6ec250366dfd21293b23cd012d7af3f41fb /compiler/hsSyn/Convert.hs | |
parent | ff29fc84c03c800cfa04c2a00eb8edf6fa5f4183 (diff) | |
download | haskell-c523525b0e434d848f6e47ea3f9a37485965fa79.tar.gz |
ghc, ghc-pkg: use getExecutablePath on Windows when base >= 4.11.0
Summary:
This completes the work started in D4227 by using just 'getExecutablePath'
in ghc and ghc-pkg when building with base >= 4.11.0.
On the long term, we will be able to simply kill the existing code that
follows (or not) symlinks and just get this behaviour for free from
getExecutable. For now we however have to require base >= 4.11.0 to be able
to just use getExecutablePath under Windows, and use the current code when
building with an older base.
Original code by @alpmestan commandeering since patch has been stale
and bug remains open.
Test Plan: Validate
Reviewers: angerman, bgamari, erikd, alpmestan
Reviewed By: bgamari
Subscribers: carter, rwbarton, thomie
GHC Trac Issues: #14483
Differential Revision: https://phabricator.haskell.org/D4229
Diffstat (limited to 'compiler/hsSyn/Convert.hs')
0 files changed, 0 insertions, 0 deletions