From dd4305c67af890be2fed986e16df29980b8e911e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 11 Oct 2011 16:48:24 +0000 Subject: [PATCH] haskell-uniplate: updated to version 1.6.3 svn path=/nixpkgs/trunk/; revision=29770 --- pkgs/development/libraries/haskell/uniplate/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/uniplate/default.nix b/pkgs/development/libraries/haskell/uniplate/default.nix index c9320595e55b..020fc6408f30 100644 --- a/pkgs/development/libraries/haskell/uniplate/default.nix +++ b/pkgs/development/libraries/haskell/uniplate/default.nix @@ -1,10 +1,10 @@ -{ cabal, syb }: +{ cabal, hashable, syb, unorderedContainers }: cabal.mkDerivation (self: { pname = "uniplate"; - version = "1.6.2"; - sha256 = "1lns0llhszk68jnq5if3xrk997idzszqc267q63kkdwp1zxdicrd"; - buildDepends = [ syb ]; + version = "1.6.3"; + sha256 = "14p10zhsa9ws0rn2nm0gi25bdyhhs83b6qv8bjyywb02sh15xhkw"; + buildDepends = [ hashable syb unorderedContainers ]; meta = { homepage = "http://community.haskell.org/~ndm/uniplate/"; description = "Help writing simple, concise and fast generic operations";