summary refs log tree commit diff
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-12-24 13:51:41 +0100
committerPeter Simons <simons@cryp.to>2014-12-25 11:05:49 +0100
commita4a778bac7ff455816d12d16a3cc0c586e4033c4 (patch)
tree8689ec99dd9f545a07bd5409bf8b648d5bd3adec /pkgs/development/tools/documentation
parente958a2ac58bc9c10bb05914feb26be09b24db594 (diff)
downloadnixpkgs-a4a778bac7ff455816d12d16a3cc0c586e4033c4.tar
nixpkgs-a4a778bac7ff455816d12d16a3cc0c586e4033c4.tar.gz
nixpkgs-a4a778bac7ff455816d12d16a3cc0c586e4033c4.tar.bz2
nixpkgs-a4a778bac7ff455816d12d16a3cc0c586e4033c4.tar.lz
nixpkgs-a4a778bac7ff455816d12d16a3cc0c586e4033c4.tar.xz
nixpkgs-a4a778bac7ff455816d12d16a3cc0c586e4033c4.tar.zst
nixpkgs-a4a778bac7ff455816d12d16a3cc0c586e4033c4.zip
haskell-haddock: update to version 2.15.0.1
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/haddock/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/documentation/haddock/default.nix b/pkgs/development/tools/documentation/haddock/default.nix
index 3b3d91a1f2f..e809312d576 100644
--- a/pkgs/development/tools/documentation/haddock/default.nix
+++ b/pkgs/development/tools/documentation/haddock/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "haddock";
-  version = "2.15.0";
-  sha256 = "1vay0v0a02xj2m40w71vmjadlm6pzv309r1jhr61xv1wnj88i75w";
+  version = "2.15.0.1";
+  sha256 = "0pvhhqackfikmp5zg6v6lysvr69f3f9f78xcjs4sd68f0rby7fdp";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [ haddockApi ];