summary refs log tree commit diff
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-05-03 09:59:40 +0200
committerPeter Simons <simons@cryp.to>2013-05-03 11:38:57 +0200
commit0b946a6374c76574ff744ba380a950cba076626a (patch)
tree7b1d77db533658da69b553c02d87233f4205588d /pkgs/development/tools/documentation
parentc0eca109ed86edb6a3b958bedfdb472ee5acecc2 (diff)
downloadnixlib-0b946a6374c76574ff744ba380a950cba076626a.tar
nixlib-0b946a6374c76574ff744ba380a950cba076626a.tar.gz
nixlib-0b946a6374c76574ff744ba380a950cba076626a.tar.bz2
nixlib-0b946a6374c76574ff744ba380a950cba076626a.tar.lz
nixlib-0b946a6374c76574ff744ba380a950cba076626a.tar.xz
nixlib-0b946a6374c76574ff744ba380a950cba076626a.tar.zst
nixlib-0b946a6374c76574ff744ba380a950cba076626a.zip
haddock: update to version 2.13.2
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/haddock/2.13.2.nix (renamed from pkgs/development/tools/documentation/haddock/2.13.1.nix)6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/documentation/haddock/2.13.1.nix b/pkgs/development/tools/documentation/haddock/2.13.2.nix
index a932e6ce1e21..a5a63f6c90aa 100644
--- a/pkgs/development/tools/documentation/haddock/2.13.1.nix
+++ b/pkgs/development/tools/documentation/haddock/2.13.2.nix
@@ -2,12 +2,12 @@
 
 cabal.mkDerivation (self: {
   pname = "haddock";
-  version = "2.13.1";
-  sha256 = "0zsflbc3ayjsn542sa58zl62dd78ykr489f18sh467hrrnaj4pkf";
+  version = "2.13.2";
+  sha256 = "1qwj13ks3fzar14s587svv1pdiwk80m7x5pzn74v3jrqkn0xbrr5";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
-  testDepends = [ Cabal filepath ];
+  testDepends = [ Cabal deepseq filepath ];
   buildTools = [ alex happy ];
   doCheck = false;
   meta = {