
7 Jun
2005
7 Jun
'05
11:20 a.m.
On Tue, Jun 07, 2005 at 04:04:12PM +0100, Simon Marlow wrote:
However, if you attach includes to foreign import declarations, like this:
foreign import ccall "foo.h bar" bar :: ...
then GHC will currently not inline bar in another module. This is a missing feature, and we might fix it at some point.
Ah ha. That is the only style I've ever used, and is also what WASH uses. So I guess I get out of jail free.
I don't think Cabal currently has support for installing .h files, I guess that's something we need to look into (Isaac?).
Sounds like it. -- John