3
0
Fork 0
forked from mirrors/nixpkgs

Generate hoogle databases beside HTML haddock documentation for Haskell packages

This commit is contained in:
Gergely Risko 2014-02-04 18:09:12 +01:00
parent e1b206b4a9
commit 2c8e492691

View file

@ -220,7 +220,7 @@ assert !enableStaticLibraries -> versionOlder "7.7" ghc.version;
./Setup build ${self.buildTarget}
export GHC_PACKAGE_PATH=$(${ghc.GHCPackages})
test -n "$noHaddock" || ./Setup haddock
test -n "$noHaddock" || ./Setup haddock --html --hoogle
eval "$postBuild"
'';