haskell-data-memocombinators: update to version 0.5.1
This commit is contained in:
parent
c89a0aab3c
commit
03ed015510
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "data-memocombinators";
|
pname = "data-memocombinators";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
sha256 = "1kh2xj1z68gig8y5fqfwaha0mcd41laa2di9x2hryjwdgzswxy74";
|
sha256 = "1mvfc1xri3kgkx5q7za01bqg1x3bfvbgcffw5vwl6jmq4hh1sd5l";
|
||||||
buildDepends = [ dataInttrie ];
|
buildDepends = [ dataInttrie ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/luqui/data-memocombinators";
|
homepage = "http://github.com/luqui/data-memocombinators";
|
||||||
|
|
Loading…
Reference in New Issue