Skip to content
Snippets Groups Projects
Commit 7d2dbfc3 authored by Austin Seipp's avatar Austin Seipp
Browse files

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: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit 52c6dc97)
parent 1eee1ca4
No related branches found
No related tags found
No related merge requests found
...@@ -1350,7 +1350,7 @@ validate_build_xhtml: ...@@ -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 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 cd libraries/xhtml && ./Setup build --builddir=dist-bindist
ifeq "$(HADDOCK_DOCS)" "YES" 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 endif
cd libraries/xhtml && ./Setup install --builddir=dist-bindist cd libraries/xhtml && ./Setup install --builddir=dist-bindist
cd libraries/xhtml && ./Setup clean --builddir=dist-bindist cd libraries/xhtml && ./Setup clean --builddir=dist-bindist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment