haddock-2.14.3: enable test suite

https://github.com/NixOS/cabal2nix/pull/86
This commit is contained in:
Peter Simons 2014-08-24 11:49:20 +02:00
parent 9b6db1c964
commit 25e0377e51

View File

@ -12,7 +12,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
testDepends = [ Cabal deepseq filepath hspec QuickCheck ];
doCheck = false;
preCheck = "unset GHC_PACKAGE_PATH";
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";