
Magnus Therning
I've been working on upgrading [haskell] to Ghc 7.4.2 for a few days now. So far no luck :(
The build always fails on creating documentation. Yesterday I resorted to taking the source package from [extra], which is known to build fine... but still it failed on generating the docs. I now suspect this is due to the limited memory available on the machine I use to build (1.5GB).
Hi Magnus, On Gentoo we build haddock with: runghc Setup.hs configure --ghc-options=-rtsopts https://github.com/gentoo-haskell/gentoo-haskell/blob/master/dev-haskell/had... and then add these options when running haddock: +RTS -K16M -RTS Also this upstream patch is useful to avoid haddock failing on unicode chars: https://github.com/gentoo-haskell/gentoo-haskell/blob/master/dev-haskell/had... Please feel free to use any patches in the Gentoo Haskell overlay: https://github.com/gentoo-haskell/gentoo-haskell Regards, Mark