haskell-hoodle-parser: re-generate with cabal2nix
This commit is contained in:
parent
86e1775cf4
commit
bf487fed15
|
@ -1,11 +1,16 @@
|
||||||
{ cabal, attoparsec, either, hoodleTypes, lens, mtl, strict, text, transformers, xournalTypes }:
|
{ cabal, attoparsec, either, hoodleTypes, lens, mtl, strict, text
|
||||||
|
, transformers, xournalTypes
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoodle-parser";
|
pname = "hoodle-parser";
|
||||||
version = "0.2.2";
|
version = "0.2.2";
|
||||||
sha256 = "1m0jf7820hkdq69866hwqd1cc6rv331jrar8ayr28692h09j02rm";
|
sha256 = "1m0jf7820hkdq69866hwqd1cc6rv331jrar8ayr28692h09j02rm";
|
||||||
buildDepends = [ attoparsec either hoodleTypes lens mtl strict text transformers xournalTypes ];
|
buildDepends = [
|
||||||
#jailbreak = true;
|
attoparsec either hoodleTypes lens mtl strict text transformers
|
||||||
|
xournalTypes
|
||||||
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://ianwookim.org/hoodle";
|
homepage = "http://ianwookim.org/hoodle";
|
||||||
description = "Hoodle file parser";
|
description = "Hoodle file parser";
|
||||||
|
|
Loading…
Reference in New Issue