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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "coroutine-object";
|
pname = "coroutine-object";
|
||||||
version = "0.2.0.0";
|
version = "0.3";
|
||||||
sha256 = "1jl5glnk4ildjrxyxscxd0v7xfqbd9vpv5gaxygsfsbfr1zizp3s";
|
sha256 = "0q0rvcc7ipxwmikaxh0ymq1d65f2q1a2jrd1i553pdf8hwmv0k1r";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cereal either lens mtl safecopy transformers transformersFree uuid
|
cereal either lens mtl safecopy transformers transformersFree uuid
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Object-oriented programming realization using coroutine";
|
description = "Object-oriented programming realization using coroutine";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, attoparsecConduit, conduit, lens, mtl, strict
|
{ cabal, attoparsec, attoparsecConduit, conduit, conduitExtra
|
||||||
, text, transformers, xmlConduit, xmlTypes, xournalTypes
|
, exceptions, lens, mtl, strict, text, transformers, xmlConduit
|
||||||
, zlibConduit
|
, xmlTypes, xournalTypes, zlibConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xournal-parser";
|
pname = "xournal-parser";
|
||||||
version = "0.5.0.2";
|
version = "0.5.0.3";
|
||||||
sha256 = "1s9z7s6mcsn4s2krrcb1x63ca1d0rpyzdhb147w9524qw7gvbjin";
|
sha256 = "1r99xv7w2gxms1ff5qpj36dcb3gb5lpccr1mjjdnkcij81i748ly";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec attoparsecConduit conduit lens mtl strict text
|
attoparsec attoparsecConduit conduit conduitExtra exceptions lens
|
||||||
transformers xmlConduit xmlTypes xournalTypes zlibConduit
|
mtl strict text transformers xmlConduit xmlTypes xournalTypes
|
||||||
|
zlibConduit
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://ianwookim.org/hoodle";
|
homepage = "http://ianwookim.org/hoodle";
|
||||||
description = "Xournal file parser";
|
description = "Xournal file parser";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user