Skip to content
Snippets Groups Projects
Unverified Commit eabedbde authored by Julian Ospald's avatar Julian Ospald :tea: Committed by GitHub
Browse files

Update Cabal/src/Distribution/Simple/GHC.hs


Co-authored-by: default avatarmaralorn <malte.brandy@maralorn.de>
parent f78d2aaa
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ guessToolFromGhcPath tool ghcProg verbosity searchpath
| otherwise = [guessGhcVersioned dir suf,
guessVersioned dir suf,
guessNormal dir]
-- oder matters here, see https://github.com/haskell/cabal/issues/7390
-- order matters here, see https://github.com/haskell/cabal/issues/7390
guesses = (if real_path == given_path
then []
else mkGuesses real_dir real_suf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment