summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-05 20:48:49 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 21:44:47 +0200
commit324719a5a611501d7b54e14f205465f5da1242b1 (patch)
tree35984fd13aad3b31991990079c658a756611baa0 /pkgs/development/tools/documentation
parente36427857d3e9a70c241a8c1ffd3949dce913b7f (diff)
Drop obsolete pre-NG Haskell builds.
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/haddock/default.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/development/tools/documentation/haddock/default.nix b/pkgs/development/tools/documentation/haddock/default.nix
deleted file mode 100644
index e809312d5763..000000000000
--- a/pkgs/development/tools/documentation/haddock/default.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, Cabal, filepath, haddockApi }:
-
-cabal.mkDerivation (self: {
- pname = "haddock";
- version = "2.15.0.1";
- sha256 = "0pvhhqackfikmp5zg6v6lysvr69f3f9f78xcjs4sd68f0rby7fdp";
- isLibrary = false;
- isExecutable = true;
- buildDepends = [ haddockApi ];
- testDepends = [ Cabal filepath ];
- preCheck = "unset GHC_PACKAGE_PATH";
- meta = {
- homepage = "http://www.haskell.org/haddock/";
- description = "A documentation-generation tool for Haskell libraries";
- license = self.stdenv.lib.licenses.bsd3;
- platforms = self.ghc.meta.platforms;
- };
-})