3
0
Fork 0
forked from mirrors/nixpkgs

haskell-uniplate: update to version 1.6.11

This commit is contained in:
Peter Simons 2013-08-17 11:50:38 +02:00
parent 991df6461f
commit 86d0afeb5b

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "uniplate";
version = "1.6.10";
sha256 = "0j0hsvlkml8v9f8iijcgq58qnxnmk7gzxcnl9rxx4fdr9fnaffj3";
version = "1.6.11";
sha256 = "10ppc9hqc0y17r3y4vdajshrp3956dybna7qa5zm0akgl3pbla9j";
buildDepends = [ hashable syb unorderedContainers ];
meta = {
homepage = "http://community.haskell.org/~ndm/uniplate/";