30 lines
1.0 KiB
Nix
30 lines
1.0 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, blazeMarkup, cmdargs, csv, Decimal, filepath, HUnit, mtl
|
|
, parsec, prettyShow, regexpr, regexTdfa, safe, split
|
|
, testFramework, testFrameworkHunit, time, transformers, utf8String
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hledger-lib";
|
|
version = "0.24";
|
|
sha256 = "1r0qlah45z1p180d245fyji8xnxv9ipgg9m1dr56s4xaw910f6ns";
|
|
buildDepends = [
|
|
blazeMarkup cmdargs csv Decimal filepath HUnit mtl parsec
|
|
prettyShow regexpr regexTdfa safe split time transformers
|
|
utf8String
|
|
];
|
|
testDepends = [
|
|
blazeMarkup cmdargs csv Decimal filepath HUnit mtl parsec
|
|
prettyShow regexpr regexTdfa safe split testFramework
|
|
testFrameworkHunit time transformers
|
|
];
|
|
meta = {
|
|
homepage = "http://hledger.org";
|
|
description = "Core data types, parsers and utilities for the hledger accounting tool";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
|
};
|
|
})
|