
29 Nov
2006
29 Nov
'06
8:12 a.m.
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#buildin... Section 2.1.4, though I do notice that the link to the full list of extensions is broken. Duncan