Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0620ec9840 
							
						 
					 
					
						
						
							
							fix redundant compilation in the hledger packages, at last  
						
						 
						
						... 
						
						
						
						This seems to work well now with my haddock and GHC 7.8.
Not tested with GHC 7.6 though. 
						
					 
					
						2014-10-19 09:37:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3b70362525 
							
						 
					 
					
						
						
							
							switch to Decimal for representing quantities ( closes   #118 )  
						
						 
						
						... 
						
						
						
						hledger has represented quantities with floating point (Double) until
now.  While this has been working fine in practice, the time has come to
upgrade our number representation to something more principled: Decimal,
for now. As a bonus, this brings a ~30% speed boost to most reports.
We'll keep the old representation(s) around for a while, selectable via
hledger-lib cabal flag, for research/testing/benchmarking purposes. To
build with the old Double representation: cabal install -fdouble
hledger-lib hledger hledger-web 
						
					 
					
						2014-10-18 12:33:31 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							84a90374b4 
							
						 
					 
					
						
						
							
							make build warnings consistent  
						
						 
						
						
						
					 
					
						2014-10-18 10:16:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							04f6162e19 
							
						 
					 
					
						
						
							
							extract regular expression utils module  
						
						 
						
						
						
					 
					
						2014-07-06 10:11:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6393293414 
							
						 
					 
					
						
						
							
							allow transformers 0.4*  
						
						 
						
						
						
					 
					
						2014-06-21 20:13:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							41add3ffeb 
							
						 
					 
					
						
						
							
							oh fine still cant do that, bump to 0.23.98  
						
						 
						
						
						
					 
					
						2014-05-03 17:18:12 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							87f1e83d78 
							
						 
					 
					
						
						
							
							bump version to 0.24dev  
						
						 
						
						
						
					 
					
						2014-05-03 15:51:57 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							07a82724ed 
							
						 
					 
					
						
						
							
							lib, cli, web: change from "beta" to "stable"  
						
						 
						
						... 
						
						
						
						Also add the hackage Console category to the first two. 
						
					 
					
						2014-05-01 08:20:05 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1eeedfe551 
							
						 
					 
					
						
						
							
							bump versions to 0.23  
						
						 
						
						
						
					 
					
						2014-05-01 08:17:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d46b290287 
							
						 
					 
					
						
						
							
							update tested-withs  
						
						 
						
						
						
					 
					
						2014-04-19 12:16:14 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f94d784f48 
							
						 
					 
					
						
						
							
							changelog updates from release branch  
						
						 
						
						... 
						
						
						
						give hledger-lib a changelog, update changelogs
(cherry picked from commit a67cee4e5f9e3dc09be86e7bc0e8fd77168a5070)
Conflicts:
	hledger/CHANGES
update changelogs
(cherry picked from commit ef053a42523ff2d57921837896b9ccc0a260cc27)
web: changelog
(cherry picked from commit 105c1d01429680a4e8a11a8c4be06f4ceca4329e)
web: changelog
(cherry picked from commit 3d42c123be7dd51be6586549f1f057052cc6fff9) 
						
					 
					
						2014-04-17 12:36:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ef1cc06cab 
							
						 
					 
					
						
						
							
							avoid pretty-show with GHC < 7.4; update tested-with ( fixes   #155 )  
						
						 
						
						... 
						
						
						
						hledger builds with GHC 7.2 through 7.8. 7.0 is not supported
because we require shakespeare which requires the DeriveGeneric extension. 
						
					 
					
						2014-03-27 12:29:34 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							882a9dbf1c 
							
						 
					 
					
						
						
							
							cli, report & raw options cleanups  
						
						 
						
						
						
					 
					
						2014-03-25 19:03:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							77d24fc241 
							
						 
					 
					
						
						
							
							split up Hledger.Reports  
						
						 
						
						
						
					 
					
						2014-03-19 17:31:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							59cbc230d8 
							
						 
					 
					
						
						
							
							drop data-pprint for now, does not support ghc 7.8  
						
						 
						
						... 
						
						
						
						The data-pprint and pretty-show packages used for debugging
tend to be poorly supported, drop one of them for now. 
						
					 
					
						2014-03-19 16:11:46 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							97e3f852a1 
							
						 
					 
					
						
						
							
							bump version to 0.22.98 aka 0.23 alpha  
						
						 
						
						
						
					 
					
						2014-03-04 11:17:56 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							dd2f293094 
							
						 
					 
					
						
						
							
							rename FormatString to OutputFormat  
						
						 
						
						... 
						
						
						
						It was going to be Format, but that clashes with file format. Press on. 
						
					 
					
						2014-03-02 13:33:56 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2ec6231a51 
							
						 
					 
					
						
						
							
							bump version to 0.22.1  
						
						 
						
						
						
					 
					
						2014-01-08 15:01:45 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							62b0461c0e 
							
						 
					 
					
						
						
							
							require latest pretty-show to allow install with standard happy and fix hackage docs  
						
						 
						
						
						
					 
					
						2014-01-08 15:00:41 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clint Adams 
							
						 
					 
					
						
						
						
						
							
						
						
							cf365524cb 
							
						 
					 
					
						
						
							
							Use regex-tdfa instead of regex-compat-tdfa  
						
						 
						
						
						
					 
					
						2014-01-08 14:37:30 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							b2c6a8e7d2 
							
						 
					 
					
						
						
							
							require data-pprint 0.2.3, works with ghc < 7.2  
						
						 
						
						
						
					 
					
						2013-12-06 13:58:06 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7e06a6a24c 
							
						 
					 
					
						
						
							
							balance: basic multi-column balance (change) reports  
						
						 
						
						
						
					 
					
						2013-09-26 15:06:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							009c7e3f90 
							
						 
					 
					
						
						
							
							bump version to 0.22 alpha  
						
						 
						
						
						
					 
					
						2013-09-22 22:38:27 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Max Bolingbroke 
							
						 
					 
					
						
						
						
						
							
						
						
							e96fff7887 
							
						 
					 
					
						
						
							
							Upgrade to regex-compat-tdfa to squelch unicode problems  
						
						 
						
						
						
					 
					
						2013-08-20 21:19:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							318d36d712 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2013-06-23 16:50:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4eda6119f8 
							
						 
					 
					
						
						
							
							bump version to 0.21.2  
						
						 
						
						
						
					 
					
						2013-06-04 19:07:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							557419de8c 
							
						 
					 
					
						
						
							
							bump version to 0.21.1  
						
						 
						
						
						
					 
					
						2013-06-03 23:18:30 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4041f5a553 
							
						 
					 
					
						
						
							
							bump version to 0.21  
						
						 
						
						
						
					 
					
						2013-06-01 15:58:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clint Adams 
							
						 
					 
					
						
						
						
						
							
						
						
							1cbe6c95b2 
							
						 
					 
					
						
						
							
							Add cabal testsuite for hledger-lib.  
						
						 
						
						
						
					 
					
						2013-05-15 15:56:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4ff2635bf8 
							
						 
					 
					
						
						
							
							bump version to 0.20.98 (0.21 alpha)  
						
						 
						
						
						
					 
					
						2013-05-14 10:30:46 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1db8920644 
							
						 
					 
					
						
						
							
							bump version to 0.20.0.1  
						
						 
						
						
						
					 
					
						2013-05-04 07:26:15 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							28a605ceb0 
							
						 
					 
					
						
						
							
							docs: update bug tracker and repository locations in cabal files  
						
						 
						
						
						
					 
					
						2013-05-03 06:46:23 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b89168d1b0 
							
						 
					 
					
						
						
							
							bump version number  
						
						 
						
						
						
					 
					
						2013-05-01 12:46:37 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a32b0513bd 
							
						 
					 
					
						
						
							
							update tested-withs. hledger needs 7.2+, hledger-web needs 7.4+ for now  
						
						 
						
						
						
					 
					
						2013-04-19 12:26:05 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fc39b4c25d 
							
						 
					 
					
						
						
							
							the version bump was premature, revert so I can push  
						
						 
						
						... 
						
						
						
						This reverts commit 1bc8b73159 . 
						
					 
					
						2013-04-19 11:54:26 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1bc8b73159 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2013-04-17 17:20:59 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							972106b145 
							
						 
					 
					
						
						
							
							update ptrace, add dbg, ppShow utilities  
						
						 
						
						
						
					 
					
						2013-03-29 18:40:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3b5c0bc4a1 
							
						 
					 
					
						
						
							
							provide some regex-posix-based utilities that perform better than regexpr  
						
						 
						
						
						
					 
					
						2013-03-29 18:39:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a33b42bbd9 
							
						 
					 
					
						
						
							
							update tested-with in cabal files  
						
						 
						
						
						
					 
					
						2013-02-25 19:50:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c553103caf 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2012-11-27 23:53:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1d8fe29c4c 
							
						 
					 
					
						
						
							
							docs: point to new repo location on darcs hub  
						
						 
						
						
						
					 
					
						2012-11-17 04:31:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9cd228329c 
							
						 
					 
					
						
						
							
							hledger-lib doesn't need shakespeare-text  
						
						 
						
						
						
					 
					
						2012-11-21 17:41:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7798744d60 
							
						 
					 
					
						
						
							
							should have released hledger-lib; bump all version numbers again  
						
						 
						
						
						
					 
					
						2012-11-24 16:01:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9786894bbb 
							
						 
					 
					
						
						
							
							bump version, release notes  
						
						 
						
						
						
					 
					
						2012-11-17 03:32:48 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c1ab41f0a9 
							
						 
					 
					
						
						
							
							hledger, hledger-lib: support GHC 7.6  
						
						 
						
						
						
					 
					
						2012-10-08 16:52:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							51a9f2a948 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2012-10-21 20:20:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7fec954cbf 
							
						 
					 
					
						
						
							
							support latest cmdargs, haskeline, split  
						
						 
						
						
						
					 
					
						2012-10-08 16:50:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f8a9cce43d 
							
						 
					 
					
						
						
							
							bump base lower bound to 4.3 to enforce GHC 7 requirement  
						
						 
						
						
						
					 
					
						2012-07-08 00:22:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							63973c3728 
							
						 
					 
					
						
						
							
							bump version to 0.18.2  
						
						 
						
						
						
					 
					
						2012-07-08 00:24:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8f87585a86 
							
						 
					 
					
						
						
							
							hledger-lib now requires transformers explicitly  
						
						 
						
						
						
					 
					
						2012-06-29 23:06:28 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6db9db0be1 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2012-06-29 23:09:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							df6ee91e38 
							
						 
					 
					
						
						
							
							hledger-lib, hledger will require GHC >= 7.0 due to use of shakespeare-text QQ in reports  
						
						 
						
						
						
					 
					
						2012-05-06 20:41:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							294a350993 
							
						 
					 
					
						
						
							
							promote Hledger.Query to second level  
						
						 
						
						
						
					 
					
						2012-05-16 07:57:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							91aae589ce 
							
						 
					 
					
						
						
							
							rename Hledger.Data.Matching to Hledger.Data.Query in cabal file too  
						
						 
						
						
						
					 
					
						2012-05-16 06:54:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0616499b97 
							
						 
					 
					
						
						
							
							update cabal files  
						
						 
						
						
						
					 
					
						2012-05-29 02:52:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							722c3a489f 
							
						 
					 
					
						
						
							
							update cabal dependencies after dropping convert  
						
						 
						
						
						
					 
					
						2012-03-26 00:36:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d0bf2667c2 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2012-05-28 21:08:05 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1f1a1eb16f 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2012-03-30 00:27:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							df74a3ed38 
							
						 
					 
					
						
						
							
							promote Hledger.Query part 2  
						
						 
						
						
						
					 
					
						2012-05-16 08:19:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c23d1793ae 
							
						 
					 
					
						
						
							
							docs: clarify supported GHC versions  
						
						 
						
						
						
					 
					
						2012-03-29 22:09:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							abb470aadb 
							
						 
					 
					
						
						
							
							use shakespeare-text to help lay out incomestatement's output  
						
						 
						
						
						
					 
					
						2012-04-14 20:35:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8492f6cae4 
							
						 
					 
					
						
						
							
							fix unicode handling on GHC >= 7.2, unify utf8 IO compatibility layer  
						
						 
						
						... 
						
						
						
						tests pass again from GHC 6.12.3 to 7.4.1 
						
					 
					
						2012-03-29 19:06:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							26ad00a659 
							
						 
					 
					
						
						
							
							support and require latest cmdargs  
						
						 
						
						
						
					 
					
						2012-01-05 18:25:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3e3af47b96 
							
						 
					 
					
						
						
							
							bump cmdargs upper bound in other places  
						
						 
						
						
						
					 
					
						2012-01-03 11:00:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6b784c0e65 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2012-02-02 05:37:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9329873cef 
							
						 
					 
					
						
						
							
							bump version to "0.17 alpha"  
						
						 
						
						
						
					 
					
						2012-01-31 05:18:18 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							62454b45ff 
							
						 
					 
					
						
						
							
							update tested-with fields  
						
						 
						
						
						
					 
					
						2012-01-30 04:21:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4fb325b92a 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2011-10-04 23:53:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b0b1f7d733 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2011-10-01 17:17:02 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f37d7b5659 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2011-09-12 22:52:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b6f2650fb0 
							
						 
					 
					
						
						
							
							updated tested-with  
						
						 
						
						
						
					 
					
						2011-05-29 04:50:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2c68acdd03 
							
						 
					 
					
						
						
							
							lbi: add missing file to cabal  
						
						 
						
						
						
					 
					
						2011-06-06 19:04:38 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f1fd9c3027 
							
						 
					 
					
						
						
							
							lib: add missing file to cabal  
						
						 
						
						
						
					 
					
						2011-06-07 06:11:59 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cbb0fc5c59 
							
						 
					 
					
						
						
							
							move basic reports into hledger-lib  
						
						 
						
						
						
					 
					
						2011-08-15 22:59:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clint Adams 
							
						 
					 
					
						
						
						
						
							
						
						
							5ead6d05b1 
							
						 
					 
					
						
						
							
							update to cmdargs 0.8 API  
						
						 
						
						... 
						
						
						
						Between 0.7 and 0.8, modeArgs changed from
modeArgs :: Maybe (Arg a)
to
modeArgs :: ([Arg a], Maybe (Arg a)) 
						
					 
					
						2011-08-30 21:41:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b8aefb23cf 
							
						 
					 
					
						
						
							
							add missing cabal dependencies  
						
						 
						
						
						
					 
					
						2011-08-19 18:55:52 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4104114d4e 
							
						 
					 
					
						
						
							
							harmonise package descriptions, make them hackage-compliant  
						
						 
						
						
						
					 
					
						2011-09-02 00:28:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Trygve Laugstøl 
							
						 
					 
					
						
						
						
						
							
						
						
							170154edfb 
							
						 
					 
					
						
						
							
							explicit-rules-file-argument-and-converting-stdin  
						
						 
						
						... 
						
						
						
						* Adding support for telling which rules file to use with "--rules FILE".
* Adding support for using stdin when converting files. 
						
					 
					
						2011-05-29 19:22:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5084280879 
							
						 
					 
					
						
						
							
							imports, api cleanup  
						
						 
						
						
						
					 
					
						2011-05-28 04:11:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							910e5c2bee 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2011-09-02 00:42:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ac5059ea53 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2011-05-24 04:28:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6a845eb5e4 
							
						 
					 
					
						
						
							
							i18n: always read and write UTF-8, ignoring current locale ( #34 )  
						
						 
						
						... 
						
						
						
						Also remove a bunch of CPP conditions.
Uses the GHC-version-independent UTF-8 layer from pandoc. 
						
					 
					
						2011-01-21 01:24:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7ee69f5ed8 
							
						 
					 
					
						
						
							
							docs: harmonise/update package descriptions  
						
						 
						
						
						
					 
					
						2011-04-19 00:50:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e973868995 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2011-04-18 06:53:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9f66549b5a 
							
						 
					 
					
						
						
							
							bump version to alpha  
						
						 
						
						
						
					 
					
						2011-01-21 01:27:39 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a85e9bf68b 
							
						 
					 
					
						
						
							
							fix hledger cabal file, cleanup  
						
						 
						
						
						
					 
					
						2010-09-10 01:45:12 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a3a7a346ac 
							
						 
					 
					
						
						
							
							uniquify reader module names  
						
						 
						
						
						
					 
					
						2010-11-15 07:01:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cc2e5419f2 
							
						 
					 
					
						
						
							
							lib: cabal fix  
						
						 
						
						
						
					 
					
						2010-11-15 23:26:04 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1daed8120e 
							
						 
					 
					
						
						
							
							bump all but chart to beta status  
						
						 
						
						
						
					 
					
						2010-11-26 19:59:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							15518da4ac 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2010-12-06 18:37:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9cb716d002 
							
						 
					 
					
						
						
							
							packagegeddon.. split off web/chart/vty, move hledger to a subdir  
						
						 
						
						
						
					 
					
						2010-09-09 22:54:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							314ff84fc1 
							
						 
					 
					
						
						
							
							installing: tighten up utf8-string dependency  
						
						 
						
						
						
					 
					
						2010-09-06 19:21:34 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8052cb3364 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2010-09-06 20:13:09 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3531d4d54d 
							
						 
					 
					
						
						
							
							move split dependency to the right cabal file  
						
						 
						
						
						
					 
					
						2010-09-05 18:25:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							58e74ec857 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2010-09-05 22:46:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a8ab0906fd 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2010-07-25 21:26:24 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3436a27e68 
							
						 
					 
					
						
						
							
							installing: require cabal 1.6 or greater, set source-repository url  
						
						 
						
						
						
					 
					
						2010-09-05 22:49:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0e40a9deee 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2010-07-17 22:02:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4dac3af181 
							
						 
					 
					
						
						
							
							bump convertible-text dependency to relax time dependency  
						
						 
						
						
						
					 
					
						2010-07-17 20:35:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f9005f8aee 
							
						 
					 
					
						
						
							
							installing: constrain hledger-lib's time dependency to suit current hledger+yesod  
						
						 
						
						
						
					 
					
						2010-07-10 13:56:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							02706b66e7 
							
						 
					 
					
						
						
							
							update version  
						
						 
						
						
						
					 
					
						2010-07-17 21:01:07 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4d5683d0a1 
							
						 
					 
					
						
						
							
							tools: bump version to indicate work-in-progress/prerelease status  
						
						 
						
						
						
					 
					
						2010-07-09 02:12:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2f2e500eae 
							
						 
					 
					
						
						
							
							rename -fweb to -fweb610 and -fwebyesod to -fweb, misc cabal and docs cleanups  
						
						 
						
						
						
					 
					
						2010-07-10 13:58:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a848a835a2 
							
						 
					 
					
						
						
							
							clean up and combine I/O and parsing under Hledger.Read.*  
						
						 
						
						... 
						
						
						
						This facilitates adding readers for new data formats. Timelog parsing is temporarily broken. 
						
					 
					
						2010-05-30 19:11:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a90d32ae78 
							
						 
					 
					
						
						
							
							hledger-lib requires safe  
						
						 
						
						
						
					 
					
						2010-04-14 22:38:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ea14c64b20 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2010-05-19 20:11:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							81e9e720ea 
							
						 
					 
					
						
						
							
							bump (and fix) version  
						
						 
						
						
						
					 
					
						2010-04-15 15:07:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7d4593cee9 
							
						 
					 
					
						
						
							
							move Ledger.* to Hledger.Data.*  
						
						 
						
						
						
					 
					
						2010-05-19 23:08:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fad392e7e9 
							
						 
					 
					
						
						
							
							hledger-lib: docs update  
						
						 
						
						
						
					 
					
						2010-04-10 00:42:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ca136dca7f 
							
						 
					 
					
						
						
							
							bump version  
						
						 
						
						
						
					 
					
						2010-04-10 00:51:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1c46417bed 
							
						 
					 
					
						
						
							
							split off hledger-lib package, containing core types & utils  
						
						 
						
						
						
					 
					
						2010-03-22 01:44:59 +00:00