hledger-ui (formerly hledger-vty) is now built on brick, a new declarative UI layer built on vty. This brings much new power, and should make the UI much easier to grow and maintain. At this point, functionality and performance are similar to the old version. There's no journal entries screen, but entering the postings screen jumps to the latest posting, and layout is better (multiple commodities are rendered on one line). Requires unreleased brick from github (HEAD or some branch) for now.
		
			
				
	
	
		
			17 lines
		
	
	
		
			210 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			210 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # cf https://github.com/commercialhaskell/stack/wiki/stack.yaml
 | |
| 
 | |
| resolver: lts-3.0
 | |
| 
 | |
| packages:
 | |
| - hledger-lib
 | |
| - hledger
 | |
| - hledger-ui
 | |
| - hledger-web
 | |
| 
 | |
| flags:
 | |
| 
 | |
| extra-deps:
 | |
| - brick-0.1
 | |
| - text-zipper-0.2.1
 | |
| - vty-5.3.1
 |