haddock-2.14.2: re-generate with cabal2nix
Fixes <https://github.com/NixOS/nixpkgs/issues/2481>.
This commit is contained in:
parent
4b307a7b96
commit
1bfeca7a90
@ -1,5 +1,5 @@
|
|||||||
{ cabal, alex, Cabal, deepseq, filepath, ghcPaths, happy, hspec
|
{ cabal, Cabal, deepseq, filepath, ghcPaths, hspec, QuickCheck
|
||||||
, QuickCheck, xhtml
|
, xhtml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -10,7 +10,6 @@ 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 ];
|
||||||
buildTools = [ alex happy ];
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haddock/";
|
homepage = "http://www.haskell.org/haddock/";
|
||||||
|
Loading…
Reference in New Issue
Block a user