From dc4b393ded059d4cc87fb8bf5a23b56a259a0d41 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 6 Nov 2011 18:36:42 +0000 Subject: [PATCH] haskell-uniplate: updated to version 1.6.5 svn path=/nixpkgs/trunk/; revision=30272 --- pkgs/development/libraries/haskell/uniplate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/uniplate/default.nix b/pkgs/development/libraries/haskell/uniplate/default.nix index 020fc6408f3..c3043d0d14c 100644 --- a/pkgs/development/libraries/haskell/uniplate/default.nix +++ b/pkgs/development/libraries/haskell/uniplate/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "uniplate"; - version = "1.6.3"; - sha256 = "14p10zhsa9ws0rn2nm0gi25bdyhhs83b6qv8bjyywb02sh15xhkw"; + version = "1.6.5"; + sha256 = "1g29jbh2clxp87p8qjihgjgi8hdqgzray34bg6hv7whsy053apqs"; buildDepends = [ hashable syb unorderedContainers ]; meta = { homepage = "http://community.haskell.org/~ndm/uniplate/";