From 96a94276c7e14476bb348466f6aa4e55d3938210 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Jan 2015 20:08:15 +0100 Subject: [PATCH] haskell-hledger-interest: update to version 1.4.4 --- pkgs/applications/office/hledger-interest/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/office/hledger-interest/default.nix b/pkgs/applications/office/hledger-interest/default.nix index 2cff99dcc278..393bc9cc4c7a 100644 --- a/pkgs/applications/office/hledger-interest/default.nix +++ b/pkgs/applications/office/hledger-interest/default.nix @@ -1,14 +1,14 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, Cabal, hledgerLib, mtl, time }: +{ cabal, Cabal, Decimal, hledgerLib, mtl, time }: cabal.mkDerivation (self: { pname = "hledger-interest"; - version = "1.4.3"; - sha256 = "1nj50zi4p6rs0nl4656rr0vkbh7kdi49z1l53nypfqs3rmjgicsn"; + version = "1.4.4"; + sha256 = "16knk1cwrpg5jn6vgcab7hqpjzg33ysz57x1f2glrmhhv1slmbfn"; isLibrary = false; isExecutable = true; - buildDepends = [ Cabal hledgerLib mtl time ]; + buildDepends = [ Cabal Decimal hledgerLib mtl time ]; meta = { homepage = "http://github.com/peti/hledger-interest"; description = "computes interest for a given account";