#2477: -package-conf flag makes runghc fail
------------------------+---------------------------------------------------
Reporter: fons | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.8.2 | Severity: normal
Keywords: | Testcase:
Architecture: Unknown | Os: Unknown
------------------------+---------------------------------------------------
I haven't been able to test this with 6.8.3 or HEAD but it seems that
runghc doesn't work properly when the -package-conf flag is provided.
{{{
echo [] > foo.conf # empty package.conf file
echo 'main = putStrLn "foo"' > Main.hs
runghc -package-conf foo.conf Main.hs # this doesn't work
runghc Main.hs # this works
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2477>
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