require nightly stackage snapshot for hledger-ui
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.
This commit is contained in:
		
							parent
							
								
									27b46e7b41
								
							
						
					
					
						commit
						1777c0a214
					
				| @ -1,6 +1,6 @@ | |||||||
| # cf https://github.com/commercialhaskell/stack/wiki/stack.yaml | # cf https://github.com/commercialhaskell/stack/wiki/stack.yaml | ||||||
| 
 | 
 | ||||||
| resolver: lts-3.0 | resolver: nightly-2015-10-25  # or newer | ||||||
| 
 | 
 | ||||||
| packages: | packages: | ||||||
| - hledger-lib | - hledger-lib | ||||||
| @ -11,10 +11,7 @@ packages: | |||||||
| flags: | flags: | ||||||
| 
 | 
 | ||||||
| extra-deps: | extra-deps: | ||||||
| - brick-0.2 |  | ||||||
| - text-zipper-0.2.1 |  | ||||||
| - uglymemo-0.1.0.1 | - uglymemo-0.1.0.1 | ||||||
| - vty-5.3.1 |  | ||||||
| 
 | 
 | ||||||
| ghc-options: | ghc-options: | ||||||
|   rtsopts: |   rtsopts: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user