haddock-2.14.2: re-generate with cabal2nix

Fixes <https://github.com/NixOS/nixpkgs/issues/2481>.
This commit is contained in:
Peter Simons 2014-05-03 12:06:45 +02:00
parent 4b307a7b96
commit 1bfeca7a90

View File

@ -1,5 +1,5 @@
{ cabal, alex, Cabal, deepseq, filepath, ghcPaths, happy, hspec
, QuickCheck, xhtml
{ cabal, Cabal, deepseq, filepath, ghcPaths, hspec, QuickCheck
, xhtml
}:
cabal.mkDerivation (self: {
@ -10,7 +10,6 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
testDepends = [ Cabal deepseq filepath hspec QuickCheck ];
buildTools = [ alex happy ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/haddock/";