hledger/hledger-lib/Hledger
Simon Michael 3b70362525 switch to Decimal for representing quantities (closes #118)
hledger has represented quantities with floating point (Double) until
now.  While this has been working fine in practice, the time has come to
upgrade our number representation to something more principled: Decimal,
for now. As a bonus, this brings a ~30% speed boost to most reports.

We'll keep the old representation(s) around for a while, selectable via
hledger-lib cabal flag, for research/testing/benchmarking purposes. To
build with the old Double representation: cabal install -fdouble
hledger-lib hledger hledger-web
2014-10-18 12:33:31 -07:00
..
Data switch to Decimal for representing quantities (closes #118) 2014-10-18 12:33:31 -07:00
Read strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Reports fix a warning in TransactionsReports 2014-10-18 10:32:01 -07:00
Utils strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs query: report an error when date:D fails to parse 2014-08-08 07:21:02 -07:00
Read.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00