Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d23c3e2214 
							
						 
					 
					
						
						
							
							;CONTRIBUTING: replace reference link with a newer one  
						
						
						
					 
					
						2020-04-01 12:19:33 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8f625c09c1 
							
						 
					 
					
						
						
							
							;CONTRIBUTING: add homebrew charts  
						
						
						
					 
					
						2020-04-01 12:17:03 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d20a0c3935 
							
						 
					 
					
						
						
							
							;roadmap  
						
						
						
					 
					
						2020-04-01 08:18:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7b8f0d16fd 
							
						 
					 
					
						
						
							
							;simplify stack.yaml filenames  
						
						
						
					 
					
						2020-03-30 15:35:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							741bfdc462 
							
						 
					 
					
						
						
							
							;update cabal file  
						
						
						
					 
					
						2020-03-30 15:28:42 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							216cf8d596 
							
						 
					 
					
						
						
							
							;enable doctest with ghc 8.10  
						
						
						
					 
					
						2020-03-30 15:28:11 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d7d003f848 
							
						 
					 
					
						
						
							
							;drop outdated cabal-install.sh  
						
						
						
					 
					
						2020-03-29 11:35:30 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9868d7f20d 
							
						 
					 
					
						
						
							
							;lib: update emacs code-folding config  
						
						... 
						
						
						
						orgstruct-mode was dropped from org 9.2, and I shouldn't have been
forcing it on anyway.
The new config allows its "replacement", outshine-mode, to do similar
code folding when you press tab on any of the lines matching
outline-regexp. But only if you patch it as mentioned at
https://github.com/alphapapa/outshine/issues/77 .
Enable it by, eg: (add-hook 'haskell-mode-hook 'outshine-mode) 
						
					 
					
						2020-03-28 17:09:47 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							90d4bb9c0f 
							
						 
					 
					
						
						
							
							;bin: hledger-check-tag-files: fix comments  
						
						
						
					 
					
						2020-03-27 17:22:56 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							53c08f45b2 
							
						 
					 
					
						
						
							
							;bin: hledger-check-tag-files: consistency  
						
						
						
					 
					
						2020-03-27 17:21:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b78b98e372 
							
						 
					 
					
						
						
							
							bin: hledger-check-tag-files2, a version using cabal's v2-run command  
						
						
						
					 
					
						2020-03-27 17:20:43 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a38694b247 
							
						 
					 
					
						
						
							
							bin: hledger-check-tag-files, a script using stack's script command  
						
						
						
					 
					
						2020-03-27 16:43:14 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e7e9f1ee3b 
							
						 
					 
					
						
						
							
							;doc: cli: troubleshooting: mention C.UTF-8  
						
						
						
					 
					
						2020-03-27 14:41:12 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b6e4a1bdc0 
							
						 
					 
					
						
						
							
							;doc: cli: troubleshooting: clarify locale spelling a bit  
						
						
						
					 
					
						2020-03-27 13:37:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							293e2d81d1 
							
						 
					 
					
						
						
							
							;changelogs  
						
						
						
					 
					
						2020-03-25 18:42:26 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e15eabdf15 
							
						 
					 
					
						
						
							
							csv: ignore amount if any amountN's are assigned; improve error msg  
						
						... 
						
						
						
						The change for hledger 1.17.1 broke one of my csv rules, where I used
`amount` but then tried to override it with `amountN`s in a
conditional block; the two clashed. Now in that situation any
`amountN`s take precedence, causing `amount` to be ignored entirely.
Also clarified the "too many non-zero amounts" error message a bit. 
						
					 
					
						2020-03-25 18:09:41 -07:00 
						 
				 
			
				
					
						
							
							
								Pavan Rikhi 
							
						 
					 
					
						
						
						
						
							
						
						
							f574b782fa 
							
						 
					 
					
						
						
							
							Fix Documentation for journalExpenseAccountQuery  
						
						
						
					 
					
						2020-03-22 17:17:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d868a7e170 
							
						 
					 
					
						
						
							
							;update cabal files  
						
						
						
					 
					
						2020-03-22 10:49:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c6951bf7c6 
							
						 
					 
					
						
						
							
							;doc: more tweaks to package readmes, hackage descriptions  
						
						
						
					 
					
						2020-03-22 10:49:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							40d3a5c1f4 
							
						 
					 
					
						
						
							
							;update cabal files  
						
						
						
					 
					
						2020-03-22 09:28:10 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9ca8d7cea9 
							
						 
					 
					
						
						
							
							;update tested-with  
						
						
						
					 
					
						2020-03-22 09:27:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d59ccb260b 
							
						 
					 
					
						
						
							
							;doc: consistent markdown readmes for packages, part 2  
						
						
						
					 
					
						2020-03-22 09:27:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2b15418ddd 
							
						 
					 
					
						
						
							
							;update cabal files  
						
						
						
					 
					
						2020-03-22 09:08:37 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							617c2ecbc5 
							
						 
					 
					
						
						
							
							;doc: consistent markdown readmes for packages  
						
						
						
					 
					
						2020-03-22 09:07:47 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							857c18d000 
							
						 
					 
					
						
						
							
							;doc: readme: use markdown links, hopefully fix *hackage* rendering  
						
						
						
					 
					
						2020-03-21 18:58:12 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3fc1b19d8e 
							
						 
					 
					
						
						
							
							;doc: readme: cleanups, hopefully fix github rendering  
						
						
						
					 
					
						2020-03-21 18:55:18 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							95c59c9ff2 
							
						 
					 
					
						
						
							
							;doc: consistent titles  
						
						
						
					 
					
						2020-03-21 18:38:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b4e84fdb98 
							
						 
					 
					
						
						
							
							;doc: CREDITS cleanup  
						
						
						
					 
					
						2020-03-21 18:37:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							321d049a0c 
							
						 
					 
					
						
						
							
							;doc: new CREDITS, replacing old contributor list  
						
						
						
					 
					
						2020-03-21 18:30:12 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b6fe482926 
							
						 
					 
					
						
						
							
							;doc: roadmap updates  
						
						
						
					 
					
						2020-03-21 18:30:12 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be9a2b2cad 
							
						 
					 
					
						
						
							
							;doc: github: add liberapay  
						
						
						
					 
					
						2020-03-19 18:30:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6803603d0 
							
						 
					 
					
						
						
							
							;doc: github funding: add patreon  
						
						
						
					 
					
						2020-03-19 18:29:38 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1a606870ca 
							
						 
					 
					
						
						
							
							;regen docs  
						
						
						
					 
					
						2020-03-19 16:05:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							35ba2e4e9e 
							
						 
					 
					
						
						
							
							;bal: doc: recommend using the same commodity for budget goals  
						
						
						
					 
					
						2020-03-19 16:03:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							32dc29a1db 
							
						 
					 
					
						
						
							
							;journal: better link  
						
						
						
					 
					
						2020-03-19 14:33:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6e37d11bdd 
							
						 
					 
					
						
						
							
							;changelogs: typo, fix hledger-web item  
						
						
						
					 
					
						2020-03-19 14:26:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							495dfa37a4 
							
						 
					 
					
						
						
							
							;journal: document banker's rounding behaviour  
						
						
						
					 
					
						2020-03-19 14:24:57 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9631ca561c 
							
						 
					 
					
						
						
							
							;update changelogs "high water marks"  
						
						
						
					 
					
						2020-03-19 14:09:37 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4191aad049 
							
						 
					 
					
						
						
							
							;update changelogs from release branch  
						
						
						
					 
					
						2020-03-19 14:07:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2dcac3ed2d 
							
						 
					 
					
						
						
							
							install: bump versions  
						
						
						
					 
					
						2020-03-19 14:04:56 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							48a7307071 
							
						 
					 
					
						
						
							
							install: don't forget to bump hledger-install version  
						
						
						
					 
					
						2020-03-19 12:47:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							123cb16175 
							
						 
					 
					
						
						
							
							install: bump hledger, hledger-ui to 1.17.1  
						
						
						
					 
					
						2020-03-19 12:38:19 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							004413cc57 
							
						 
					 
					
						
						
							
							;ci: linux: fix ci-linux push trigger  
						
						
						
					 
					
						2020-03-19 11:44:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							612a4d1c0e 
							
						 
					 
					
						
						
							
							;gen cabal  
						
						
						
					 
					
						2020-03-19 11:38:05 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5f2db97016 
							
						 
					 
					
						
						
							
							;lib: disable doctest with GHC 8.10 for now ( sol/doctest#246 )  
						
						
						
					 
					
						2020-03-19 11:37:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							96b4f0be4f 
							
						 
					 
					
						
						
							
							require newer Decimal, math-functions, fixing inconsistent rounding  
						
						... 
						
						
						
						Decimal 0.5.1+ changed to banker's rounding (round to nearest even
number), and math-functions 0.3.3.0 (used by roi) fixed various
precision-related issues. Now we require the latest versions of these.
This was causing some functional test failures when building with old
GHCs/snapshots. 
						
					 
					
						2020-03-19 10:10:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d79578cbfa 
							
						 
					 
					
						
						
							
							;shake: try default quiet verbosity  
						
						
						
					 
					
						2020-03-18 16:22:37 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							52cf2ceb69 
							
						 
					 
					
						
						
							
							;update changelogs  
						
						
						
					 
					
						2020-03-18 16:20:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							05ad168792 
							
						 
					 
					
						
						
							
							;regen manuals  
						
						
						
					 
					
						2020-03-18 16:17:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cf7de57836 
							
						 
					 
					
						
						
							
							;update changelogs  
						
						
						
					 
					
						2020-03-18 16:17:13 -07:00