3feedcfcfe
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ghc#5eeb12394ca9833b1942ac88a9793e845419b4cf
13 lines
729 B
Diff
13 lines
729 B
Diff
--- ghc-8.2.2/libraries/Cabal/Cabal/Distribution/Simple/Install.hs~ 2017-05-05 23:51:43.000000000 +0900
|
|
+++ ghc-8.2.2/libraries/Cabal/Cabal/Distribution/Simple/Install.hs 2018-02-27 12:22:13.159432104 +0900
|
|
@@ -215,8 +215,7 @@
|
|
++ " in " ++ binPref)
|
|
inPath <- isInSearchPath binPref
|
|
when (not inPath) $
|
|
- warn verbosity ("The directory " ++ binPref
|
|
- ++ " is not in the system search path.")
|
|
+ warn verbosity ("Executable installed in " ++ binPref)
|
|
case compilerFlavor (compiler lbi) of
|
|
GHC -> GHC.installExe verbosity lbi binPref buildPref progFix pkg_descr exe
|
|
GHCJS -> GHCJS.installExe verbosity lbi binPref buildPref progFix pkg_descr exe
|