haddock-2.14.3: enable test suite
https://github.com/NixOS/cabal2nix/pull/86
This commit is contained in:
parent
9b6db1c964
commit
25e0377e51
@ -12,7 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
|
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
|
||||||
testDepends = [ Cabal deepseq filepath hspec QuickCheck ];
|
testDepends = [ Cabal deepseq filepath hspec QuickCheck ];
|
||||||
doCheck = false;
|
preCheck = "unset GHC_PACKAGE_PATH";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haddock/";
|
homepage = "http://www.haskell.org/haddock/";
|
||||||
description = "A documentation-generation tool for Haskell libraries";
|
description = "A documentation-generation tool for Haskell libraries";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user