File: newer-deps

package info (click to toggle)
haskell-hledger-interest 1.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 124 kB
  • sloc: haskell: 315; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/hledger-interest.cabal
===================================================================
--- a/hledger-interest.cabal
+++ b/hledger-interest.cabal
@@ -1,5 +1,6 @@
 Name:                   hledger-interest
 Version:                1.6.6
+x-revision: 5
 Synopsis:               computes interest for a given account
 License:                BSD3
 License-file:           LICENSE
@@ -119,7 +120,7 @@ Source-Repository head
 Executable hledger-interest
   default-language:     Haskell2010
   Main-is:              Main.hs
-  Build-depends:        base >= 3 && < 5, hledger-lib >= 1.26 && < 1.31, time, mtl, Cabal, Decimal, text
+  Build-depends:        base >= 3 && < 5, hledger-lib >= 1.26 && < 1.41, time, mtl, Cabal, Decimal, text
   other-modules:        Hledger.Interest
                         Hledger.Interest.DayCountConvention
                         Hledger.Interest.Rate