[GHC] #2383: hsc2hs puts -F on call to ghc
GHC
trac at galois.com
Thu Jun 19 06:05:49 EDT 2008
#2383: hsc2hs puts -F on call to ghc
------------------------+---------------------------------------------------
Reporter: povman | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: hsc2hs | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Testcase:
Architecture: Unknown | Os: MacOS X
------------------------+---------------------------------------------------
Comment (by duncan):
Note that there is no obvious workaround. hsc2hs invents this flag all on
it's own and passes it direct to ghc which does not understand it.
It does it even without Cabal telling hsc2hs to use ghc as cc. ghc's
version of hsc2hs does that anyway.
hsc2hs is almost certainly not the right place to be deciding whether or
not to use the per-user frameworks by default. That should be done either
by ghc or by Cabal.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2383#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list