Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7a8f813d2f 
							
						 
					 
					
						
						
							
							tools: fix make bin/hledger-webdev  
						
						
						
					 
					
						2015-05-25 08:44:42 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6fa54c94a9 
							
						 
					 
					
						
						
							
							Merge pull request  #254  from ricklupton/make-test-fixes  
						
						... 
						
						
						
						Changes to make `make test` run 
						
					 
					
						2015-05-17 11:07:15 -07:00 
						 
				 
			
				
					
						
							
							
								Rick Lupton 
							
						 
					 
					
						
						
						
						
							
						
						
							36535b73d6 
							
						 
					 
					
						
						
							
							Changes to make make test run  
						
						... 
						
						
						
						- test/ADDONS -> test/addons
 - add bin/ to path when running shelltest so hledgerdev is found
 - use `cabal exec` to find shelltest in cabal sandbox 
						
					 
					
						2015-05-17 18:24:57 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9728206f4a 
							
						 
					 
					
						
						
							
							tools: also recognize dist-sandbox in make rules ( #253 )  
						
						
						
					 
					
						2015-05-16 07:22:29 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							83209b862c 
							
						 
					 
					
						
						
							
							tools: fix overuse of -XCPP breaking make test etc.  
						
						
						
					 
					
						2015-04-07 19:28:57 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							724bc3c9e9 
							
						 
					 
					
						
						
							
							tools: ghci, ghci-web fixes  
						
						
						
					 
					
						2015-04-07 18:36:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							154699ce1f 
							
						 
					 
					
						
						
							
							tools: makefile updates, new sandbox rules  
						
						
						
					 
					
						2015-04-07 17:18:18 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							567d322907 
							
						 
					 
					
						
						
							
							tools: fix a makefile typo  
						
						
						
					 
					
						2015-03-30 13:36:44 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							53c1fd3d12 
							
						 
					 
					
						
						
							
							tools: preliminary "make help" (all commented rules)  
						
						
						
					 
					
						2015-03-30 12:02:48 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1b912387fa 
							
						 
					 
					
						
						
							
							tools: Makefile self-documentation system  
						
						
						
					 
					
						2015-03-30 12:01:42 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							49d0492795 
							
						 
					 
					
						
						
							
							tools: clarify a makefile construct  
						
						
						
					 
					
						2015-03-30 11:57:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e91d271ca7 
							
						 
					 
					
						
						
							
							tools: adapt to latest shelltestrunner  
						
						
						
					 
					
						2015-03-16 17:55:44 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fc743155b9 
							
						 
					 
					
						
						
							
							tools: make sandbox-links, more build nuttiness  
						
						
						
					 
					
						2015-03-15 18:50:46 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							372a2d768b 
							
						 
					 
					
						
						
							
							register: use full width, column widths, cleanup  
						
						... 
						
						
						
						Refactored and enhanced the --width option used by register (and other
commands in future). register now uses the full terminal width by
default except on windows. Specifically, the output width is set from:
1. a --width option
2. or a COLUMNS environment variable (NB: not the same as a bash shell var)
3. or on POSIX (non-windows) systems, the current terminal width
4. or the default, 80 characters.
Also, register now accepts a description column width as part of
--width's argument, comma-separated (--width W,D). This adjusts the
relative widths of register's description and account columns, which are
normally about half of (W-40):
<--------------------------------- width (W) ---------------------------------->
date (10)  description (D)       account (W-41-D)     amount (12)   balance (12)
DDDDDDDDDD dddddddddddddddddddd  aaaaaaaaaaaaaaaaaaa  AAAAAAAAAAAA  AAAAAAAAAAAA
Examples:
$ hledger reg                 # use terminal width on posix
$ hledger reg -w 100          # width 100, equal description/account widths
$ hledger reg -w 100,40       # width 100, wider description
$ hledger reg -w $COLUMNS,100 # terminal width and set description width 
						
					 
					
						2015-01-19 13:48:37 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a575de9806 
							
						 
					 
					
						
						
							
							tools: makefile fix  
						
						
						
					 
					
						2015-01-10 22:29:03 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ec62644161 
							
						 
					 
					
						
						
							
							tools: a fix for make setversion  
						
						
						
					 
					
						2014-12-27 14:41:28 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							18856d6a76 
							
						 
					 
					
						
						
							
							doc: skip generating old docs for now  
						
						
						
					 
					
						2014-12-02 11:53:12 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3ed0ccef0c 
							
						 
					 
					
						
						
							
							doc: move profs/ under doc/  
						
						
						
					 
					
						2014-10-31 16:24:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1221b2d3ed 
							
						 
					 
					
						
						
							
							doc: site rule tweak  
						
						
						
					 
					
						2014-10-31 16:16:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							78640449a0 
							
						 
					 
					
						
						
							
							doc: move site/ under doc/, switch to hakyll-std  
						
						
						
					 
					
						2014-10-31 15:20:43 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							add2ee36b8 
							
						 
					 
					
						
						
							
							makefile tweaks  
						
						
						
					 
					
						2014-10-28 18:40:21 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							93128d71b4 
							
						 
					 
					
						
						
							
							makefile updates  
						
						
						
					 
					
						2014-10-26 11:29:17 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5f32855040 
							
						 
					 
					
						
						
							
							tools: make allcabal* -> make cabal*  
						
						
						
					 
					
						2014-10-18 11:17:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6c0975be81 
							
						 
					 
					
						
						
							
							tools: document ghci*, repl* rules  
						
						
						
					 
					
						2014-10-18 10:20:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4ec9bc4c53 
							
						 
					 
					
						
						
							
							tools: make uninstall, reduces noise when testing  
						
						... 
						
						
						
						Tries to unregister all three hledger packages from the user's package
db (not cabal sandbox aware). 
						
					 
					
						2014-10-18 10:19:00 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							33499a9957 
							
						 
					 
					
						
						
							
							tools: more selective make clean*  
						
						
						
					 
					
						2014-10-18 10:18:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							84a90374b4 
							
						 
					 
					
						
						
							
							make build warnings consistent  
						
						
						
					 
					
						2014-10-18 10:16:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6a23ea87cc 
							
						 
					 
					
						
						
							
							tools: make clean avoid sandboxes  
						
						
						
					 
					
						2014-10-18 09:30:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							42a22be9b0 
							
						 
					 
					
						
						
							
							tools: fix tagrelease  
						
						
						
					 
					
						2014-09-12 18:41:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6bf599ae9e 
							
						 
					 
					
						
						
							
							tools: dev setup/test updates  
						
						
						
					 
					
						2014-08-13 17:48:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2d6b2008f5 
							
						 
					 
					
						
						
							
							tools: "make check" tests the dev environment  
						
						... 
						
						
						
						Fed up with GHC/cabal constantly assaulting me like Cato in a Pink
Panther movie, here are some shell tests to give me some
warning/reassurance about the dev setup on various machines.
Thou Shalt Not Reimplement Autoconf, but perhaps a little cross-platform
test suite focussed on my needs is a reasonable idea. 
						
					 
					
						2014-08-13 15:44:11 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d089c90e86 
							
						 
					 
					
						
						
							
							tools: new/improved install[deps][-force] make rules  
						
						
						
					 
					
						2014-08-07 08:57:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9b83a411b9 
							
						 
					 
					
						
						
							
							tools: set LANG only if not already set, document better  
						
						
						
					 
					
						2014-07-31 17:49:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0bae2283b3 
							
						 
					 
					
						
						
							
							tools: rename repl-* rules for easier editing  
						
						
						
					 
					
						2014-07-17 16:25:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8c07e68c4a 
							
						 
					 
					
						
						
							
							tools: fixup for last ( 98255db, magit issue)  
						
						
						
					 
					
						2014-07-08 12:01:27 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							98255dbeb0 
							
						 
					 
					
						
						
							
							tools: makefile build cleanups  
						
						
						
					 
					
						2014-07-08 11:57:42 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							71beb27503 
							
						 
					 
					
						
						
							
							tools: build haddocks by package, using cabal  
						
						
						
					 
					
						2014-07-08 11:52:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4c509ff933 
							
						 
					 
					
						
						
							
							tools: make repl[lib,web], cabal repl in each package  
						
						
						
					 
					
						2014-07-06 10:47:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e13dd554a1 
							
						 
					 
					
						
						
							
							tools: benchmarking updates  
						
						
						
					 
					
						2014-07-06 10:19:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ad593c8a 
							
						 
					 
					
						
						
							
							tools: use cabal builds for profiling  
						
						
						
					 
					
						2014-07-06 10:16:56 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d1a3516c70 
							
						 
					 
					
						
						
							
							reorganise functional tests by command/topic  
						
						
						
					 
					
						2014-05-06 21:02:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5f59749cf4 
							
						 
					 
					
						
						
							
							tools: test addons also echo their arguments  
						
						
						
					 
					
						2014-05-06 19:59:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4381022e25 
							
						 
					 
					
						
						
							
							addons: move test addons under tests/  
						
						
						
					 
					
						2014-04-27 18:45:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4b47c1340f 
							
						 
					 
					
						
						
							
							addons: note more issues  
						
						
						
					 
					
						2014-04-26 10:49:37 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9ce2d6a75a 
							
						 
					 
					
						
						
							
							tools: update test addons  
						
						
						
					 
					
						2014-04-26 10:44:31 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b2944709c1 
							
						 
					 
					
						
						
							
							tools: make test-addons  
						
						
						
					 
					
						2014-04-22 17:40:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2dfe082308 
							
						 
					 
					
						
						
							
							doc: DOWNLOAD/RELNOTES/SCREENSHOTS are now wiki-only  
						
						
						
					 
					
						2014-04-21 07:31:13 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f2d4378028 
							
						 
					 
					
						
						
							
							tools: also show warnings with make ghci  
						
						
						
					 
					
						2014-04-19 12:03:13 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c36244bfe6 
							
						 
					 
					
						
						
							
							tools: have cabal use configured GHC version too  
						
						
						
					 
					
						2014-04-19 12:02:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1b6ccc03bc 
							
						 
					 
					
						
						
							
							tools: more wine shell variants  
						
						
						
					 
					
						2014-04-19 11:58:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7db02df56c 
							
						 
					 
					
						
						
							
							tools: wine-bash  
						
						
						
					 
					
						2014-04-17 12:38:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7c204e1dfd 
							
						 
					 
					
						
						
							
							tools: define GHCI version  
						
						
						
					 
					
						2014-03-04 11:04:31 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							456539675b 
							
						 
					 
					
						
						
							
							rename NEWS to CHANGES, move HCAR announcements elsewhere  
						
						... 
						
						
						
						Towards getting a changelog to show up on Hackage. We may need to
move or copy the file down into one or more of the package dirs as well. 
						
					 
					
						2014-01-26 11:54:14 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9bf447184b 
							
						 
					 
					
						
						
							
							docs: move most docs to the wiki  
						
						... 
						
						
						
						I've moved the installation and developer guides, FAQ and how-tos from
hledger.org (yst & git) to hledger.org/wiki (dokuwiki) and tried to
integrate their navigation bars two as best I can. Using just one
or the other would be nice, but I don't think I can quite do that;
it seems the manual at least should be revision controlled along with the code. 
						
					 
					
						2014-01-26 11:41:28 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cf2f3ee099 
							
						 
					 
					
						
						
							
							site: new plan - switch to yst for site building  
						
						
						
					 
					
						2014-01-12 15:15:09 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bba0d702a1 
							
						 
					 
					
						
						
							
							move bench.tests to tests/  
						
						
						
					 
					
						2014-01-11 21:53:06 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							77a56584c8 
							
						 
					 
					
						
						
							
							site: rename *site rules to site*  
						
						
						
					 
					
						2014-01-11 21:46:04 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1363d3c9ec 
							
						 
					 
					
						
						
							
							rename VERSION file  
						
						
						
					 
					
						2014-01-11 21:29:24 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6f9cb50c2b 
							
						 
					 
					
						
						
							
							docs: fix old doc generation  
						
						
						
					 
					
						2014-01-11 21:27:36 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6b9f5d37a5 
							
						 
					 
					
						
						
							
							docs: move most docs to doc/, hakyll cleanups fixing site preview  
						
						
						
					 
					
						2014-01-11 21:22:53 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ed8e93d1dd 
							
						 
					 
					
						
						
							
							tools: disable some failing release test scripts  
						
						
						
					 
					
						2014-01-08 15:23:10 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ff30fc5aa2 
							
						 
					 
					
						
						
							
							tools: I think we're using simple git tags now  
						
						
						
					 
					
						2014-01-08 15:22:43 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5bb4cc2978 
							
						 
					 
					
						
						
							
							docs: really clean all old doc versions  
						
						
						
					 
					
						2013-12-13 19:36:21 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8bf47f65ea 
							
						 
					 
					
						
						
							
							docs: fix 0.22 docs building  
						
						
						
					 
					
						2013-12-13 19:19:17 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8befcb8354 
							
						 
					 
					
						
						
							
							bump version to 0.22, update tested-with & doc building  
						
						
						
					 
					
						2013-12-13 18:28:45 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5c43795a5e 
							
						 
					 
					
						
						
							
							tools: set LANG in makefile, still needed by something  
						
						
						
					 
					
						2013-12-07 14:32:44 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cb3504d72e 
							
						 
					 
					
						
						
							
							tools: run functional tests less verbosely  
						
						
						
					 
					
						2013-12-07 06:28:07 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							804c307694 
							
						 
					 
					
						
						
							
							tools: remove outdated comment  
						
						
						
					 
					
						2013-09-21 13:37:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b72d2b17b6 
							
						 
					 
					
						
						
							
							docs: add 0.21.3's manual to past manuals  
						
						
						
					 
					
						2013-09-09 16:10:43 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3c66569e35 
							
						 
					 
					
						
						
							
							tools: use firefox as default browser in this modern era  
						
						
						
					 
					
						2013-09-09 15:53:43 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3f3e9fcc06 
							
						 
					 
					
						
						
							
							tools: new sloc, cloc targets  
						
						
						
					 
					
						2013-07-10 15:29:00 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8feca2fa84 
							
						 
					 
					
						
						
							
							tools: fix hackageupload-dry  
						
						
						
					 
					
						2013-07-10 15:28:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f6be82e153 
							
						 
					 
					
						
						
							
							tools: fix tagrelease rule  
						
						
						
					 
					
						2013-06-24 08:05:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							080eb866ec 
							
						 
					 
					
						
						
							
							web: clean up language extensions a bit, make autoweb works again  
						
						
						
					 
					
						2013-06-04 18:23:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d95ba9c514 
							
						 
					 
					
						
						
							
							docs: add 0.20 to past manuals  
						
						
						
					 
					
						2013-06-02 08:57:44 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							95950f6e51 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:simonmichael/hledger  
						
						
						
					 
					
						2013-05-04 09:07:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8139528e83 
							
						 
					 
					
						
						
							
							tools: clarify tools/simplebench.hs's required libs  
						
						
						
					 
					
						2013-05-04 09:07:00 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							017251a46a 
							
						 
					 
					
						
						
							
							tools: make "bench" verbose like "quickbench"  
						
						
						
					 
					
						2013-05-04 09:00:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							698fbbb81f 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:simonmichael/hledger  
						
						
						
					 
					
						2013-05-04 08:37:18 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							473f752106 
							
						 
					 
					
						
						
							
							tools: update (quick)bench tests a little  
						
						... 
						
						
						
						Today I'm seeing relative performance numbers like this (linode 1G VPS, 32-bit GNU/Linux):
+-------------------------------------------++--------------+--------------+--------------+---------------------+
|                                           || hledger-0.18 | hledger-0.19 | hledger-0.20 | ledger-3.0-20130215 |
+===========================================++==============+==============+==============+=====================+
| -f data/100x100x10.journal     balance    ||         0.16 |         0.04 |         0.05 |                0.02 |
| -f data/1000x1000x10.journal   balance    ||         8.26 |         0.34 |         0.47 |                0.07 |
| -f data/10000x1000x10.journal  balance    ||        11.85 |         2.59 |         3.94 |                0.31 |
| -f data/10000x1000x10.journal  balance aa ||         3.73 |         3.49 |         4.72 |                0.23 |
| -f data/100x100x10.journal     register   ||         0.07 |         0.07 |         0.07 |                0.07 |
| -f data/1000x1000x10.journal   register   ||         0.56 |         0.51 |         0.70 |                0.54 |
| -f data/100x100x10.journal     print      ||         0.06 |         0.04 |         0.06 |                0.01 |
| -f data/1000x1000x10.journal   print      ||         0.37 |         0.34 |         0.49 |                0.07 |
| -f data/10000x1000x10.journal  print      ||         3.84 |         3.54 |         4.62 |                0.55 |
+-------------------------------------------++--------------+--------------+--------------+---------------------+ 
						
					 
					
						2013-05-03 13:18:05 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c2d93f2c68 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:simonmichael/hledger  
						
						
						
					 
					
						2013-05-03 12:01:37 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9b58df70a6 
							
						 
					 
					
						
						
							
							tools: include Makefile.local if present  
						
						
						
					 
					
						2013-05-03 12:00:05 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c8f2f836a9 
							
						 
					 
					
						
						
							
							tools: don't mess with download page when updating version  
						
						
						
					 
					
						2013-05-03 06:48:31 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e2f6a26d66 
							
						 
					 
					
						
						
							
							tools: be aware of cabal macros when generating haddock  
						
						
						
					 
					
						2013-05-03 05:54:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0d17d31af4 
							
						 
					 
					
						
						
							
							tools: make ghciweb fixes  
						
						
						
					 
					
						2013-04-19 14:55:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2eabcd1360 
							
						 
					 
					
						
						
							
							reverse and rename the blaze_html_0_5 flag to blaze_html_0_4  
						
						
						
					 
					
						2013-04-19 12:40:29 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							91c622ab39 
							
						 
					 
					
						
						
							
							simplify PATCHLEVEL assignment  
						
						
						
					 
					
						2013-04-08 11:31:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c344dcd0cd 
							
						 
					 
					
						
						
							
							site: update old docs setup for git  
						
						
						
					 
					
						2013-04-06 12:39:35 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0140cf62ab 
							
						 
					 
					
						
						
							
							don't require that hacky last_release tag for PATCHLEVEL, needs more thought  
						
						
						
					 
					
						2013-04-06 12:38:25 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7742bd2104 
							
						 
					 
					
						
						
							
							profiling in auto builds has stopped working, turn it off  
						
						
						
					 
					
						2013-04-05 20:55:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							df561f1563 
							
						 
					 
					
						
						
							
							tools: calculate patch level using git describe now.  
						
						... 
						
						
						
						Patch level is now the number of commits since the last_release tag,
avoiding interference from misc other tags. 
						
					 
					
						2013-04-05 20:45:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							53f602c4cf 
							
						 
					 
					
						
						
							
							tools: fix make test and others now that we're using cabal macros like MIN_VERSION_directory  
						
						
						
					 
					
						2013-04-04 01:22:14 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							17ef7295b6 
							
						 
					 
					
						
						
							
							tools: mark download page as containing an updatable version number  
						
						
						
					 
					
						2013-04-01 21:25:27 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							caa48b35c2 
							
						 
					 
					
						
						
							
							tools: oldsource/cleanoldsource make rules for site  
						
						
						
					 
					
						2013-03-31 14:58:04 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4e4a283a84 
							
						 
					 
					
						
						
							
							tools: don't define commithook target in makefile, that's repo-specific  
						
						
						
					 
					
						2013-03-11 18:39:36 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							95e6dae18a 
							
						 
					 
					
						
						
							
							tools: better auto build rule, "make auto-CMD" runs CMD on each rebuild  
						
						
						
					 
					
						2013-02-25 20:40:03 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							34390f9af6 
							
						 
					 
					
						
						
							
							tools: include profiling info in the "auto" dev builds, why not  
						
						
						
					 
					
						2013-02-25 20:38:20 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ab53dd0813 
							
						 
					 
					
						
						
							
							tools: test hackage upload  
						
						
						
					 
					
						2013-01-11 13:32:42 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7f1f392166 
							
						 
					 
					
						
						
							
							tools: run built-in tests with a pattern  
						
						
						
					 
					
						2013-01-11 13:32:27 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							db8cb417fe 
							
						 
					 
					
						
						
							
							tools: link hledger-web dirs to top level for bin/hledger-webdev also  
						
						
						
					 
					
						2013-01-11 13:30:15 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							023fe4f142 
							
						 
					 
					
						
						
							
							docs: note hledger's include does not support glob patterns  
						
						
						
					 
					
						2013-01-04 21:31:36 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1e41ba619a 
							
						 
					 
					
						
						
							
							tools: exclude hledger-web from make install by default, as it's harder  
						
						
						
					 
					
						2012-12-28 17:15:23 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a7358e4497 
							
						 
					 
					
						
						
							
							tools: symlink more dirs for web dev builds  
						
						
						
					 
					
						2012-11-27 23:52:47 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8d973ac3b3 
							
						 
					 
					
						
						
							
							tools: upload to hackage more quietly  
						
						
						
					 
					
						2012-11-17 04:31:38 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							34baea6302 
							
						 
					 
					
						
						
							
							tools: packdeps (/checkdeps) rule for checking all packages  
						
						
						
					 
					
						2012-11-18 22:51:00 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ea212ba2d1 
							
						 
					 
					
						
						
							
							tools: add "dev" suffix to version string of dev builds  
						
						
						
					 
					
						2012-11-18 22:52:16 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							64cdd1a434 
							
						 
					 
					
						
						
							
							tools: also tag web handlers  
						
						
						
					 
					
						2012-11-19 21:48:19 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c70ba1a979 
							
						 
					 
					
						
						
							
							tools: fix web dev build  
						
						
						
					 
					
						2012-11-19 23:18:22 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							79f0e98186 
							
						 
					 
					
						
						
							
							tools: fix haddock generation (web excluded)  
						
						
						
					 
					
						2012-11-19 23:36:36 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							93978fcf81 
							
						 
					 
					
						
						
							
							tools: web dev build fixes  
						
						
						
					 
					
						2012-11-23 20:49:17 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							300ef7c536 
							
						 
					 
					
						
						
							
							tools: web dev build uses RecordWildCards  
						
						
						
					 
					
						2012-11-20 02:25:14 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7d92fa6a7f 
							
						 
					 
					
						
						
							
							tools: fix manual version number setting  
						
						
						
					 
					
						2012-11-24 15:59:42 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2addc934fc 
							
						 
					 
					
						
						
							
							tools: add more web source files  
						
						
						
					 
					
						2012-11-17 01:26:08 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							92ea44dcb8 
							
						 
					 
					
						
						
							
							tools: update web building rules  
						
						
						
					 
					
						2012-11-16 18:49:00 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							af03481385 
							
						 
					 
					
						
						
							
							tools: more sample journals  
						
						
						
					 
					
						2012-10-13 19:47:39 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3fe66ab6ec 
							
						 
					 
					
						
						
							
							tools: more makefile cleanups, drop --make  
						
						
						
					 
					
						2012-10-21 21:22:27 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4752726585 
							
						 
					 
					
						
						
							
							tools: rename hledgerp to hledgerprof  
						
						
						
					 
					
						2012-10-21 21:24:06 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							97a8ed23df 
							
						 
					 
					
						
						
							
							tools: makefile updates & cleanups  
						
						
						
					 
					
						2012-10-21 21:09:24 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e701c2b1cb 
							
						 
					 
					
						
						
							
							tools: rsync refactor  
						
						
						
					 
					
						2012-09-28 17:35:07 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2b8d759db1 
							
						 
					 
					
						
						
							
							rename developer build to hledgerdev, avoiding confusion with production hledger  
						
						
						
					 
					
						2012-10-21 18:23:23 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3e28f6001f 
							
						 
					 
					
						
						
							
							tools: more top-level build fixes; remove chart/vty rules  
						
						
						
					 
					
						2012-10-13 19:47:16 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f03b020e2f 
							
						 
					 
					
						
						
							
							set version with CPP instead of cabal-file-th; make building more robust  
						
						... 
						
						
						
						hledger and hledger-web were reading their version number (and program
name) from their cabal files at compile time using cabal-file-th,
which allowed the version number be maintained in one place (per
package).
This meant you had to be in same directory as the cabal file when
building, which made life more complicated, eg emacs compilation mode
could not jump to errors. Also, it slowed down building slightly, and
is a factor in hledger Debian packages being unavailable on a number
of platforms (we also use TH for report templates).
Now, the build version is set with a CPP VERSION flag, which seems
simpler overall. For cabal builds, this needs to be configured
manually in a few more places in each cabal file. For makefile builds,
it is set it to the name of the most recent darcs tag (which should be
more useful than the old behaviour). If not set, it defaults to the
blank string, useful eg for haddock. And, all makefile builds now run
from the top directory. 
						
					 
					
						2012-10-13 19:21:17 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							257732bf43 
							
						 
					 
					
						
						
							
							tools: build rule updates  
						
						
						
					 
					
						2012-10-08 16:52:49 +00:00 
						 
				 
			
				
					
						
							
							
								Sergei Trofimovich 
							
						 
					 
					
						
						
						
						
							
						
						
							a433910a60 
							
						 
					 
					
						
						
							
							Makefile: allow passing arbitrary HCFLAGS as ghc options  
						
						... 
						
						
						
						It is handly to check things inplace:
hledger $ make
cd hledger; ghc --make hledger-cli.hs -o ../bin/hledger -DMAKE -W -fwarn-tabs -fno-warn-name-shadowing  -i../hledger-lib -i../hledger -i../hledger-web  -L/usr/lib -DPATCHLEVEL=0 +RTS -M200m -RTS
../hledger-lib/Hledger/Utils.hs:30:8:
    Ambiguous module name `Control.Monad.Error':
      it was found in multiple packages: mtl-2.1.2 monads-fd-0.1.0.4
make: *** [bin/hledger] Error 1
hledger $ make HCFLAGS="-hide-package monads-fd"
<all ok> 
						
					 
					
						2012-08-21 07:17:24 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							577981367b 
							
						 
					 
					
						
						
							
							tools: version fix  
						
						
						
					 
					
						2012-10-21 22:23:06 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6704d3ae0e 
							
						 
					 
					
						
						
							
							tools: include docs in tags  
						
						
						
					 
					
						2012-03-11 18:39:26 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							08bb23bcfc 
							
						 
					 
					
						
						
							
							site: more dev doc fixes  
						
						
						
					 
					
						2012-03-11 20:16:45 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							95916e1f60 
							
						 
					 
					
						
						
							
							tools: view framed haddock by default  
						
						
						
					 
					
						2012-03-29 23:38:36 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							396f8cfa9b 
							
						 
					 
					
						
						
							
							tools: drop old PRODUCTION flag  
						
						
						
					 
					
						2012-04-03 17:25:24 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a55046b4d6 
							
						 
					 
					
						
						
							
							tools: make autotest-PAT to auto-compile & run only tests matching PAT  
						
						
						
					 
					
						2012-05-27 18:15:36 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							130909c473 
							
						 
					 
					
						
						
							
							tools: makefile updates  
						
						
						
					 
					
						2012-05-14 19:24:03 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8cbfad7e20 
							
						 
					 
					
						
						
							
							tools: allow auto build & test with older GHC versions  
						
						
						
					 
					
						2012-05-06 20:39:47 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							acc5139c54 
							
						 
					 
					
						
						
							
							tools: makefile updates  
						
						
						
					 
					
						2012-04-03 17:12:47 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f595c2ceed 
							
						 
					 
					
						
						
							
							tools: makefile updates  
						
						
						
					 
					
						2012-03-05 07:23:35 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e12e8c0c0f 
							
						 
					 
					
						
						
							
							tools: make quite sure auto builds as quickly as possible  
						
						
						
					 
					
						2012-03-11 18:41:24 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f923789003 
							
						 
					 
					
						
						
							
							remove 6.12.3 from make rule  
						
						
						
					 
					
						2012-05-29 00:53:52 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7bf4f2b747 
							
						 
					 
					
						
						
							
							tools: makefile updates  
						
						
						
					 
					
						2012-03-29 20:41:47 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							88f5eaa03c 
							
						 
					 
					
						
						
							
							tools: make tweaks, use a known-good version of shelltest  
						
						
						
					 
					
						2012-03-28 18:16:46 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e093431b4d 
							
						 
					 
					
						
						
							
							tools: easier building and testing with multiple GHC versions  
						
						
						
					 
					
						2012-03-26 18:18:18 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7f3b990394 
							
						 
					 
					
						
						
							
							docs: fix api docs  
						
						
						
					 
					
						2012-03-07 16:05:04 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							51504e5711 
							
						 
					 
					
						
						
							
							NOTES -> NOTES.org  
						
						
						
					 
					
						2012-02-23 14:47:10 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							471293c0d7 
							
						 
					 
					
						
						
							
							tools: fix make ghci  
						
						
						
					 
					
						2012-01-04 12:01:21 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							795d85f36e 
							
						 
					 
					
						
						
							
							tools: update/simplify make install  
						
						
						
					 
					
						2012-01-29 18:36:51 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4d4e6355b5 
							
						 
					 
					
						
						
							
							tools: fix make clean  
						
						
						
					 
					
						2012-01-30 04:30:41 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2f9669c248 
							
						 
					 
					
						
						
							
							tools: make clean should not remove virthualenv files  
						
						
						
					 
					
						2012-01-29 18:52:31 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							679c9fce8f 
							
						 
					 
					
						
						
							
							begin demoting hledger-vty and hledger-chart to unmaintained "extras" status  
						
						
						
					 
					
						2012-01-30 04:22:11 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b151eef2b7 
							
						 
					 
					
						
						
							
							tools: fixes for version updating in web pages  
						
						
						
					 
					
						2012-01-31 05:17:15 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c686645fab 
							
						 
					 
					
						
						
							
							refactor: update version number handling  
						
						
						
					 
					
						2012-01-31 06:01:31 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							df7fc8877f 
							
						 
					 
					
						
						
							
							tools: adapt makefile for cabal-file-th, builds now happen from package dirs  
						
						
						
					 
					
						2011-10-19 19:55:01 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							aa30f25887 
							
						 
					 
					
						
						
							
							tools: one more make fix  
						
						
						
					 
					
						2011-10-19 20:00:08 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5bd0dcc113 
							
						 
					 
					
						
						
							
							tools: update web file paths  
						
						
						
					 
					
						2011-09-12 22:45:02 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f2ce07145f 
							
						 
					 
					
						
						
							
							tools: hledger-web-production build  
						
						
						
					 
					
						2011-09-13 00:10:00 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							48db255444 
							
						 
					 
					
						
						
							
							tools: hakyll.hs -> site.hs to keep it working on mac  
						
						
						
					 
					
						2011-09-22 22:24:02 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7e753e13b5 
							
						 
					 
					
						
						
							
							tools: dayssincerelease.hs -> dayssincetag.hs  
						
						
						
					 
					
						2011-09-25 18:29:23 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7768efd0b5 
							
						 
					 
					
						
						
							
							tools: wine reminder  
						
						
						
					 
					
						2011-09-26 20:51:09 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8cb9774d2a 
							
						 
					 
					
						
						
							
							docs: fix wrong version  
						
						
						
					 
					
						2011-09-02 15:17:22 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fcaa62d931 
							
						 
					 
					
						
						
							
							tools: set-up-rc-repo make rule  
						
						
						
					 
					
						2011-04-22 23:05:54 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4f3f5c0132 
							
						 
					 
					
						
						
							
							site: update haddock as well as website on each commit  
						
						
						
					 
					
						2011-06-03 17:08:09 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							555a594bdf 
							
						 
					 
					
						
						
							
							tools: makefile fixes, don't break make when hledger source has errors  
						
						
						
					 
					
						2011-06-06 19:07:03 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							343b5b0a4c 
							
						 
					 
					
						
						
							
							tools: update binary building rules  
						
						
						
					 
					
						2011-04-22 22:57:00 +00:00 
						 
				 
			
				
					
						
							
							
								Trygve Laugstol 
							
						 
					 
					
						
						
						
						
							
						
						
							337b5626f2 
							
						 
					 
					
						
						
							
							Makefile: Adding ghci-vty target to get a debug prompt for hledger-vty.  
						
						
						
					 
					
						2011-06-20 20:36:50 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cd68f43be3 
							
						 
					 
					
						
						
							
							cli: rename hledger.hs (but not the executable) to avoid mac build issues  
						
						
						
					 
					
						2011-07-17 23:21:48 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							81db822424 
							
						 
					 
					
						
						
							
							tools: include missing source files in tags etc.  
						
						
						
					 
					
						2011-07-19 00:56:15 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9ea1f4a98b 
							
						 
					 
					
						
						
							
							tools: update file lists  
						
						
						
					 
					
						2011-08-07 22:14:14 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b2c4b8bfea 
							
						 
					 
					
						
						
							
							tools: include web templates in tags  
						
						
						
					 
					
						2011-06-04 17:01:45 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							452ea75432 
							
						 
					 
					
						
						
							
							tools: remove local stuff  
						
						
						
					 
					
						2011-08-07 22:17:59 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							46d53f4fcd 
							
						 
					 
					
						
						
							
							tools: fix autotest rule  
						
						
						
					 
					
						2011-08-09 01:54:47 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ec7e1f7c49 
							
						 
					 
					
						
						
							
							tools: sp macro  
						
						
						
					 
					
						2011-08-07 22:18:54 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6a895d94cc 
							
						 
					 
					
						
						
							
							tools: check for sp and explain how to get it when needed  
						
						
						
					 
					
						2011-06-23 18:15:01 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a447e2c56b 
							
						 
					 
					
						
						
							
							tools: update functest rule for shelltest 1.0, hide successes  
						
						
						
					 
					
						2011-08-15 15:22:01 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							76a661e855 
							
						 
					 
					
						
						
							
							tools: update test: rule for shelltestrunner head  
						
						
						
					 
					
						2011-06-14 22:32:26 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e6e7cef85c 
							
						 
					 
					
						
						
							
							tools: easier browser switching  
						
						
						
					 
					
						2011-06-13 19:50:10 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							559d7ba2c9 
							
						 
					 
					
						
						
							
							tools: more mnemonic LOC rule  
						
						
						
					 
					
						2011-08-19 18:39:58 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4c930edd94 
							
						 
					 
					
						
						
							
							tools: functest rule fix  
						
						
						
					 
					
						2011-08-25 21:51:54 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1cf1c7f506 
							
						 
					 
					
						
						
							
							site: upgrade to hakyll 3  
						
						
						
					 
					
						2011-08-28 18:03:20 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2daa56dcb3 
							
						 
					 
					
						
						
							
							site: hledger.org/api-doc -> hledger.org/api  
						
						
						
					 
					
						2011-09-01 22:18:59 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5bad926897 
							
						 
					 
					
						
						
							
							docs: simplify, drop internal haddocks entirely  
						
						
						
					 
					
						2011-08-30 13:48:24 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e09bb6f7a6 
							
						 
					 
					
						
						
							
							tools: haddock, hscolour fixes  
						
						
						
					 
					
						2011-06-06 19:06:26 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e6a15e8afc 
							
						 
					 
					
						
						
							
							tools: fix haddock building  
						
						
						
					 
					
						2011-08-19 18:55:26 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f91e905a24 
							
						 
					 
					
						
						
							
							tools: fixes for haddock, not working yet  
						
						
						
					 
					
						2011-06-03 17:10:27 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1af00ce3bd 
							
						 
					 
					
						
						
							
							tools: note an issue with haddock building  
						
						
						
					 
					
						2011-04-27 02:22:43 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5497500bd2 
							
						 
					 
					
						
						
							
							tools: more source files for haddock  
						
						
						
					 
					
						2011-07-19 01:00:08 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							955c39718f 
							
						 
					 
					
						
						
							
							tools: more searchable variable name  
						
						
						
					 
					
						2011-08-19 18:39:13 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							853c83ea4a 
							
						 
					 
					
						
						
							
							tools: update haddock and test rules  
						
						
						
					 
					
						2011-04-22 19:04:47 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							454a6639c6 
							
						 
					 
					
						
						
							
							tools: haddock rules fix  
						
						
						
					 
					
						2011-08-19 19:58:56 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b486e9cfbf 
							
						 
					 
					
						
						
							
							tools: haddock rule alias  
						
						
						
					 
					
						2011-08-07 22:18:30 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							edf8405910 
							
						 
					 
					
						
						
							
							tools: small updates  
						
						
						
					 
					
						2011-09-02 01:00:53 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2ff1925df7 
							
						 
					 
					
						
						
							
							tools: fix binary build rules  
						
						
						
					 
					
						2011-03-12 23:30:57 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							84b251c534 
							
						 
					 
					
						
						
							
							tools: fix accidentally recorded conflict markers  
						
						
						
					 
					
						2010-12-10 22:34:01 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5fe830d703 
							
						 
					 
					
						
						
							
							tools: update linux binary building  
						
						
						
					 
					
						2010-12-10 22:00:42 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5c403180dd 
							
						 
					 
					
						
						
							
							tools: update mac binary building  
						
						
						
					 
					
						2010-12-10 22:07:52 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							210d476edf 
							
						 
					 
					
						
						
							
							tools: don't bother trying to set version strings automatically  
						
						
						
					 
					
						2010-12-06 23:35:44 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1cf3692016 
							
						 
					 
					
						
						
							
							tools: update version updating  
						
						
						
					 
					
						2010-12-06 18:37:00 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9e6625555c 
							
						 
					 
					
						
						
							
							tools: savehelp make rule  
						
						
						
					 
					
						2011-04-22 16:16:31 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c8e84b3a3a 
							
						 
					 
					
						
						
							
							tools: clean up coverage report scripts  
						
						
						
					 
					
						2011-04-22 18:47:12 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d0efde5429 
							
						 
					 
					
						
						
							
							tools: fix up the releasestats make rule  
						
						
						
					 
					
						2011-04-22 18:47:57 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f0890a9281 
							
						 
					 
					
						
						
							
							tools: makefile updates  
						
						
						
					 
					
						2011-04-18 07:26:58 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b3f996544a 
							
						 
					 
					
						
						
							
							docs: document web reloading and handling of parse errors  
						
						
						
					 
					
						2010-12-07 20:01:54 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f24decf73a 
							
						 
					 
					
						
						
							
							tools: misc building updates  
						
						
						
					 
					
						2010-12-10 22:09:32 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fe4152b8cb 
							
						 
					 
					
						
						
							
							site: fix download links  
						
						
						
					 
					
						2010-09-06 21:27:42 +00:00