Ticket #2477 (closed bug: fixed)
-package-conf flag makes runghc fail
| Reported by: | fons | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.1 |
| Component: | Documentation | Version: | 6.8.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
