ui: one more try, forgot about the package.yaml #376
This commit is contained in:
		
							parent
							
								
									99deeb5c55
								
							
						
					
					
						commit
						b91877fd72
					
				| @ -15,7 +15,7 @@ environment: | ||||
|     STACK_ROOT: "c:\\sr" | ||||
| 
 | ||||
| test_script: | ||||
| - echo "" | stack --no-terminal --install-ghc test hledger hledger-web hledger-api | ||||
| - echo "" | stack --no-terminal --install-ghc test | ||||
| - stack --local-bin-path . install hledger hledger-web hledger-api | ||||
| 
 | ||||
| artifacts: | ||||
|  | ||||
| @ -78,7 +78,6 @@ executables: | ||||
|       - ansi-terminal >= 0.6.2.3 && < 0.7 | ||||
|       - base >= 3 && < 5 | ||||
|       - base-compat >= 0.8.1 | ||||
|       - brick >= 0.2 && < 0.7 | ||||
|       - cmdargs >= 0.8 | ||||
|       - containers | ||||
|       - data-default | ||||
| @ -94,10 +93,14 @@ executables: | ||||
|       - text-zipper >= 0.4 && < 0.5 | ||||
|       - transformers | ||||
|       - vector | ||||
|       - vty >= 5.2 && < 5.8 | ||||
|     when: | ||||
|       - condition: os(windows) | ||||
|         then: | ||||
|           buildable: false | ||||
|         else: | ||||
|           dependencies: | ||||
|             - brick >= 0.2 && < 0.7 | ||||
|             - vty >= 5.2 && < 5.8 | ||||
|       - condition: flag(threaded) | ||||
|         ghc-options: -threaded | ||||
|       - condition: flag(old-locale) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user