[commit: ghc] wip/T9281: Fix bindist failure while installing HsIntegerGmp2.h (9500487)

git at git.haskell.org git at git.haskell.org
Sun Nov 9 20:52:11 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T9281
Link       : http://ghc.haskell.org/trac/ghc/changeset/9500487e8a48f666d9c5d2bea09e50447648393c/ghc

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

commit 9500487e8a48f666d9c5d2bea09e50447648393c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Nov 8 11:26:34 2014 +0100

    Fix bindist failure while installing HsIntegerGmp2.h


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

9500487e8a48f666d9c5d2bea09e50447648393c
 libraries/integer-gmp2/integer-gmp2.cabal | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libraries/integer-gmp2/integer-gmp2.cabal b/libraries/integer-gmp2/integer-gmp2.cabal
index 4464d41..2727845 100644
--- a/libraries/integer-gmp2/integer-gmp2.cabal
+++ b/libraries/integer-gmp2/integer-gmp2.cabal
@@ -17,6 +17,7 @@ extra-source-files:
     configure
     configure.ac
     gmp/config.mk.in
+    include/HsIntegerGmp2.h.in
     integer-gmp2.buildinfo.in
 
 extra-tmp-files:
@@ -48,6 +49,7 @@ library
   ghc-options: -this-package-key integer-gmp2 -Wall
   cc-options: -std=c99 -Wall
 
+  include-dirs: include
   c-sources:
     cbits/wrappers.c
 



More information about the ghc-commits mailing list