[commit: ghc] wip/T9281: Minor fixup in libraries/integer-gmp2/integer-gmp2.buildinfo.in (6853c87)

git at git.haskell.org git at git.haskell.org
Sat Nov 8 08:49:26 UTC 2014


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

On branch  : wip/T9281
Link       : http://ghc.haskell.org/trac/ghc/changeset/6853c87cfc573a6dcb8084fa678bf1760333a215/ghc

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

commit 6853c87cfc573a6dcb8084fa678bf1760333a215
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Nov 8 09:48:39 2014 +0100

    Minor fixup in libraries/integer-gmp2/integer-gmp2.buildinfo.in


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

6853c87cfc573a6dcb8084fa678bf1760333a215
 ghc.mk                                           | 1 +
 libraries/integer-gmp2/integer-gmp2.buildinfo.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ghc.mk b/ghc.mk
index 40d782f..1bbfa90 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1220,6 +1220,7 @@ sdist_%:
 CLEAN_FILES += libraries/bootstrapping.conf
 CLEAN_FILES += libraries/integer-gmp/cbits/GmpDerivedConstants.h
 CLEAN_FILES += libraries/integer-gmp/include/HsIntegerGmp.h
+CLEAN_FILES += libraries/integer-gmp2/include/HsIntegerGmp2.h
 CLEAN_FILES += libraries/base/include/EventConfig.h
 CLEAN_FILES += mk/config.mk.old
 CLEAN_FILES += mk/project.mk.old
diff --git a/libraries/integer-gmp2/integer-gmp2.buildinfo.in b/libraries/integer-gmp2/integer-gmp2.buildinfo.in
index 9b2bad9..8f7769d 100644
--- a/libraries/integer-gmp2/integer-gmp2.buildinfo.in
+++ b/libraries/integer-gmp2/integer-gmp2.buildinfo.in
@@ -2,4 +2,4 @@ include-dirs: @GMP_INCLUDE_DIRS@
 extra-lib-dirs: @GMP_LIB_DIRS@
 extra-libraries: @GMP_LIBS@
 frameworks: @GMP_FRAMEWORK@
-install-includes: HsIntegerGmp.h
\ No newline at end of file
+install-includes: HsIntegerGmp2.h



More information about the ghc-commits mailing list