about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
committerPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
commitac69747aa855a9222d129c968fcdfd38712624b2 (patch)
tree7ca82e0665a5c4e9559c781e0a3b4e9df956dd5e /pkgs/applications/office
parent844d950d1328364c6e84044f3bc7ba46e64389ae (diff)
Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/hledger-interest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/hledger-interest/default.nix b/pkgs/applications/office/hledger-interest/default.nix
index a400730878ea3..6715df077bf27 100644
--- a/pkgs/applications/office/hledger-interest/default.nix
+++ b/pkgs/applications/office/hledger-interest/default.nix
@@ -1,4 +1,4 @@
-{ cabal, hledgerLib, mtl, time }:
+{ cabal, Cabal, hledgerLib, mtl, time }:
 
 cabal.mkDerivation (self: {
   pname = "hledger-interest";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
   sha256 = "0lm4jcxcig3yxzhbnka1q54fvshn5b9d91a5a2mbmkzbwhzjj0lg";
   isLibrary = false;
   isExecutable = true;
-  buildDepends = [ hledgerLib mtl time ];
+  buildDepends = [ Cabal hledgerLib mtl time ];
   meta = {
     homepage = "http://github.com/peti/hledger-interest";
     description = "computes interest for a given account";