From 3b0b92288476510ff267b0b9cd4aacf1dcd2fad4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 16 Feb 2012 09:05:45 +0000 Subject: [PATCH] haskell-uniplate: updated to version 1.6.6 svn path=/nixpkgs/trunk/; revision=32317 --- 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 69948588bee..827fdc77b3a 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.5"; - sha256 = "1g29jbh2clxp87p8qjihgjgi8hdqgzray34bg6hv7whsy053apqs"; + version = "1.6.6"; + sha256 = "1n3535yaw44v0krslnmfxgkfry6kih6sn17544qqynnz21x7dlfs"; buildDepends = [ Cabal hashable syb unorderedContainers ]; meta = { homepage = "http://community.haskell.org/~ndm/uniplate/";