pkgs/development/libraries/haskell/cabal/cabal.nix: build haddock documentation for Haskell libraries

svn path=/nixpkgs/trunk/; revision=19237
This commit is contained in:
Peter Simons 2010-01-05 15:17:17 +00:00
parent 3535899507
commit 1dfec1c467

View File

@ -66,6 +66,9 @@ attrs :
./Setup build
export GHC_PACKAGE_PATH=$(ghc-packages)
./Setup haddock
eval "$postBuild"
'';