patch applied (ghc): FIX #2521: trailing colon in GHC_PACKAGE_PATH
Simon Marlow
simonmarhaskell at gmail.com
Mon Aug 18 08:34:33 EDT 2008
Mon Aug 18 04:33:45 PDT 2008 Simon Marlow <marlowsd at gmail.com>
* FIX #2521: trailing colon in GHC_PACKAGE_PATH
This was broken in the System.FilePath switchover, since filepath's
splitSearchPath doesn't do what we want (it ignores empty
components on Windows, and treats them as "." on Unix). So we use our
own hand-rolled version, just like GHC.
M ./utils/ghc-pkg/Main.hs -1 +21
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080818113345-12142-276d4d1bb655d1fef815b8c7f4815cf07073cfc6.gz
More information about the Cvs-ghc
mailing list