23 lines
		
	
	
		
			413 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			413 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # stack build plan using GHC 8.2.2
 | |
| 
 | |
| resolver: lts-11.9
 | |
| 
 | |
| packages:
 | |
| - hledger-lib
 | |
| - hledger
 | |
| - hledger-ui
 | |
| - hledger-web
 | |
| - hledger-api
 | |
| 
 | |
| extra-deps:
 | |
| - easytest-0.2
 | |
| # XXX may need to enable these when building Shake.hs.
 | |
| # They probably shouldn't be here, and are causing headaches, so commented for now.
 | |
| # - pandoc-2.2.1
 | |
| # - http-types-0.11
 | |
| # - skylighting-0.5.1
 | |
| 
 | |
| nix:
 | |
|   pure: false
 | |
|   packages: [perl gmp ncurses zlib]
 |