haskell-arbtt: update to version 0.8
This commit is contained in:
parent
e8ba2d4ded
commit
3f23727e09
@ -1,21 +1,26 @@
|
|||||||
{ cabal, binary, bytestringProgress, deepseq, filepath
|
{ cabal, aeson, binary, bytestringProgress, deepseq, filepath
|
||||||
, libXScrnSaver, parsec, pcreLight, strict, terminalProgressBar
|
, HUnit, libXScrnSaver, parsec, pcreLight, processExtras, strict
|
||||||
, time, transformers, utf8String, X11
|
, tasty, tastyGolden, tastyHunit, terminalProgressBar, time
|
||||||
|
, transformers, utf8String, X11
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "arbtt";
|
pname = "arbtt";
|
||||||
version = "0.7";
|
version = "0.8";
|
||||||
sha256 = "05q31fsyrbkcx0mlf2r91zgmpma5sl2a7100h7qsa882sijc2ybn";
|
sha256 = "0anjcg8ikd3jxc5rb3k215wj7ar4kg2plv8sdr8hv64758xkc5q9";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary bytestringProgress deepseq filepath parsec pcreLight strict
|
aeson binary bytestringProgress deepseq filepath parsec pcreLight
|
||||||
terminalProgressBar time transformers utf8String X11
|
strict terminalProgressBar time transformers utf8String X11
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
binary deepseq HUnit parsec pcreLight processExtras tasty
|
||||||
|
tastyGolden tastyHunit time transformers utf8String
|
||||||
];
|
];
|
||||||
extraLibraries = [ libXScrnSaver ];
|
extraLibraries = [ libXScrnSaver ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.joachim-breitner.de/projects#arbtt";
|
homepage = "http://arbtt.nomeata.de/";
|
||||||
description = "Automatic Rule-Based Time Tracker";
|
description = "Automatic Rule-Based Time Tracker";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user