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