From 6abb59cbac478a37d551568a474036c738049278 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Jan 2013 11:52:00 +0100 Subject: [PATCH] haskell-hashable: update 1.2.x branch to 1.2.0.5 --- .../libraries/haskell/hashable/{1.2.0.3.nix => 1.2.0.5.nix} | 4 ++-- pkgs/top-level/haskell-packages.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename pkgs/development/libraries/haskell/hashable/{1.2.0.3.nix => 1.2.0.5.nix} (81%) diff --git a/pkgs/development/libraries/haskell/hashable/1.2.0.3.nix b/pkgs/development/libraries/haskell/hashable/1.2.0.5.nix similarity index 81% rename from pkgs/development/libraries/haskell/hashable/1.2.0.3.nix rename to pkgs/development/libraries/haskell/hashable/1.2.0.5.nix index 43d99b63d5a4..0547fd67b1f7 100644 --- a/pkgs/development/libraries/haskell/hashable/1.2.0.3.nix +++ b/pkgs/development/libraries/haskell/hashable/1.2.0.5.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "hashable"; - version = "1.2.0.3"; - sha256 = "0q4zl2mry6qfp9vln6pxmgqik7szv1sh7if55gydnxln1ybvvgmp"; + version = "1.2.0.5"; + sha256 = "0frqr294bsx4i21xxd5pw59xpaf0nww0dh4bqn0ywblsm9c7nyqh"; buildDepends = [ text ]; meta = { homepage = "http://github.com/tibbe/hashable"; diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 6f2db83c1941..595cdeb975f2 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -913,7 +913,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y); happstackHamlet = callPackage ../development/libraries/haskell/happstack/happstack-hamlet.nix {}; hashable_1_1_2_5 = callPackage ../development/libraries/haskell/hashable/1.1.2.5.nix {}; - hashable_1_2_0_3 = callPackage ../development/libraries/haskell/hashable/1.2.0.3.nix {}; + hashable_1_2_0_5 = callPackage ../development/libraries/haskell/hashable/1.2.0.5.nix {}; hashable = self.hashable_1_1_2_5; hashedStorage = callPackage ../development/libraries/haskell/hashed-storage {};