2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2015-01-08 20:08:15 +01:00
|
|
|
{ cabal, Cabal, Decimal, hledgerLib, mtl, time }:
|
2011-08-21 20:01:13 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hledger-interest";
|
2015-01-08 20:08:15 +01:00
|
|
|
version = "1.4.4";
|
|
|
|
sha256 = "16knk1cwrpg5jn6vgcab7hqpjzg33ysz57x1f2glrmhhv1slmbfn";
|
2011-08-21 20:01:13 +02:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2015-01-08 20:08:15 +01:00
|
|
|
buildDepends = [ Cabal Decimal hledgerLib mtl time ];
|
2011-08-21 20:01:13 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/peti/hledger-interest";
|
|
|
|
description = "computes interest for a given account";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2011-08-21 20:01:13 +02:00
|
|
|
};
|
|
|
|
})
|