forked from mirrors/nixpkgs
haskell-uniplate: updated to version 1.6.3
svn path=/nixpkgs/trunk/; revision=29770
This commit is contained in:
parent
52987e278d
commit
dd4305c67a
|
@ -1,10 +1,10 @@
|
||||||
{ cabal, syb }:
|
{ cabal, hashable, syb, unorderedContainers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "uniplate";
|
pname = "uniplate";
|
||||||
version = "1.6.2";
|
version = "1.6.3";
|
||||||
sha256 = "1lns0llhszk68jnq5if3xrk997idzszqc267q63kkdwp1zxdicrd";
|
sha256 = "14p10zhsa9ws0rn2nm0gi25bdyhhs83b6qv8bjyywb02sh15xhkw";
|
||||||
buildDepends = [ syb ];
|
buildDepends = [ hashable syb unorderedContainers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://community.haskell.org/~ndm/uniplate/";
|
homepage = "http://community.haskell.org/~ndm/uniplate/";
|
||||||
description = "Help writing simple, concise and fast generic operations";
|
description = "Help writing simple, concise and fast generic operations";
|
||||||
|
|
Loading…
Reference in a new issue