update README, cabal file, hledger.hs
This commit is contained in:
		
							parent
							
								
									cefc315900
								
							
						
					
					
						commit
						37a79ba415
					
				
							
								
								
									
										10
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README
									
									
									
									
									
								
							| @ -3,11 +3,11 @@ hledger - a ledger-compatible text-based accounting tool | ||||
| 
 | ||||
| Welcome to hledger!  | ||||
| 
 | ||||
| hledger is a minimal haskell clone of John Wiegley's ledger | ||||
| (http://newartisans.com/software/ledger.html).  hledger generates | ||||
| ledger-compatible register & balance reports from a plain text ledger | ||||
| file, and demonstrates a functional implementation of ledger.  For more | ||||
| information, see the hledger home page: http://joyful.com/hledger | ||||
| hledger is a minimal haskell clone of John Wiegley's "ledger" text-based | ||||
| accounting tool (http://newartisans.com/software/ledger.html).  hledger | ||||
| generates ledger-compatible register & balance reports from a plain text | ||||
| ledger file, and demonstrates a functional implementation of ledger.  For | ||||
| more information, see the hledger home page: http://joyful.com/hledger | ||||
| 
 | ||||
| Copyright (c) 2007-2008 Simon Michael <simon@joyful.com> | ||||
| Released under GPL version 3 or later. | ||||
|  | ||||
| @ -2,10 +2,10 @@ Name:           hledger | ||||
| Version:        0.2 | ||||
| Category:       Finance | ||||
| Synopsis:       A ledger-compatible text-based accounting tool. | ||||
| Description:    This is a minimal haskell clone of John Wiegley's ledger | ||||
|                 <http://newartisans.com/software/ledger.html>.  hledger does basic | ||||
|                 register & balance reporting from a plain text ledger file, and  | ||||
|                 demonstrates a functional implementation of ledger. | ||||
| Description:    hledger is a minimal haskell clone of John Wiegley's "ledger" text-based | ||||
|                 accounting tool (http://newartisans.com/software/ledger.html).  hledger | ||||
|                 generates ledger-compatible register & balance reports from a plain text | ||||
|                 ledger file, and demonstrates a functional implementation of ledger. | ||||
| License:        GPL | ||||
| Stability:      alpha | ||||
| Author:         Simon Michael <simon@joyful.com> | ||||
|  | ||||
							
								
								
									
										10
									
								
								hledger.hs
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								hledger.hs
									
									
									
									
									
								
							| @ -5,11 +5,11 @@ hledger - a ledger-compatible text-based accounting tool. | ||||
| Copyright (c) 2007-2008 Simon Michael <simon@joyful.com> | ||||
| Released under GPL version 3 or later. | ||||
| 
 | ||||
| This is a minimal haskell clone of John Wiegley's ledger | ||||
| (http://newartisans.com/software/ledger.html).  hledger generates | ||||
| ledger-compatible register & balance reports from a plain text ledger | ||||
| file, and demonstrates a functional implementation of ledger.  For more | ||||
| information, see the hledger home page: http://joyful.com/hledger | ||||
| hledger is a minimal haskell clone of John Wiegley's "ledger" text-based | ||||
| accounting tool (http://newartisans.com/software/ledger.html).  hledger | ||||
| generates ledger-compatible register & balance reports from a plain text | ||||
| ledger file, and demonstrates a functional implementation of ledger.  For | ||||
| more information, see the hledger home page: http://joyful.com/hledger | ||||
| 
 | ||||
| You can use the command line: | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user