about summary refs log tree commit diff
path: root/pkgs/development/tools/documentation/haddock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/documentation/haddock/default.nix')
-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;
-  };
-})