Simon Michael
fe3477797b
;doc: update changelogs
2023-03-16 14:56:25 -10:00
Simon Michael
70ef3e816c
fix: stats: fix a regression in date display since 1.28 ( #2012 )
2023-03-16 14:52:37 -10:00
Simon Michael
ee29893040
dev: fix Hledger.Utils.String import
2023-03-16 14:48:59 -10:00
Simon Michael
cc41704c92
;doc: update changelogs
2023-03-16 14:44:50 -10:00
Simon Michael
83a8108055
imp: install: slight output cleanups
2023-03-16 14:36:29 -10:00
Simon Michael
62bb93af9c
imp: lib: Hledger.Cli.Script: more re-exports
...
added:
Control.Applicative
Control.Concurrent
Data.Char
Data.Functor
System.IO
System.IO.Error
2023-03-16 14:36:29 -10:00
Simon Michael
d3e4f8547c
imp: lib: Hledger.Utils.String: more string strippers
...
added:
strip1Char
stripBy
strip1By
Not used in hledger right now, but useful to offer in our scripting prelude.
2023-03-16 14:35:37 -10:00
Simon Michael
521e0adb5d
;pkg: early stack build plan using GHC 9.6.1 ( #2011 )
2023-03-15 20:44:05 -10:00
Simon Michael
cb011c0c77
;cabal: update cabal files ( #2011 )
2023-03-15 20:44:01 -10:00
Simon Michael
44805f96ef
;dev: ui, web: fixes for ghc 9.6; cleanup ( #2011 )
2023-03-15 20:43:51 -10:00
Simon Michael
658a650bb2
;dev: lib: another Balancing fix after ghc 9.6 support ( #2011 )
2023-03-15 20:26:57 -10:00
Simon Michael
eb918044ce
;dev: make releasediag
2023-03-15 10:45:39 -10:00
Simon Michael
85c037781f
;doc: RELEASING: update value map
2023-03-15 10:45:13 -10:00
Simon Michael
c3965f4746
;doc: RELEASING: update value map
2023-03-14 22:26:34 -10:00
Simon Michael
4aa734c18c
;doc: RELEASING: update value map
2023-03-14 19:44:33 -10:00
Simon Michael
da485d8c27
;doc: RELEASING: fix value map link
2023-03-14 18:42:34 -10:00
Simon Michael
2a0dc60eb4
;doc: RELEASING: update value map
2023-03-14 18:41:16 -10:00
Simon Michael
78fb515864
;doc: RELEASING: add value map diagram
2023-03-14 17:01:00 -10:00
Simon Michael
d012384d57
;dev: cli: also build with GHC 9.6.1
2023-03-14 10:49:58 -10:00
Simon Michael
3932bafc78
;cabal: update cabal files
2023-03-14 10:42:52 -10:00
Simon Michael
c790aa6145
;dev: lib: also build with GHC 9.6.1; add base-compat
2023-03-14 10:42:48 -10:00
Simon Michael
c835d8f917
;dev: update hie.yaml so HLS uses GHC 9.4, drop symlink
2023-03-14 10:41:56 -10:00
Simon Michael
d0e51597f7
;doc: ANNOUNCE: punctuation
2023-03-14 10:41:56 -10:00
Simon Michael
3ac64a86e7
;doc: RELEASING updates
...
many more needed..
2023-03-14 10:41:56 -10:00
Simon Michael
a3aebb96e4
;doc: save ANNOUNCE.masto
2023-03-14 10:41:56 -10:00
Yehoshua Pesach Wallach
7ddcf3b9e1
fix: doc: remove duplicate in hledger close docs
2023-03-13 09:23:18 -10:00
Simon Michael
8ea30463ed
;install: fix more brokenness
2023-03-11 14:13:00 -10:00
Simon Michael
19b25e0cbb
;install: fix a brokenness with STACK_EXTRA_DEPS
2023-03-11 14:09:19 -10:00
Simon Michael
64b57da01a
;install: bump resolver
2023-03-11 14:09:17 -10:00
Simon Michael
9ceb74062d
;doc: update manuals
2023-03-11 13:28:02 -10:00
Simon Michael
f75110f49c
;cabal: update cabal files
2023-03-11 13:27:25 -10:00
Simon Michael
a0ca339c46
;pkg: bump version to 1.29.99
2023-03-11 13:27:25 -10:00
Simon Michael
2e3872c3f1
;doc: changelogs: 1.29
2023-03-11 13:26:30 -10:00
Simon Michael
0e41fea8e0
install: updates for 1.29
2023-03-11 13:08:26 -10:00
Simon Michael
65f2d21b74
;doc: ANNOUNCE
2023-03-11 13:08:26 -10:00
Simon Michael
6dc91588e4
fix: lib: avoid using pager on Windows, part 2
2023-03-10 20:58:11 -10:00
Simon Michael
b83eb136cc
;cabal: update cabal files
2023-03-10 19:14:30 -10:00
Simon Michael
41e838ef83
fix: lib: avoid using pager on Windows, the package is not supported
2023-03-10 19:14:13 -10:00
Simon Michael
3206b0e278
ci: minor updates
2023-03-10 19:02:34 -10:00
Simon Michael
c2e7cc5700
pkg: update stackage resolvers, extra deps
2023-03-10 18:58:22 -10:00
Simon Michael
82be50902a
;doc: bin/README: updates
2023-02-21 16:46:34 -10:00
Simon Michael
caa8b4871e
;doc: bin/README: edits
2023-02-21 12:18:04 -10:00
Simon Michael
56c38b1b29
fix: areg: handle an extra account query correctly ( fix #2007 )
2023-02-21 10:04:07 -10:00
Simon Michael
44400e840c
dev: lib: clarify accountTransactionsReportItem
2023-02-21 09:47:59 -10:00
Simon Michael
af38121442
imp: areg: when restricted by extra query args, show a hint in title
...
I was confused when using 'areg ACCT QUERY'. Now, the title will show
" (matching query)" as a hint when a QUERY is specified,
except when it is a date restriction (which is common and not confusing)
or a depth restriction (which is ignored).
2023-02-21 08:29:59 -10:00
Simon Michael
25b8d51ff2
activity: fix output after #1982 ; add tests
2023-02-21 07:17:21 -10:00
Simon Michael
8e34c5253c
;doc: bin/README: tweak
2023-02-21 00:39:38 -10:00
Simon Michael
c1b311011a
;doc: update manuals
2023-02-21 00:39:30 -10:00
Simon Michael
70539a70bd
;cli: consolidate commands overvinew; sync commands list
2023-02-21 00:35:14 -10:00
Simon Michael
2af744292a
;doc: update manuals
2023-02-21 00:17:02 -10:00