hledger-irr 0.1.1.7 → 0.1.1.8
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~hledger-lib
Dependency ranges changed: hledger-lib
Files
- hledger-irr.cabal +4/−4
hledger-irr.cabal view
@@ -1,5 +1,5 @@ Name: hledger-irr-Version: 0.1.1.7+Version: 0.1.1.8 Synopsis: computes the internal rate of return of an investment License: BSD3 License-file: LICENSE@@ -64,11 +64,11 @@ > 2011/04/01: €-50.00 > 2011/05/01: €47.00 > 2011/06/01: €90.00- > 2011/01/01 - 2015/07/13: -100.00%+ > 2011/01/01 - 2015/10/31: -100.00% > $ hledger-irr -f speculation.ledger -t "Rate Gain" -i Speculation -e 2011-03-01 > 2011/01/01 - 2011/03/01: 26.12% > $ hledger-irr -f speculation.ledger -t "Rate Gain" -i Speculation -b 2011-03-01- > 2011/03/01 - 2015/07/13: -100.00%+ > 2011/03/01 - 2015/10/31: -100.00% > $ hledger-irr -f speculation.ledger -t "Rate Gain" -i Speculation --monthly > 2011/01/01 - 2011/02/01: 12.49% > 2011/02/01 - 2011/03/01: 41.55%@@ -104,7 +104,7 @@ Executable hledger-irr Main-is: Main.hs- Build-depends: base >= 3 && < 5, hledger-lib >= 0.23.98 && < 0.27, Decimal, time, Cabal, statistics >= 0.10+ Build-depends: base >= 3 && < 5, hledger-lib >= 0.23.98 && < 0.28, Decimal, time, Cabal, statistics >= 0.10 Ghc-Options: -Wall source-repository head