about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-18 12:24:43 +0200
committerPeter Simons <simons@cryp.to>2014-07-18 17:30:48 +0200
commit125aeed5a0c9229b0731886588e9f8f812200b87 (patch)
tree8773c166fc6bf9329818a96d34ef1b0788939fdf /pkgs/development/tools
parentdfbce69f05421b248ead10d3d1c666fb0a6c9846 (diff)
downloadnixlib-125aeed5a0c9229b0731886588e9f8f812200b87.tar
nixlib-125aeed5a0c9229b0731886588e9f8f812200b87.tar.gz
nixlib-125aeed5a0c9229b0731886588e9f8f812200b87.tar.bz2
nixlib-125aeed5a0c9229b0731886588e9f8f812200b87.tar.lz
nixlib-125aeed5a0c9229b0731886588e9f8f812200b87.tar.xz
nixlib-125aeed5a0c9229b0731886588e9f8f812200b87.tar.zst
nixlib-125aeed5a0c9229b0731886588e9f8f812200b87.zip
haddock: update to version 2.14.3
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/documentation/haddock/2.14.3.nix23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/development/tools/documentation/haddock/2.14.3.nix b/pkgs/development/tools/documentation/haddock/2.14.3.nix
new file mode 100644
index 000000000000..2ee55bebd014
--- /dev/null
+++ b/pkgs/development/tools/documentation/haddock/2.14.3.nix
@@ -0,0 +1,23 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, Cabal, deepseq, filepath, ghcPaths, hspec, QuickCheck
+, xhtml
+}:
+
+cabal.mkDerivation (self: {
+  pname = "haddock";
+  version = "2.14.3";
+  sha256 = "031ikrsbkpmmwgdkgdr8s19dfx5y6n39rmyljjdfqygas17gcm6l";
+  isLibrary = true;
+  isExecutable = true;
+  buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
+  testDepends = [ Cabal deepseq filepath hspec QuickCheck ];
+  doCheck = false;
+  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;
+    maintainers = [ self.stdenv.lib.maintainers.andres ];
+  };
+})