You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
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