3
0
Fork 0
forked from mirrors/nixpkgs

update hoodle-types 0.2.2 -> 0.3, hoodle-builder 0.2.2.0 -> 0.3, hoodle-parser 0.2.2 -> 0.3, hoodle-render 0.3.2 -> 0.4, hoodle-core 0.13.0.0 -> 0.14, and hoodle 0.2.2.1 -> 0.3

This commit is contained in:
Ian-Woo Kim 2014-07-16 00:33:38 +02:00 committed by Peter Simons
parent e8effb9c26
commit 02d6445409
7 changed files with 64 additions and 50 deletions
pkgs
applications/graphics/hoodle
development/libraries/haskell
hoodle-builder
hoodle-core
hoodle-extra
hoodle-parser
hoodle-render
hoodle-types

View file

@ -1,17 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cmdargs, configurator, dyre, filepath, hoodleCore, mtl }: { cabal, cmdargs, configurator, dyre, filepath, hoodleCore, mtl }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoodle"; pname = "hoodle";
version = "0.2.2.1"; version = "0.3";
sha256 = "1qkyyzfmprhniwarnq6cdmv1r6605b3h2lsc1rlalxhq6jh5gamd"; sha256 = "01wz7bwdr3i43ikaiaq8vpn6b0clxjnjyaw6nl6zaq489dhj6fv5";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
cmdargs configurator dyre filepath hoodleCore mtl cmdargs configurator dyre filepath hoodleCore mtl
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://ianwookim.org/hoodle"; homepage = "http://ianwookim.org/hoodle";
description = "Executable for hoodle"; description = "Executable for hoodle";

View file

@ -1,16 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeBuilder, doubleConversion, hoodleTypes, lens, strict { cabal, blazeBuilder, doubleConversion, hoodleTypes, lens, strict
, text
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoodle-builder"; pname = "hoodle-builder";
version = "0.2.2.0"; version = "0.3";
sha256 = "0p123jpm39ggbjn1757nfygcgi324knin62cyggbq1hhhglkfxa2"; sha256 = "0mj58g7kfr5hpqv6idjb24d3gdh25z5x2ym62c6ckm5g3f4x3jm9";
buildDepends = [ buildDepends = [
blazeBuilder doubleConversion hoodleTypes lens strict blazeBuilder doubleConversion hoodleTypes lens strict text
]; ];
jailbreak = true;
meta = { meta = {
description = "text builder for hoodle file format"; description = "text builder for hoodle file format";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;

View file

@ -1,28 +1,27 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, aeson, aesonPretty, attoparsec, base64Bytestring, binary
, cairo, cereal, configurator, coroutineObject, dbus, Diff, dyre
{ cabal, attoparsec, base64Bytestring, binary, cairo, cereal , either, errors, filepath, fsnotify, gd, gtk, hoodleBuilder
, configurator, coroutineObject, dbus, Diff, dyre, either, errors , hoodleParser, hoodleRender, hoodleTypes, lens, libX11, libXi
, filepath, fsnotify, gd, gtk, hoodleBuilder, hoodleParser , monadLoops, mtl, network, networkInfo, networkSimple, pango
, hoodleRender, hoodleTypes, lens, libX11, libXi, monadLoops, mtl , poppler, pureMD5, stm, strict, svgcairo, systemFilepath, text
, network, networkInfo, networkSimple, pango, poppler, pureMD5, stm , time, transformers, transformersFree, unorderedContainers, uuid
, strict, svgcairo, systemFilepath, text, time, transformers , vector, xournalParser
, transformersFree, uuid, xournalParser
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoodle-core"; pname = "hoodle-core";
version = "0.13.0.0"; version = "0.14";
sha256 = "1krq7i7kvymjhj9kar2rpy4qkbak8p4n1ifswdnk9r1dw7fr8vdx"; sha256 = "1njkjxcbnwh9b7mg0xcqkc0clfz64n5h9jqf3323npyw8bhw34b8";
buildDepends = [ buildDepends = [
attoparsec base64Bytestring binary cairo cereal configurator aeson aesonPretty attoparsec base64Bytestring binary cairo cereal
coroutineObject dbus Diff dyre either errors filepath fsnotify gd configurator coroutineObject dbus Diff dyre either errors filepath
gtk hoodleBuilder hoodleParser hoodleRender hoodleTypes lens fsnotify gd gtk hoodleBuilder hoodleParser hoodleRender hoodleTypes
monadLoops mtl network networkInfo networkSimple pango poppler lens monadLoops mtl network networkInfo networkSimple pango poppler
pureMD5 stm strict svgcairo systemFilepath text time transformers pureMD5 stm strict svgcairo systemFilepath text time transformers
transformersFree uuid xournalParser transformersFree unorderedContainers uuid vector xournalParser
]; ];
extraLibraries = [ libX11 libXi ]; extraLibraries = [ libX11 libXi ];
jailbreak = true; noHaddock = true;
meta = { meta = {
homepage = "http://ianwookim.org/hoodle"; homepage = "http://ianwookim.org/hoodle";
description = "Core library for hoodle"; description = "Core library for hoodle";

View file

@ -0,0 +1,27 @@
{ cabal, aeson, aesonPretty, attoparsec, base64Bytestring, binary
, cmdargs, conduit, either, filepath, hoodleParser, hoodleTypes
, httpConduit, lens, monadLoops, mtl, networkSimple, pureMD5
, resourcet, text, time, transformers, unorderedContainers
, xournalParser
}:
cabal.mkDerivation (self: {
pname = "hoodle-extra";
version = "0.1";
sha256 = "1mqx4qia457n8v4pdyd8mc8h7ybzx5asxm2d4p9ws5g2q4ybmshy";
isLibrary = false;
isExecutable = true;
buildDepends = [
aeson aesonPretty attoparsec base64Bytestring binary cmdargs
conduit either filepath hoodleParser hoodleTypes httpConduit lens
monadLoops mtl networkSimple pureMD5 resourcet text time
transformers unorderedContainers xournalParser
];
meta = {
homepage = "http://ianwookim.org/hoodle";
description = "extra hoodle tools";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
};
})

View file

@ -1,18 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, either, hoodleTypes, lens, mtl, strict, text { cabal, attoparsec, either, hoodleTypes, lens, mtl, strict, text
, transformers, xournalTypes , transformers, xournalTypes
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoodle-parser"; pname = "hoodle-parser";
version = "0.2.2"; version = "0.3";
sha256 = "1m0jf7820hkdq69866hwqd1cc6rv331jrar8ayr28692h09j02rm"; sha256 = "1ihpmkhjzsf8w4ygljx2agx31xblc0ch4y8m9pwj7rnnjj1sw15i";
buildDepends = [ buildDepends = [
attoparsec either hoodleTypes lens mtl strict text transformers attoparsec either hoodleTypes lens mtl strict text transformers
xournalTypes xournalTypes
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://ianwookim.org/hoodle"; homepage = "http://ianwookim.org/hoodle";
description = "Hoodle file parser"; description = "Hoodle file parser";

View file

@ -1,21 +1,20 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, base64Bytestring, cairo, filepath, gd, gtk, hoodleTypes
, lens, monadLoops, mtl, poppler, stm, strict, svgcairo
{ cabal, base64Bytestring, cairo, filepath, gd, hoodleTypes, lens , transformers, unorderedContainers, uuid
, monadLoops, mtl, poppler, strict, svgcairo, uuid
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoodle-render"; pname = "hoodle-render";
version = "0.3.2"; version = "0.4";
sha256 = "1mmx27g1vqpndk26nz2hy7rckcgg68clvr5x31cqz9f8sifd8rsg"; sha256 = "06ds0fzw11a10m927y2jvmgbsjy7cxdpppb6ifxkg173csp92a2d";
buildDepends = [ buildDepends = [
base64Bytestring cairo filepath gd hoodleTypes lens monadLoops mtl base64Bytestring cairo filepath gd gtk hoodleTypes lens monadLoops
poppler strict svgcairo uuid mtl poppler stm strict svgcairo transformers unorderedContainers
uuid
]; ];
jailbreak = true;
meta = { meta = {
description = "Hoodle file renderer"; description = "Hoodle file renderer";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ianwookim ]; maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
}; };

View file

@ -1,13 +1,10 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, cereal, lens, mtl, strict, text, uuid }:
{ cabal, cereal, lens, mtl, strict, uuid }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hoodle-types"; pname = "hoodle-types";
version = "0.2.2"; version = "0.3";
sha256 = "0dw2ji676nq3idb7izzzfnxzhyngf84wkapc0la43g4w4hzv1zxz"; sha256 = "0n9plj6hhsc5482pl7sw4gw7py8r6cn0cl7hg35g2qxdxnzapifm";
buildDepends = [ cereal lens mtl strict uuid ]; buildDepends = [ cereal lens mtl strict text uuid ];
jailbreak = true;
meta = { meta = {
description = "Data types for programs for hoodle file format"; description = "Data types for programs for hoodle file format";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;