forked from mirrors/nixpkgs
Version bump for data-reify.
svn path=/nixpkgs/trunk/; revision=17228
This commit is contained in:
parent
ea843fa435
commit
9dc9e71096
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "data-reify";
|
pname = "data-reify";
|
||||||
version = "0.4";
|
version = "0.5";
|
||||||
sha256 = "567536195159117e14bb4e9a9c13a7de179da27c45966e5a5c189a9df33b11fa";
|
sha256 = "ca501cbde57d3b53b4def9ce3de9ecccc5136fb0575877e98e163668ebe23055";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Reify a recursive data structure into an explicit graph";
|
description = "Reify a recursive data structure into an explicit graph";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue