2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-28 18:16:59 +01:00
|
|
|
{ cabal, aeson, binary, bytestringProgress, deepseq, filepath
|
|
|
|
, HUnit, libXScrnSaver, parsec, pcreLight, processExtras, strict
|
|
|
|
, tasty, tastyGolden, tastyHunit, terminalProgressBar, time
|
|
|
|
, transformers, utf8String, X11
|
2013-04-18 17:23:48 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "arbtt";
|
2014-09-10 19:39:04 +01:00
|
|
|
version = "0.8.1.4";
|
|
|
|
sha256 = "15ydb425nvqfzajx09q713wy5xa7awbzfjlsidk17vf7qbhfjn7z";
|
2013-04-18 17:23:48 +01:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-04-28 18:16:59 +01:00
|
|
|
aeson binary bytestringProgress deepseq filepath parsec pcreLight
|
|
|
|
strict terminalProgressBar time transformers utf8String X11
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
binary deepseq HUnit parsec pcreLight processExtras tasty
|
|
|
|
tastyGolden tastyHunit time transformers utf8String
|
2013-04-18 17:23:48 +01:00
|
|
|
];
|
|
|
|
extraLibraries = [ libXScrnSaver ];
|
2014-08-24 18:55:27 +01:00
|
|
|
jailbreak = true;
|
2013-04-18 17:23:48 +01:00
|
|
|
meta = {
|
2014-04-28 18:16:59 +01:00
|
|
|
homepage = "http://arbtt.nomeata.de/";
|
2013-04-18 17:23:48 +01:00
|
|
|
description = "Automatic Rule-Based Time Tracker";
|
|
|
|
license = "GPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|