summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-27 12:39:37 +0100
committerPeter Simons <simons@cryp.to>2013-10-27 19:07:15 +0100
commit216e9976fe0977bf26a3225369c4ef97cc6af066 (patch)
tree5768f764ed6573212b40f1032e2f277a9038c3c5
parentaab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1 (diff)
downloadnixlib-216e9976fe0977bf26a3225369c4ef97cc6af066.tar
nixlib-216e9976fe0977bf26a3225369c4ef97cc6af066.tar.gz
nixlib-216e9976fe0977bf26a3225369c4ef97cc6af066.tar.bz2
nixlib-216e9976fe0977bf26a3225369c4ef97cc6af066.tar.lz
nixlib-216e9976fe0977bf26a3225369c4ef97cc6af066.tar.xz
nixlib-216e9976fe0977bf26a3225369c4ef97cc6af066.tar.zst
nixlib-216e9976fe0977bf26a3225369c4ef97cc6af066.zip
haskell-uniplate: update to version 1.6.12
-rw-r--r--pkgs/development/libraries/haskell/uniplate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/uniplate/default.nix b/pkgs/development/libraries/haskell/uniplate/default.nix
index 8b0825ea119c..ab9471bc3f28 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.11";
-  sha256 = "10ppc9hqc0y17r3y4vdajshrp3956dybna7qa5zm0akgl3pbla9j";
+  version = "1.6.12";
+  sha256 = "1dx8f9aw27fz8kw0ad1nm6355w5rdl7bjvb427v2bsgnng30pipw";
   buildDepends = [ hashable syb unorderedContainers ];
   meta = {
     homepage = "http://community.haskell.org/~ndm/uniplate/";