From 1fb8696d940155ff4e8529258d415653c64cf8f7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 3 Oct 2011 09:01:28 +0000 Subject: [PATCH] haskell-hakyll: updated to version 3.2.0.8 svn path=/nixpkgs/trunk/; revision=29597 --- pkgs/development/libraries/haskell/hakyll/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix index d9a8b38730a7..856949200e06 100644 --- a/pkgs/development/libraries/haskell/hakyll/default.nix +++ b/pkgs/development/libraries/haskell/hakyll/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "hakyll"; - version = "3.2.0.7"; - sha256 = "1p06596yfsa0lk5ipdxm1b8j81aph2k30pm2g6ghw6k7fglklyl5"; + version = "3.2.0.8"; + sha256 = "1yp01g7wzr9qkx3vz7v791gglmr0pg5c6jj076rv118kw0l8n61l"; buildDepends = [ binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase regexPcre snapCore snapServer tagsoup time