haskell-hledger-lib: updated to version 0.15

svn path=/nixpkgs/trunk/; revision=28978
This commit is contained in:
Peter Simons 2011-09-02 18:02:16 +00:00
parent 159adba352
commit 232483a379

View File

@ -1,16 +1,17 @@
{ cabal, HUnit, mtl, parsec, regexpr, safe, split, time, utf8String { cabal, cmdargs, HUnit, mtl, parsec, regexpr, safe, split, time
, utf8String
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hledger-lib"; pname = "hledger-lib";
version = "0.14"; version = "0.15";
sha256 = "9a6d6ab4383800279e135e9bbcd886e95cea45232d093202c5d43e6edd1f927c"; sha256 = "1bsn02pgz38ivk6z24niwab2ibmysngc1hghw5d5n2xa862ffrgb";
buildDepends = [ buildDepends = [
HUnit mtl parsec regexpr safe split time utf8String cmdargs HUnit mtl parsec regexpr safe split time utf8String
]; ];
meta = { meta = {
homepage = "http://hledger.org"; homepage = "http://hledger.org";
description = "Reusable types and utilities for the hledger accounting tool and financial apps in general"; description = "Core data types, parsers and utilities for the hledger accounting tool";
license = "GPL"; license = "GPL";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ maintainers = [