mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
e8effb9c26
commit
02d6445409
7 changed files with 64 additions and 50 deletions
|
@ -1,17 +1,14 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cmdargs, configurator, dyre, filepath, hoodleCore, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hoodle";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "1qkyyzfmprhniwarnq6cdmv1r6605b3h2lsc1rlalxhq6jh5gamd";
|
||||
version = "0.3";
|
||||
sha256 = "01wz7bwdr3i43ikaiaq8vpn6b0clxjnjyaw6nl6zaq489dhj6fv5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
cmdargs configurator dyre filepath hoodleCore mtl
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://ianwookim.org/hoodle";
|
||||
description = "Executable for hoodle";
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, blazeBuilder, doubleConversion, hoodleTypes, lens, strict
|
||||
, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hoodle-builder";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "0p123jpm39ggbjn1757nfygcgi324knin62cyggbq1hhhglkfxa2";
|
||||
version = "0.3";
|
||||
sha256 = "0mj58g7kfr5hpqv6idjb24d3gdh25z5x2ym62c6ckm5g3f4x3jm9";
|
||||
buildDepends = [
|
||||
blazeBuilder doubleConversion hoodleTypes lens strict
|
||||
blazeBuilder doubleConversion hoodleTypes lens strict text
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "text builder for hoodle file format";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
|
@ -1,28 +1,27 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, attoparsec, base64Bytestring, binary, cairo, cereal
|
||||
, configurator, coroutineObject, dbus, Diff, dyre, either, errors
|
||||
, filepath, fsnotify, gd, gtk, hoodleBuilder, hoodleParser
|
||||
, hoodleRender, hoodleTypes, lens, libX11, libXi, monadLoops, mtl
|
||||
, network, networkInfo, networkSimple, pango, poppler, pureMD5, stm
|
||||
, strict, svgcairo, systemFilepath, text, time, transformers
|
||||
, transformersFree, uuid, xournalParser
|
||||
{ cabal, aeson, aesonPretty, attoparsec, base64Bytestring, binary
|
||||
, cairo, cereal, configurator, coroutineObject, dbus, Diff, dyre
|
||||
, either, errors, filepath, fsnotify, gd, gtk, hoodleBuilder
|
||||
, hoodleParser, hoodleRender, hoodleTypes, lens, libX11, libXi
|
||||
, monadLoops, mtl, network, networkInfo, networkSimple, pango
|
||||
, poppler, pureMD5, stm, strict, svgcairo, systemFilepath, text
|
||||
, time, transformers, transformersFree, unorderedContainers, uuid
|
||||
, vector, xournalParser
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hoodle-core";
|
||||
version = "0.13.0.0";
|
||||
sha256 = "1krq7i7kvymjhj9kar2rpy4qkbak8p4n1ifswdnk9r1dw7fr8vdx";
|
||||
version = "0.14";
|
||||
sha256 = "1njkjxcbnwh9b7mg0xcqkc0clfz64n5h9jqf3323npyw8bhw34b8";
|
||||
buildDepends = [
|
||||
attoparsec base64Bytestring binary cairo cereal configurator
|
||||
coroutineObject dbus Diff dyre either errors filepath fsnotify gd
|
||||
gtk hoodleBuilder hoodleParser hoodleRender hoodleTypes lens
|
||||
monadLoops mtl network networkInfo networkSimple pango poppler
|
||||
aeson aesonPretty attoparsec base64Bytestring binary cairo cereal
|
||||
configurator coroutineObject dbus Diff dyre either errors filepath
|
||||
fsnotify gd gtk hoodleBuilder hoodleParser hoodleRender hoodleTypes
|
||||
lens monadLoops mtl network networkInfo networkSimple pango poppler
|
||||
pureMD5 stm strict svgcairo systemFilepath text time transformers
|
||||
transformersFree uuid xournalParser
|
||||
transformersFree unorderedContainers uuid vector xournalParser
|
||||
];
|
||||
extraLibraries = [ libX11 libXi ];
|
||||
jailbreak = true;
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://ianwookim.org/hoodle";
|
||||
description = "Core library for hoodle";
|
||||
|
|
27
pkgs/development/libraries/haskell/hoodle-extra/default.nix
Normal file
27
pkgs/development/libraries/haskell/hoodle-extra/default.nix
Normal 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 ];
|
||||
};
|
||||
})
|
|
@ -1,18 +1,15 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, attoparsec, either, hoodleTypes, lens, mtl, strict, text
|
||||
, transformers, xournalTypes
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hoodle-parser";
|
||||
version = "0.2.2";
|
||||
sha256 = "1m0jf7820hkdq69866hwqd1cc6rv331jrar8ayr28692h09j02rm";
|
||||
version = "0.3";
|
||||
sha256 = "1ihpmkhjzsf8w4ygljx2agx31xblc0ch4y8m9pwj7rnnjj1sw15i";
|
||||
buildDepends = [
|
||||
attoparsec either hoodleTypes lens mtl strict text transformers
|
||||
xournalTypes
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://ianwookim.org/hoodle";
|
||||
description = "Hoodle file parser";
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, base64Bytestring, cairo, filepath, gd, hoodleTypes, lens
|
||||
, monadLoops, mtl, poppler, strict, svgcairo, uuid
|
||||
{ cabal, base64Bytestring, cairo, filepath, gd, gtk, hoodleTypes
|
||||
, lens, monadLoops, mtl, poppler, stm, strict, svgcairo
|
||||
, transformers, unorderedContainers, uuid
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hoodle-render";
|
||||
version = "0.3.2";
|
||||
sha256 = "1mmx27g1vqpndk26nz2hy7rckcgg68clvr5x31cqz9f8sifd8rsg";
|
||||
version = "0.4";
|
||||
sha256 = "06ds0fzw11a10m927y2jvmgbsjy7cxdpppb6ifxkg173csp92a2d";
|
||||
buildDepends = [
|
||||
base64Bytestring cairo filepath gd hoodleTypes lens monadLoops mtl
|
||||
poppler strict svgcairo uuid
|
||||
base64Bytestring cairo filepath gd gtk hoodleTypes lens monadLoops
|
||||
mtl poppler stm strict svgcairo transformers unorderedContainers
|
||||
uuid
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Hoodle file renderer";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
license = self.stdenv.lib.licenses.gpl3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
|
||||
};
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cereal, lens, mtl, strict, uuid }:
|
||||
{ cabal, cereal, lens, mtl, strict, text, uuid }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hoodle-types";
|
||||
version = "0.2.2";
|
||||
sha256 = "0dw2ji676nq3idb7izzzfnxzhyngf84wkapc0la43g4w4hzv1zxz";
|
||||
buildDepends = [ cereal lens mtl strict uuid ];
|
||||
jailbreak = true;
|
||||
version = "0.3";
|
||||
sha256 = "0n9plj6hhsc5482pl7sw4gw7py8r6cn0cl7hg35g2qxdxnzapifm";
|
||||
buildDepends = [ cereal lens mtl strict text uuid ];
|
||||
meta = {
|
||||
description = "Data types for programs for hoodle file format";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue