hledger-irr 0.1.1.3 → 0.1.1.4
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.3+Version: 0.1.1.4 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 - 2013/12/14: 17.72%+ > 2011/01/01 - 2014/05/01: 17.72% > $ hledger-irr -f speculation.ledger -t "Rate Gain" -i Speculation -e 2011-03-01 > 2011/01/01 - 2011/03/01: 26.11% > $ hledger-irr -f speculation.ledger -t "Rate Gain" -i Speculation -b 2011-03-01- > 2011/03/01 - 2013/12/14: 12.28%+ > 2011/03/01 - 2014/05/01: 12.28% > $ hledger-irr -f speculation.ledger -t "Rate Gain" -i Speculation --monthly > 2011/01/01 - 2011/02/01: 12.43% > 2011/02/01 - 2011/03/01: 41.57%@@ -104,7 +104,7 @@ Executable hledger-irr Main-is: Main.hs- Build-depends: base >= 3 && < 5, hledger-lib == 0.20.* || == 0.21.* || == 0.22.*, time, Cabal, statistics >= 0.10+ Build-depends: base >= 3 && < 5, hledger-lib == 0.20.* || == 0.21.* || == 0.22.* || == 0.23.*, time, Cabal, statistics >= 0.10 Ghc-Options: -Wall source-repository head