1 Aug 2008 13:13
[GHC] #2477: -package-conf flag makes runghc fail
GHC <trac <at> galois.com>
2008-08-01 11:13:16 GMT
2008-08-01 11:13:16 GMT
#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 Glasgow-haskell-bugs <at> haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
RSS Feed