darcs patch: base.cabal: install all include files from include/
Hi, the base package needs to install some more header files to make compilations via C work properly (as required, for example, by gtk2hs). This can now be done properly with Cabal. See the patch below. Bertram Sat May 19 15:47:19 CEST 2007 Bertram Felgenhauer <int-e@gmx.de> * base.cabal: install all include files from include/ many of them are needed by HsBase.h; Typeable.h is useful for Haskell code
Hi Bertram, On Sat, May 19, 2007 at 03:57:59PM +0200, Bertram Felgenhauer wrote:
the base package needs to install some more header files to make compilations via C work properly (as required, for example, by gtk2hs). This can now be done properly with Cabal. See the patch below.
Thanks for the patch. However, in my working tree the header files have moved around a bit as a result of breaking up base; I'll look into doing the equivalent once the dust has settled. Thanks Ian
participants (2)
-
Bertram Felgenhauer -
Ian Lynagh