This repository was archived by the owner on Feb 3, 2022. It is now read-only.
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
Add --with-haddock flag #14
Open
Description
When building the Haskell Platform 2012.4.0.0 Unix source tarball I get:
Setup: The program haddock version >=0.6 is required but it could not be found.
Generating the mtl-2.1.2 package documentation failed
I am building with
./configure --prefix=/opt/haskell-platform/2012.4.0.0/ --with-ghc=/opt/ghc/7.4.2/bin/ghc --with-ghc-pkg=/opt/ghc/7.4.2/bin/ghc-pkg --with-hsc2hs=/opt/ghc/7.4.2/bin/hsc2hs
I don't have GHC bin folder in my path because I play with multiple GHC versions, so haddock cannot be found