[commit: packages/base] master: Don't include `{Event, HsUnix}Config.h` in source distribution (b93947c)

git at git.haskell.org git at git.haskell.org
Thu Oct 24 20:20:25 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b93947c760d7d89434b13e0e9dc504108c75c6d1/base

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

commit b93947c760d7d89434b13e0e9dc504108c75c6d1
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Oct 24 22:19:23 2013 +0200

    Don't include `{Event,HsUnix}Config.h` in source distribution
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

b93947c760d7d89434b13e0e9dc504108c75c6d1
 base.buildinfo.in |    1 +
 base.cabal        |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base.buildinfo.in b/base.buildinfo.in
index c225d5a..ddf1bad 100644
--- a/base.buildinfo.in
+++ b/base.buildinfo.in
@@ -1,3 +1,4 @@
 extra-lib-dirs: @ICONV_LIB_DIRS@
 extra-libraries: @EXTRA_LIBS@
 include-dirs: @ICONV_INCLUDE_DIRS@
+install-includes: HsBaseConfig.h EventConfig.h
diff --git a/base.cabal b/base.cabal
index 18f46cb..4dc2414 100644
--- a/base.cabal
+++ b/base.cabal
@@ -16,6 +16,7 @@ build-type:     Configure
 
 extra-tmp-files:
     autom4te.cache
+    base.buildinfo
     config.log
     config.status
     include/EventConfig.h
@@ -290,8 +291,6 @@ Library
         HsBase.h
     install-includes:
         HsBase.h
-        HsBaseConfig.h
-        EventConfig.h
         WCsubst.h
         consUtils.h
         Typeable.h



More information about the ghc-commits mailing list