From c0ffdcf4bb3936685f5fa4f5612d74079426deaf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Nov 2011 17:55:03 +0000 Subject: [PATCH] haskell-happstack-hamlet: updated to version 6.2.1 svn path=/nixpkgs/trunk/; revision=30437 --- .../libraries/haskell/happstack/happstack-hamlet.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix b/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix index 3eccba4eb381..edd9b19b067b 100644 --- a/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix +++ b/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "happstack-hamlet"; - version = "6.2.0"; - sha256 = "1y3nc6z9y96fci25dc6w66l0qlnkz29kr29dpd2sjnhpqm0kvzsc"; + version = "6.2.1"; + sha256 = "1ypw3lcrbkfkk8k45642kmgj0wjwz7vi3szslii6dirycg99jwkv"; buildDepends = [ hamlet happstackServer text ]; meta = { homepage = "http://www.happstack.com/";