Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Andreas_Schwab:riscv:ghc:9.10
ghc
ghc-Cabal-install-PATH-warning.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ghc-Cabal-install-PATH-warning.patch of Package ghc
Index: ghc-9.10.1/libraries/Cabal/Cabal/src/Distribution/Simple/Install.hs =================================================================== --- ghc-9.10.1.orig/libraries/Cabal/Cabal/src/Distribution/Simple/Install.hs +++ ghc-9.10.1/libraries/Cabal/Cabal/src/Distribution/Simple/Install.hs @@ -261,12 +261,7 @@ copyComponent verbosity pkg_descr lbi (C ) 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor