summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/uniplate/default.nix8
1 files 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";