
Is there a workaround for http://ghc.haskell.org/trac/ghc/ticket/8276. I haven't been able to build HEAD for a while due to this issue. -Andi

Andi,
Is there a workaround for http://ghc.haskell.org/trac/ghc/ticket/8276. I haven't been able to build HEAD for a while due to this issue.
Put the following one line to your mk/build.mk. HADDOCK_DOCS = NO The entire contents of my build.mk is: InstallExtraPackages = YES HADDOCK_DOCS = NO --Kazu

Thanks! That worked.
On Tue, Oct 8, 2013 at 12:35 AM, Kazu Yamamoto
Andi,
Is there a workaround for http://ghc.haskell.org/trac/ghc/ticket/8276. I haven't been able to build HEAD for a while due to this issue.
Put the following one line to your mk/build.mk.
HADDOCK_DOCS = NO
The entire contents of my build.mk is:
InstallExtraPackages = YES HADDOCK_DOCS = NO
--Kazu
participants (2)
-
Andreas Voellmy
-
Kazu Yamamoto