From 492c7016d09afd0000060a176870177d82bafac0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 3 Oct 2011 20:20:58 +0000 Subject: [PATCH] haskell-hamlet: updated to version 0.10.2 svn path=/nixpkgs/trunk/; revision=29607 --- .../libraries/haskell/hamlet/{0.10.1.nix => 0.10.2.nix} | 4 ++-- pkgs/top-level/haskell-packages.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename pkgs/development/libraries/haskell/hamlet/{0.10.1.nix => 0.10.2.nix} (86%) diff --git a/pkgs/development/libraries/haskell/hamlet/0.10.1.nix b/pkgs/development/libraries/haskell/hamlet/0.10.2.nix similarity index 86% rename from pkgs/development/libraries/haskell/hamlet/0.10.1.nix rename to pkgs/development/libraries/haskell/hamlet/0.10.2.nix index e3b80dd1edc..1992be553b2 100644 --- a/pkgs/development/libraries/haskell/hamlet/0.10.1.nix +++ b/pkgs/development/libraries/haskell/hamlet/0.10.2.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "hamlet"; - version = "0.10.1"; - sha256 = "1n68nz2s61j8yfwjpgp9bjl0mc7gcpc5ysmx0vgggqxz2r3gayf6"; + version = "0.10.2"; + sha256 = "1p4dz1h640ryhj7prks7qazqyx0l79hi7130ksfchlb5mprz6wq2"; buildDepends = [ blazeBuilder blazeHtml failure parsec shakespeare text ]; diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 907a6dac911..a2c2e88830a 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -651,8 +651,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y); }; hamlet_0_8_2_1 = callPackage ../development/libraries/haskell/hamlet/0.8.2.1.nix {}; - hamlet_0_10_1 = callPackage ../development/libraries/haskell/hamlet/0.10.1.nix {}; - hamlet = self.hamlet_0_10_1; + hamlet_0_10_2 = callPackage ../development/libraries/haskell/hamlet/0.10.2.nix {}; + hamlet = self.hamlet_0_10_2; happstackData = callPackage ../development/libraries/haskell/happstack/happstack-data.nix {};