hledger-irr 0.1.1.1 → 0.1.1.2
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.1+Version: 0.1.1.2 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/05/14: 17.72%+ > 2011/01/01 - 2013/06/02: 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/05/14: 12.27%+ > 2011/03/01 - 2013/06/02: 12.27% > $ 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.20.*, time, Cabal, statistics >= 0.10+ Build-depends: base >= 3 && < 5, hledger-lib == 0.20.* || == 0.21.*, time, Cabal, statistics >= 0.10 Ghc-Options: -Wall source-repository head