update coroutine-object 0.2 -> 0.3, xournal-parser 0.5.0.2 -> 0.5.0.3
This commit is contained in:
parent
93464d88b0
commit
e8effb9c26
@ -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;
|
||||
|
@ -1,19 +1,19 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, attoparsec, attoparsecConduit, conduit, lens, mtl, strict
|
||||
, text, transformers, xmlConduit, xmlTypes, xournalTypes
|
||||
, zlibConduit
|
||||
{ cabal, attoparsec, attoparsecConduit, conduit, conduitExtra
|
||||
, exceptions, lens, mtl, strict, text, transformers, xmlConduit
|
||||
, xmlTypes, xournalTypes, zlibConduit
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xournal-parser";
|
||||
version = "0.5.0.2";
|
||||
sha256 = "1s9z7s6mcsn4s2krrcb1x63ca1d0rpyzdhb147w9524qw7gvbjin";
|
||||
version = "0.5.0.3";
|
||||
sha256 = "1r99xv7w2gxms1ff5qpj36dcb3gb5lpccr1mjjdnkcij81i748ly";
|
||||
buildDepends = [
|
||||
attoparsec attoparsecConduit conduit lens mtl strict text
|
||||
transformers xmlConduit xmlTypes xournalTypes zlibConduit
|
||||
attoparsec attoparsecConduit conduit conduitExtra exceptions lens
|
||||
mtl strict text transformers xmlConduit xmlTypes xournalTypes
|
||||
zlibConduit
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://ianwookim.org/hoodle";
|
||||
description = "Xournal file parser";
|
||||
|
Loading…
Reference in New Issue
Block a user