[Haskell-cafe] Re: Hidden module?
John Meacham
john at repetae.net
Sun Mar 1 16:08:14 EST 2009
On Fri, Feb 27, 2009 at 09:53:28PM +0100, Achim Schneider wrote:
> Cristiano Paris <cristiano.paris at gmail.com> wrote:
>
> > I had to append process and directory as dependencies but then it
> > worked. How can I submit a patch to Hackage? Do I have to contact the
> > owner?
> >
> In general, just try the maintainer and/or author adresses given on
> hsc2hs's hackage page.
>
> I'd advice you to switch over to c2hs, which is actively developed,
> while hsc2hs's last update date smells like abandonware.
They serve different purposes, hsc2hs is meant to run on the actual
machine the library is being _built_ _for_ to obtain information that is
only available on the final build architecture/operating system. as in,
an hsc file is the lowest level portable code you can write. c2hs is
more of a developers tool. If anything, I think c2hs should generate hsc
files, which can then be portably distributed.
John
--
John Meacham - ⑆repetae.net⑆john⑈
More information about the Haskell-Cafe
mailing list