Hi all,

for some reason either the libraries/primitive version in tarballs is broken
(should be
  includes: cbits/primitive-memops.h
?)
or the ghc-cabal is not able to resolve the included header...

Anybody seen this? I have a fresh checkout.

Following change helped, but I assume is not acceptable for a patch :-)

diff --git a/primitive.cabal b/primitive.cabal
index 3e19e84..985e2e7 100644
--- a/primitive.cabal
+++ b/primitive.cabal
@@ -57,6 +57,5 @@ Library

   Include-Dirs: cbits
   Install-Includes: primitive-memops.h
-  includes: primitive-memops.h
   c-sources: cbits/primitive-memops.c

Cheers,

    Gabor

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to