#2521: Trailing colon on GHC_PACKAGE_PATH doesn't work with ghc-pkg.
----------------------+-----------------------------------------------------
Reporter: cjs | Owner: simonmar
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 6.8.3
Severity: minor | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Multiple |
----------------------+-----------------------------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => fixed
Comment:
Fixed:
{{{
Mon Aug 18 12:33:45 BST 2008 Simon Marlow <[EMAIL PROTECTED]>
* 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.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2521#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs