about summary refs log tree commit diff
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-03 12:06:45 +0200
committerPeter Simons <simons@cryp.to>2014-05-03 20:03:33 +0200
commit1bfeca7a902e1adce680136aa018cefd80d3094d (patch)
tree1223c31d58f5ae8e9889dd68e07220b9cc88505e /pkgs/development/tools/documentation
parent4b307a7b96627e072237391253b322add6fb9b5a (diff)
downloadnixlib-1bfeca7a902e1adce680136aa018cefd80d3094d.tar
nixlib-1bfeca7a902e1adce680136aa018cefd80d3094d.tar.gz
nixlib-1bfeca7a902e1adce680136aa018cefd80d3094d.tar.bz2
nixlib-1bfeca7a902e1adce680136aa018cefd80d3094d.tar.lz
nixlib-1bfeca7a902e1adce680136aa018cefd80d3094d.tar.xz
nixlib-1bfeca7a902e1adce680136aa018cefd80d3094d.tar.zst
nixlib-1bfeca7a902e1adce680136aa018cefd80d3094d.zip
haddock-2.14.2: re-generate with cabal2nix
Fixes <https://github.com/NixOS/nixpkgs/issues/2481>.
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/haddock/2.14.2.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/tools/documentation/haddock/2.14.2.nix b/pkgs/development/tools/documentation/haddock/2.14.2.nix
index c4677f202ddd..af611de4b9fa 100644
--- a/pkgs/development/tools/documentation/haddock/2.14.2.nix
+++ b/pkgs/development/tools/documentation/haddock/2.14.2.nix
@@ -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/";