vty and brick are not yet in the LTS snapshots. We don't want to list them explicitly as extra-deps since that can't be conditionalised for windows, which doesn't support them. So, require a nightly snapshot which does include them. A downside of this is that most people won't have this particular snapshot installed. But with luck, stack will reuse bits from their older snapshots and there won't be too much building.
		
			
				
	
	
		
			19 lines
		
	
	
		
			241 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			241 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # cf https://github.com/commercialhaskell/stack/wiki/stack.yaml
 | |
| 
 | |
| resolver: nightly-2015-10-25  # or newer
 | |
| 
 | |
| packages:
 | |
| - hledger-lib
 | |
| - hledger
 | |
| - hledger-ui
 | |
| - hledger-web
 | |
| 
 | |
| flags:
 | |
| 
 | |
| extra-deps:
 | |
| - uglymemo-0.1.0.1
 | |
| 
 | |
| ghc-options:
 | |
|   rtsopts:
 | |
|     all
 |