Building with same GHC as stackage nightly is a good idea for noticing problems keeping us out of stackage. make test-stackage is a start at checking for stackage problems with the last three GHC versions.
		
			
				
	
	
		
			14 lines
		
	
	
		
			215 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			215 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # stack build plan using GHC 8.2.1
 | |
| # keep synced with download.md ?
 | |
| 
 | |
| resolver: nightly-2017-09-07
 | |
| 
 | |
| extra-deps:
 | |
| - wai-handler-launch-3.0.2.3
 | |
| 
 | |
| packages:
 | |
| - hledger-lib
 | |
| - hledger
 | |
| - hledger-ui
 | |
| - hledger-web
 | |
| - hledger-api |