update coroutine-object 0.2 -> 0.3, xournal-parser 0.5.0.2 -> 0.5.0.3

This commit is contained in:
Ian-Woo Kim
2014-07-15 23:29:16 +02:00
committed by Peter Simons
parent 93464d88b0
commit e8effb9c26
2 changed files with 10 additions and 11 deletions

View File

@@ -6,12 +6,11 @@
cabal.mkDerivation (self: {
pname = "coroutine-object";
version = "0.2.0.0";
sha256 = "1jl5glnk4ildjrxyxscxd0v7xfqbd9vpv5gaxygsfsbfr1zizp3s";
version = "0.3";
sha256 = "0q0rvcc7ipxwmikaxh0ymq1d65f2q1a2jrd1i553pdf8hwmv0k1r";
buildDepends = [
cereal either lens mtl safecopy transformers transformersFree uuid
];
jailbreak = true;
meta = {
description = "Object-oriented programming realization using coroutine";
license = self.stdenv.lib.licenses.bsd3;