haskell-hledger-lib: updated to version 0.18
svn path=/nixpkgs/trunk/; revision=34281
This commit is contained in:
parent
7e9eb60cfe
commit
011cd1baa6
@ -1,14 +1,14 @@
|
|||||||
{ cabal, cmdargs, filepath, HUnit, mtl, parsec, regexpr, safe
|
{ cabal, cmdargs, csv, filepath, HUnit, mtl, parsec, regexpr, safe
|
||||||
, split, time, utf8String
|
, shakespeareText, split, time, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hledger-lib";
|
pname = "hledger-lib";
|
||||||
version = "0.17";
|
version = "0.18";
|
||||||
sha256 = "0dlm3hjbcf48nzz597ag1q9y0phsc09062wvzpmfkhk4hsijpds4";
|
sha256 = "17dd8pbn5ly8rxy8yp8fz1j8m2zad9s190jzcpx9pdaw6vf2jskc";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cmdargs filepath HUnit mtl parsec regexpr safe split time
|
cmdargs csv filepath HUnit mtl parsec regexpr safe shakespeareText
|
||||||
utf8String
|
split time utf8String
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hledger.org";
|
homepage = "http://hledger.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user