Merge pull request #1674 from errge/haddockhoogle
Generate hoogle databases beside HTML haddock documentation for Haskell packages
This commit is contained in:
commit
1a40e97ba6
@ -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"
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user