[commit: ghc] master: Temporarily fight off build bogons on OS X (52c6dc9)
git at git.haskell.org
git at git.haskell.org
Mon Mar 31 11:51:44 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/52c6dc970272437aa83a936fc1fe63977fa6178d/ghc
>---------------------------------------------------------------
commit 52c6dc970272437aa83a936fc1fe63977fa6178d
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Mar 31 06:47:44 2014 -0500
Temporarily fight off build bogons on OS X
Right now there's a bug with Clang that prevents 'cabal haddock' from
working nicely. But there's an easy fix for now.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
52c6dc970272437aa83a936fc1fe63977fa6178d
ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc.mk b/ghc.mk
index 72a2f24..dab9050 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1350,7 +1350,7 @@ validate_build_xhtml:
cd libraries/xhtml && ./Setup configure --with-ghc="$(BINDIST_PREFIX)/bin/ghc" $(BINDIST_HADDOCK_FLAG) $(BINDIST_LIBRARY_FLAGS) --global --builddir=dist-bindist --prefix="$(BINDIST_PREFIX)"
cd libraries/xhtml && ./Setup build --builddir=dist-bindist
ifeq "$(HADDOCK_DOCS)" "YES"
- cd libraries/xhtml && ./Setup haddock --builddir=dist-bindist
+ cd libraries/xhtml && ./Setup haddock --ghc-options=-optP-P --builddir=dist-bindist
endif
cd libraries/xhtml && ./Setup install --builddir=dist-bindist
cd libraries/xhtml && ./Setup clean --builddir=dist-bindist
More information about the ghc-commits
mailing list