2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-17 21:13:01 +02:00
|
|
|
{ cabal, cmdargs, csv, filepath, haskeline, hledgerLib, HUnit, mtl
|
2014-05-01 23:44:04 +02:00
|
|
|
, parsec, prettyShow, regexpr, safe, shakespeare, shakespeareText
|
|
|
|
, split, tabular, testFramework, testFrameworkHunit, text, time
|
|
|
|
, transformers, utf8String, wizards
|
2011-08-10 01:00:20 +02:00
|
|
|
}:
|
2011-07-20 20:20:42 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-20 20:20:42 +02:00
|
|
|
pname = "hledger";
|
2014-05-10 00:18:20 +02:00
|
|
|
version = "0.23.2";
|
|
|
|
sha256 = "1q57mb37qkngdvivaj4dykrkg4sb2pchg2ssdxx8ss4zhbsrk713";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-04-17 21:13:01 +02:00
|
|
|
cmdargs filepath haskeline hledgerLib HUnit mtl parsec prettyShow
|
2014-05-01 23:44:04 +02:00
|
|
|
regexpr safe shakespeare shakespeareText split tabular text time
|
|
|
|
utf8String wizards
|
2011-08-10 01:00:20 +02:00
|
|
|
];
|
2013-06-02 18:07:03 +02:00
|
|
|
testDepends = [
|
2014-04-17 21:13:01 +02:00
|
|
|
cmdargs csv filepath haskeline hledgerLib HUnit mtl parsec
|
2014-05-01 23:44:04 +02:00
|
|
|
prettyShow regexpr safe shakespeare shakespeareText split tabular
|
|
|
|
testFramework testFrameworkHunit text time transformers wizards
|
2013-06-02 18:07:03 +02:00
|
|
|
];
|
2011-07-20 20:20:42 +02:00
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://hledger.org";
|
2011-09-02 20:02:24 +02:00
|
|
|
description = "The main command-line interface for the hledger accounting tool";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = "GPL";
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2011-07-20 20:20:42 +02:00
|
|
|
};
|
|
|
|
})
|