2014-07-16 11:09:45 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-15 23:33:38 +01:00
|
|
|
{ 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
|
2014-01-20 17:05:00 +00:00
|
|
|
}:
|
2014-01-20 14:41:17 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hoodle-core";
|
2014-07-15 23:33:38 +01:00
|
|
|
version = "0.14";
|
|
|
|
sha256 = "1njkjxcbnwh9b7mg0xcqkc0clfz64n5h9jqf3323npyw8bhw34b8";
|
2014-01-20 17:05:00 +00:00
|
|
|
buildDepends = [
|
2014-07-15 23:33:38 +01:00
|
|
|
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
|
2014-01-20 17:05:00 +00:00
|
|
|
pureMD5 stm strict svgcairo systemFilepath text time transformers
|
2014-07-15 23:33:38 +01:00
|
|
|
transformersFree unorderedContainers uuid vector xournalParser
|
2014-01-20 17:05:00 +00:00
|
|
|
];
|
|
|
|
extraLibraries = [ libX11 libXi ];
|
2014-07-15 23:33:38 +01:00
|
|
|
noHaddock = true;
|
2014-01-20 14:41:17 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://ianwookim.org/hoodle";
|
|
|
|
description = "Core library for hoodle";
|
|
|
|
license = self.stdenv.lib.licenses.gpl3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-20 18:34:45 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
2014-01-20 14:41:17 +00:00
|
|
|
};
|
|
|
|
})
|