[GHC] #1479: Merge GHC's hsc2hs with
http://darcs.haskell.org/hsc2hs
GHC
trac at galois.com
Mon Jul 14 19:36:39 EDT 2008
#1479: Merge GHC's hsc2hs with http://darcs.haskell.org/hsc2hs
---------------------+------------------------------------------------------
Reporter: igloo | Owner: igloo
Type: task | Status: new
Priority: normal | Milestone: 6.10.1
Component: hsc2hs | Version: 6.6.1
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
---------------------+------------------------------------------------------
Comment (by duncan):
This also depends on changes in Cabal:
http://hackage.haskell.org/trac/hackage/ticket/296
I don't know for sure but I suspect that the major difference between
ghc's hsc2hs and the mainline one is that ghc's fork uses ghc as cc rather
than gcc. So if Cabal is adapted to tell hsc2hs to use gcc then that's
probably most of the work done. It's not totally trivial since Cabal will
have to lookup the right cc options to pass to gcc, that ghc normally uses
when we pass -package options etc.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1479#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list