[commit: ghc] ghc-7.10: Fix build bogons due to missing separator (528b503)

git at git.haskell.org git at git.haskell.org
Mon Feb 23 11:46:34 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/528b503ad7beacad9d35de99cc27cb6074794b71/ghc

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

commit 528b503ad7beacad9d35de99cc27cb6074794b71
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Feb 23 05:48:15 2015 -0600

    Fix build bogons due to missing separator
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>
    (cherry picked from commit 9004f0d267613b9989fc2f3313c0bd64936103cd)


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

528b503ad7beacad9d35de99cc27cb6074794b71
 ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc.mk b/ghc.mk
index aa29171..18ead9c 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1108,7 +1108,7 @@ SRC_DIST_GHC_DIRS = mk rules docs distrib bindisttest libffi includes \
     utils docs rts compiler ghc driver libraries libffi-tarballs
 SRC_DIST_GHC_FILES += \
     configure.ac config.guess config.sub configure \
-    aclocal.m4 README.md ANNOUNCE HACKING.md INSTALL.md LICENSE Makefile
+    aclocal.m4 README.md ANNOUNCE HACKING.md INSTALL.md LICENSE Makefile \
     install-sh settings.in VERSION GIT_COMMIT_ID \
     boot packages ghc.mk MAKEHELP.md
 



More information about the ghc-commits mailing list