id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
335,GHC_PACKAGE_PATH disrespected,cjs,kmcallister,"Looks like cabal doesn't even use GHC_PACKAGE_PATH at all.
{{{
$ unset GHC_PACKAGE_PATH
$ ghc-pkg list binary
/usr/pkg/lib/ghc-6.8.3/package.conf:
$ export GHC_PACKAGE_PATH=/my/package.conf:/usr/pkg/lib/ghc-6.8.3/package.conf
$ ghc-pkg list binary
/usr/pkg/lib/ghc-6.8.3/package.conf:
/my/package.conf:
    binary-0.4.1
$ runghc Setup.hs configure
Configuring mypackage-1.0...
Setup.hs: At least the following dependencies are missing:
    binary -any
}}}

",defect,closed,normal,Cabal-1.8,Cabal library,1.2.3.0,normal,fixed,,,very easy (<1 hour),6.8.3,Other Unix
