Commit Graph

5460 Commits

Author SHA1 Message Date
Simon Michael
cf9654797d stack: make stacktest consistent naming, help
[ci skip]
2017-09-08 10:37:28 -07:00
Simon Michael
025a2375bd stack: more thorough make test-stackage (test and bench) 2017-09-08 10:26:40 -07:00
Simon Michael
0175a0231d lib: make doctests build with ghc 7.10 again 2017-09-08 10:25:42 -07:00
Simon Michael
1f2b00ee3b stack: update stackage configs for 3 ghcs, switch to 8.2.1 as default
Building with same GHC as stackage nightly is a good idea for noticing
problems keeping us out of stackage. make test-stackage is a start at
checking for stackage problems with the last three GHC versions.
2017-09-08 07:57:07 -07:00
Simon Michael
f972027918 cli: doc: queries: tweak wording 2017-09-07 08:38:14 -07:00
Simon Michael
81d7d3f709 cli: doc: queries: clarifications, especially not: 2017-09-07 08:35:53 -07:00
Simon Michael
75df6e0277 install: use latest hledger-lib, mention double ctrl-c issue
[ci skip]
2017-09-06 08:48:14 -07:00
Simon Michael
5ae011b249 lib: add missing parsec lower bound, possibly related to #596, fpco/stackage#2835
[ci skip]
2017-09-06 07:32:13 -07:00
Simon Michael
efbbcda7e6 doc: tweak description/payee/note docs (#598, #608) 2017-09-05 14:06:43 -07:00
Simon Michael
079e76a370 doc: update description/payee/note docs (#598, #608) 2017-09-05 11:44:02 -07:00
Simon Michael
9501b43471 lib: pivot -> journalPivot, drop implicit tags notion (#598, #608) 2017-09-05 10:48:35 -07:00
Jakub Zárybnický
72cf6a8219 lib: Fix filtering by payee and note (#598) 2017-09-05 08:37:19 -07:00
Simon Michael
466a323533 stack: update ghc 8.2.1 config 2017-09-05 08:24:02 -07:00
Jakub Zárybnický
9ccb1bcb81 web: Make "Add transaction" button tabbable (#430) 2017-09-04 20:46:28 -07:00
Jakub Zárybnický
13a6584440 ui, web: Enable --pivot and --anon in ui and web (#474) 2017-09-04 20:45:31 -07:00
Simon Michael
e8aecb51ee install: use hledger-iadd-1.2.4, it builds better here
hledger-iadd-1.2.5 uses some api I accidentally removed in hledger-lib-1.3.1.
hledger-iadd-1.2.4 uses it too, but mysteriously seems to build anyway.
2017-09-04 08:29:33 -07:00
Simon Michael
404e55d9d3 install: bump installer and installable versions 2017-09-04 08:00:30 -07:00
Simon Michael
34f9eb41c6 install: cleanup 2017-09-03 12:13:44 -07:00
Simon Michael
86cbe0b095 install: show some system info 2017-09-03 12:12:02 -07:00
Simon Michael
3768cb333b install: better fix, avoid installing stack more than once 2017-09-03 12:08:25 -07:00
Simon Michael
84b5340762 install: be better and finding stack when just installed and not in PATH 2017-09-03 11:29:01 -07:00
Simon Michael
ddb67c0c0b bse: update embedded manuals 2017-08-28 17:29:24 -07:00
Nicholas Niro
d7f2d5eac3 doc: commands: Added an entry for the new command balancesheetequity. 2017-08-28 20:20:29 -04:00
Nicholas Niro
5e3c8aaaff Implemented the new Cli command 'balancesheetequity`.
This new command shows the same information as balancesheet but also
includes the Equity accounts (equity:<account name>).
2017-08-28 16:58:48 -04:00
Simon Michael
b246d0e990 cf: more restrictive regexp (#584) 2017-08-27 08:26:47 -07:00
Christian G. Warden
deaf9cfbef Exclude Fixed Assets from Cashflow Report
Add "fixed" to the regex used to exclude asset accounts from cashflow
reports.  Assumes accounts are set up something like:
assets:fixed assets:equipment
assets:fixed assets:vehicles
assets:fixed assets:buildings
2017-08-27 04:41:05 -07:00
Simon Michael
6b6e185827 lib: doc: note #583 issue number 2017-08-26 08:29:53 -07:00
Simon Michael
9edeb15deb stack: update ghc 8.2.1 stack file, remove 7.10/8.0.1 files 2017-08-26 07:51:50 -07:00
Simon Michael
831ab78a74 lib, cli, ui: allow ansi-terminal 0.7 2017-08-26 07:47:34 -07:00
Simon Michael
f02d35ff39 lib, web: remove obsolete conditionals for old GHC 2017-08-25 17:15:26 -07:00
Simon Michael
b324d3de95 lib, cli, ui, web: drop oldtime flag, require time 1.5+
Should be safe to do now, I hope.
2017-08-25 16:56:41 -07:00
Simon Michael
3778db9ec7 lib: similar package.yaml whitespace 2017-08-25 16:53:41 -07:00
Simon Michael
2036260bb8 cli, web: simplify shakespeare bounds 2017-08-25 16:46:35 -07:00
Simon Michael
230dfea207 update tested-with GHC versions 2017-08-25 16:40:29 -07:00
Simon Michael
6448053448 lib, cli, web: remove ghc < 7.6 support 2017-08-25 16:36:17 -07:00
Simon Michael
c3ba45cd48 ui, web, api: package.yaml: similar cleanups 2017-08-25 16:31:54 -07:00
Simon Michael
8e35bfdfc8 cli: package.yaml: source dir first for clarity 2017-08-25 16:09:17 -07:00
Simon Michael
6e402e1ed6 cli: package.yaml: simplify dep lists, whitespace 2017-08-25 15:52:08 -07:00
Simon Michael
d9e72d389e lib: fix a deps problem in package.yaml breaking test suite with ghc 8.2 2017-08-25 14:39:35 -07:00
Simon Michael
5fdaff901d tools: travis: try repairing possible shelltestrunner corruption 2017-08-25 13:40:49 -07:00
Simon Michael
ed256f1dd8 tools: simplify changelog process, make changes-show in each package
[ci skip]
2017-08-25 12:01:31 -07:00
Simon Michael
f12093c446 web: changelog, bump to 1.3.2 2017-08-25 09:23:05 -07:00
Simon Michael
e24a1a2dc0 cli, web: remove unnecessary bound to satisfy hackage server 2017-08-25 09:21:50 -07:00
Simon Michael
12673b1738 update changelogs 2017-08-25 09:18:26 -07:00
Simon Michael
a3ac03a9e3 api: require servant-server 0.10+ to fix compilation warning 2017-08-24 17:06:46 -07:00
Simon Michael
00f61b5ec7 stack: remove test deps 2017-08-24 16:12:29 -07:00
Simon Michael
ed4e7c31b5 ui: allow brick 0.24 2017-08-24 16:11:56 -07:00
Felix Yan
28e828d6fe Allow vty 5.1
Changes are irrelevant to us. Builds and runs fine.
2017-08-24 16:04:54 -07:00
Hans-Peter Deifel
37d7c248e2 Allow megaparsec-6.1 2017-08-24 15:56:49 -07:00
Hans-Peter Deifel
b5e29b600f Fix build of hledger-web with megaparsec-6.0 2017-08-24 15:47:11 -07:00