98bb637
--- ghc-7.8.3/libraries/Cabal/Cabal/Distribution/Simple/Install.hs~	2014-07-10 13:34:21.000000000 +0900
98bb637
+++ ghc-7.8.3/libraries/Cabal/Cabal/Distribution/Simple/Install.hs	2014-08-29 16:48:12.621694879 +0900
98bb637
@@ -148,8 +148,7 @@
98bb637
     notice verbosity ("Installing executable(s) in " ++ binPref)
98bb637
     inPath <- isInSearchPath binPref
98bb637
     when (not inPath) $
98bb637
-      warn verbosity ("The directory " ++ binPref
98bb637
-                      ++ " is not in the system search path.")
98bb637
+      warn verbosity ("Executable installed in " ++ binPref)
98bb637
 
98bb637
   -- install include files for all compilers - they may be needed to compile
98bb637
   -- haskell files (using the CPP extension)