web: bump hledger dependency, release notes
This commit is contained in:
		
							parent
							
								
									706b25c32e
								
							
						
					
					
						commit
						0e8eb92c23
					
				
							
								
								
									
										17
									
								
								ANNOUNCE
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								ANNOUNCE
									
									
									
									
									
								
							| @ -1,13 +1,14 @@ | |||||||
| I have released hledger 0.19.1 to fix an arithmetic bug with total prices | I'm pleased to announce hledger-web 0.19, compatible with the latest | ||||||
| (thanks to Thierry Daucourt for reporting it). | hledger and Yesod. | ||||||
| 
 | 
 | ||||||
| Release notes: | Release notes: | ||||||
| 
 | 
 | ||||||
|   * 87: fix an arithmetic and transaction balancing bug with multiple |   * web: builds with yesod 1.1.3 | ||||||
|     total-priced amounts ( @@ PRICE ) |  | ||||||
| 
 | 
 | ||||||
|   * parsing: ignore ledger-style balance assertions ( = BAL ) and fixed |   * web: obeys command-line query options at startup again | ||||||
|     lot price declarations ( {= PRICE} ) | 
 | ||||||
|  |   * the autogenerated session file is now a dot file | ||||||
|  |     (.hledger-web_client_session.aes) | ||||||
| 
 | 
 | ||||||
| hledger is a command-line tool and haskell library for tracking | hledger is a command-line tool and haskell library for tracking | ||||||
| financial transactions, which are stored in a human-readable plain | financial transactions, which are stored in a human-readable plain | ||||||
| @ -18,6 +19,6 @@ compatible with John Wiegley's Ledger. For more, see http://hledger.org . | |||||||
| 
 | 
 | ||||||
| Install it: | Install it: | ||||||
| 
 | 
 | ||||||
| cabal update; cabal install hledger . | cabal update; cabal install hledger-web | ||||||
| For installation help, see http://hledger.org/MANUAL.html#installing . | For more installation help, see http://hledger.org/MANUAL.html#installing . | ||||||
| Or, sponsor a ready-to-run binary for your platform: http://hledger.org/DOWNLOAD.html . | Or, sponsor a ready-to-run binary for your platform: http://hledger.org/DOWNLOAD.html . | ||||||
|  | |||||||
| @ -124,8 +124,8 @@ library | |||||||
|                  , warp                          >= 1.3        && < 1.4 |                  , warp                          >= 1.3        && < 1.4 | ||||||
|                  , data-default |                  , data-default | ||||||
| 
 | 
 | ||||||
|                    , hledger == 0.19 |                    , hledger == 0.19.1 | ||||||
|                    , hledger-lib == 0.19 |                    , hledger-lib == 0.19.1 | ||||||
|                    , cmdargs >= 0.10 && < 0.11 |                    , cmdargs >= 0.10 && < 0.11 | ||||||
|                    , directory |                    , directory | ||||||
|                    , filepath |                    , filepath | ||||||
| @ -194,8 +194,8 @@ executable         hledger-web | |||||||
| 
 | 
 | ||||||
|     build-depends: |     build-depends: | ||||||
|                      hledger-web |                      hledger-web | ||||||
|                    , hledger == 0.19 |                    , hledger == 0.19.1 | ||||||
|                    , hledger-lib == 0.19 |                    , hledger-lib == 0.19.1 | ||||||
|                    , base                          >= 4.3        && < 5 |                    , base                          >= 4.3        && < 5 | ||||||
|                    , cmdargs >= 0.10 && < 0.11 |                    , cmdargs >= 0.10 && < 0.11 | ||||||
|                    , directory |                    , directory | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user