Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4f8f41929c42f5680e745f4a3ceebb4ff26e5cc8

>---------------------------------------------------------------

commit 4f8f41929c42f5680e745f4a3ceebb4ff26e5cc8
Author: Ian Lynagh <[email protected]>
Date:   Sun Sep 11 18:44:35 2011 +0100

    Don't include <HsFFI.h> in template-hsc.h; fixes #2897
    
    This works around the problem of hsc2hs not knowing the path to get it
    from. We don't think many, if any, users actually need it. Those that do
    will have to explicitly include it themselves, and their build system
    will be responsible for passing a suitable -I flag to hsc2hs (Cabal
    already does so).

>---------------------------------------------------------------

 template-hsc.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/template-hsc.h b/template-hsc.h
index fcfa878..4712c1f 100644
--- a/template-hsc.h
+++ b/template-hsc.h
@@ -1,4 +1,3 @@
-#include <HsFFI.h>
 
 #include <stddef.h>
 #include <string.h>



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to