mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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
|
||||
, 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/";
|
||||
|
Loading…
Reference in New Issue
Block a user