[solved] Re: [Haskell-cafe] c2hs and cabal?

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Wed Nov 29 08:12:50 EST 2006


On Wed, 2006-11-29 at 11:26 +0000, Magnus Therning wrote:

> >Or the simpler way is to include in your .cabal file:
> >
> >extensions: ForeignFunctionInterface
> >
> >That then applies to every module in the lib and has the advantage of
> >being portable between compilers.
> 
> Ah, good point.
> 
> Now, where could I have turned to find this out myself?  I can't find it
> in the Cabal User's Guide[1].
> 
> /M
> 
> [1]: http://www.haskell.org/cabal/release/latest/doc/users-guide/


http://www.haskell.org/cabal/release/latest/doc/users-guide/x30.html#buildinfo

Section 2.1.4, though I do notice that the link to the full list of
extensions is broken.

Duncan



More information about the Haskell-Cafe mailing list