56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # stack build plan using GHC 8.0.2
 | |
| 
 | |
| resolver: lts-9.21
 | |
| 
 | |
| packages:
 | |
| - hledger-lib
 | |
| - hledger
 | |
| - hledger-ui
 | |
| - hledger-web
 | |
| - hledger-api
 | |
| 
 | |
| extra-deps:
 | |
| - easytest-0.2.1
 | |
| # Many newer versions to allow using the latest base-compat with all ghc versions.
 | |
| # This is just the first workable install plan I found.
 | |
| - aeson-1.3.1.1
 | |
| - aeson-compat-0.3.7.1
 | |
| - attoparsec-0.13.2.2
 | |
| - attoparsec-iso8601-1.0.0.0
 | |
| - base-compat-0.10.1
 | |
| - base-compat-batteries-0.10.1
 | |
| - bifunctors-5.5.2
 | |
| - cassava-megaparsec-2.0.0
 | |
| - config-ini-0.2.3.0
 | |
| - criterion-1.4.1.0
 | |
| - doctest-0.16.0
 | |
| - generics-sop-0.3.2.0
 | |
| - hashable-1.2.7.0
 | |
| - http-media-0.7.1.2
 | |
| - http-types-0.12.1
 | |
| - insert-ordered-containers-0.2.1.0
 | |
| - lens-4.16.1
 | |
| - megaparsec-7.0.1
 | |
| - microstache-1.0.1.1
 | |
| - mmorph-1.1.2
 | |
| - network-2.6.3.5
 | |
| - parser-combinators-1.0.0
 | |
| - persistent-template-2.5.4
 | |
| - scientific-0.3.6.2
 | |
| - servant-0.13.0.1
 | |
| - servant-server-0.13.0.1
 | |
| - servant-swagger-1.1.5
 | |
| - singleton-bool-0.1.4
 | |
| - statistics-0.14.0.2
 | |
| - swagger2-2.2.2
 | |
| - text-1.2.3.0
 | |
| - unordered-containers-0.2.9.0
 | |
| # avoid no hashable instance for AccountName from doctests
 | |
| - hashtables-1.2.3.1
 | |
| # avoid hanging with windows symlinks https://github.com/simonmichael/hledger/issues/791
 | |
| - directory-1.3.2.2
 | |
| # hledger-ui
 | |
| # newer fsnotify has a different api and may be more robust
 | |
| - fsnotify-0.3.0.1
 | |
| - Glob-0.9.2
 |