#2521: Trailing colon on GHC_PACKAGE_PATH doesn't work with ghc-pkg.
------------------------+---------------------------------------------------
Reporter: cjs | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.8.3 | Severity: minor
Keywords: | Testcase:
Architecture: Unknown | Os: Multiple
------------------------+---------------------------------------------------
According to section 5.8.4.1 of the ''Users' Guide'', appending a colon to
GHC_PACKAGE_PATH should include the system libraries, and this can be
verified with ghc-pkg. While the colon does appear to work for ghci (as
verified with -v), it does not appear to work for ghc-pkg.
{{{
$ echo '[]' > temp.conf
$ export GHC_PACKAGE_PATH=`pwd`/temp.conf:
ghc-pkg list
/home/cjs/temp.conf:
$
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2521>
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