2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-17 21:12:58 +02:00
|
|
|
{ cabal, cmdargs, csv, filepath, HUnit, mtl, parsec, prettyShow
|
|
|
|
, regexpr, regexTdfa, safe, split, testFramework
|
2013-06-02 18:07:02 +02:00
|
|
|
, testFrameworkHunit, time, transformers, utf8String
|
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-lib";
|
2014-09-13 19:53:07 +02:00
|
|
|
version = "0.23.3";
|
|
|
|
sha256 = "0in61wrkbdllghdkxmwwn2b2k2g9w7kqijwl58szfx9h7w8g3dbi";
|
2011-08-10 01:00:20 +02:00
|
|
|
buildDepends = [
|
2014-04-17 21:12:58 +02:00
|
|
|
cmdargs csv filepath HUnit mtl parsec prettyShow regexpr regexTdfa
|
|
|
|
safe split time transformers utf8String
|
2011-08-10 01:00:20 +02:00
|
|
|
];
|
2013-06-02 18:07:02 +02:00
|
|
|
testDepends = [
|
2014-04-17 21:12:58 +02:00
|
|
|
cmdargs csv filepath HUnit mtl parsec prettyShow regexpr regexTdfa
|
|
|
|
safe split testFramework testFrameworkHunit time transformers
|
2013-06-02 18:07:02 +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:16 +02:00
|
|
|
description = "Core data types, parsers and utilities for the hledger accounting tool";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = "GPL";
|
|
|
|
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
|
|
|
};
|
|
|
|
})
|