[commit: packages/unix] master: Don't include `HsUnixConfig.h` in source distribution (407189d)

git at git.haskell.org git at git.haskell.org
Thu Oct 24 19:23:18 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/unix.git/commitdiff/407189d6af3994f8ea1e2df4d8692d5570576bc7

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

commit 407189d6af3994f8ea1e2df4d8692d5570576bc7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Oct 24 21:18:47 2013 +0200

    Don't include `HsUnixConfig.h` in source distribution
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

407189d6af3994f8ea1e2df4d8692d5570576bc7
 unix.buildinfo.in |    1 +
 unix.cabal        |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix.buildinfo.in b/unix.buildinfo.in
index 7283015..7905249 100644
--- a/unix.buildinfo.in
+++ b/unix.buildinfo.in
@@ -1,2 +1,3 @@
 buildable: @BUILD_PACKAGE_BOOL@
 extra-libraries: @EXTRA_LIBS@
+install-includes: HsUnixConfig.h
diff --git a/unix.cabal b/unix.cabal
index aca180f..9bdeab4 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -125,7 +125,6 @@ library
         execvpe.h
     install-includes:
         HsUnix.h
-        HsUnixConfig.h
         execvpe.h
     c-sources:
         cbits/HsUnix.c



More information about the ghc-commits mailing list