haskell-hoodle-core: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-01-20 18:05:00 +01:00
parent a1adb429ec
commit 86e1775cf4

View File

@ -1,17 +1,26 @@
{ cabal, Diff, attoparsec, base64Bytestring, cairo, cereal, configurator, { cabal, attoparsec, base64Bytestring, binary, cairo, cereal
coroutineObject, dbus, dyre, errors, fsnotify, gd, gtk, hoodleBuilder, , configurator, coroutineObject, dbus, Diff, dyre, either, errors
hoodleParser, hoodleRender, hoodleTypes, monadLoops, networkSimple, , filepath, fsnotify, gd, gtk, hoodleBuilder, hoodleParser
pureMD5, stm, xournalParser }: , hoodleRender, hoodleTypes, lens, libX11, libXi, monadLoops, mtl
, network, networkInfo, networkSimple, pango, poppler, pureMD5, stm
, strict, svgcairo, systemFilepath, text, time, transformers
, transformersFree, uuid, xournalParser
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoodle-core"; pname = "hoodle-core";
version = "0.13.0.0"; version = "0.13.0.0";
sha256 = "1krq7i7kvymjhj9kar2rpy4qkbak8p4n1ifswdnk9r1dw7fr8vdx"; sha256 = "1krq7i7kvymjhj9kar2rpy4qkbak8p4n1ifswdnk9r1dw7fr8vdx";
buildDepends = [ Diff attoparsec base64Bytestring cairo cereal configurator buildDepends = [
coroutineObject dbus dyre errors fsnotify gd gtk hoodleBuilder attoparsec base64Bytestring binary cairo cereal configurator
hoodleParser hoodleRender hoodleTypes monadLoops networkSimple coroutineObject dbus Diff dyre either errors filepath fsnotify gd
pureMD5 stm xournalParser ]; gtk hoodleBuilder hoodleParser hoodleRender hoodleTypes lens
#jailbreak = true; monadLoops mtl network networkInfo networkSimple pango poppler
pureMD5 stm strict svgcairo systemFilepath text time transformers
transformersFree uuid xournalParser
];
extraLibraries = [ libX11 libXi ];
jailbreak = true;
meta = { meta = {
homepage = "http://ianwookim.org/hoodle"; homepage = "http://ianwookim.org/hoodle";
description = "Core library for hoodle"; description = "Core library for hoodle";