hledger-interest 1.5 → 1.5.1
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- Hledger/Interest.hs +1/−1
- hledger-interest.cabal +2/−1
Hledger/Interest.hs view
@@ -102,4 +102,4 @@ return t showPercent :: Decimal -> String-showPercent r = shows r "%"+showPercent r = shows (r * 100) "%"
hledger-interest.cabal view
@@ -1,5 +1,5 @@ Name: hledger-interest-Version: 1.5+Version: 1.5.1 Synopsis: computes interest for a given account License: BSD3 License-file: LICENSE@@ -11,6 +11,7 @@ Cabal-version: >= 1.6 Tested-with: GHC > 7.10 && < 8.1 Data-files: README.md+Stability: stable Description: hledger-interest is a small command-line utility based on Simon