stack, ci: the real fix for failing ghc 8.2 & CI
This commit is contained in:
		
							parent
							
								
									53759dccc1
								
							
						
					
					
						commit
						eeb178f86a
					
				
							
								
								
									
										4
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							| @ -77,9 +77,9 @@ jobs: | |||||||
|       uses: actions/cache@v2 |       uses: actions/cache@v2 | ||||||
|       with: |       with: | ||||||
|         path: ~/.stack |         path: ~/.stack | ||||||
|         key: ${{ runner.os }}-stack-global-${{ matrix.plan.ghc }}-2-${{ hashFiles('**.yaml') }} |         key: ${{ runner.os }}-stack-global-${{ matrix.plan.ghc }}-${{ hashFiles('**.yaml') }} | ||||||
|         restore-keys: | |         restore-keys: | | ||||||
|              ${{ runner.os }}-stack-global-${{ matrix.plan.ghc }}-2 |              ${{ runner.os }}-stack-global-${{ matrix.plan.ghc }} | ||||||
| 
 | 
 | ||||||
|     - name: Cache stack-installed programs in ~/.local/bin |     - name: Cache stack-installed programs in ~/.local/bin | ||||||
|       id:   stack-programs |       id:   stack-programs | ||||||
|  | |||||||
| @ -36,7 +36,6 @@ extra-deps: | |||||||
| - fsnotify-0.3.0.1 | - fsnotify-0.3.0.1 | ||||||
| - tasty-1.2.3 | - tasty-1.2.3 | ||||||
| - tasty-hunit-0.10.0.2 | - tasty-hunit-0.10.0.2 | ||||||
| - ansi-terminal-0.10.2 |  | ||||||
| - wcwidth-0.0.2 | - wcwidth-0.0.2 | ||||||
| - ansi-wl-pprint-0.6.9 | - ansi-wl-pprint-0.6.9 | ||||||
| - wai-handler-launch-3.0.3.1 | - wai-handler-launch-3.0.3.1 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user