mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 16:54:01 +00:00 
			
		
		
		
	Merge b8dd3ecee281408ca776c1e1af7239e656309325 into 638ed79f9dc94c1de1baef91bcab5edaa19451f4
This commit is contained in:
		
						commit
						73717d91a2
					
				| @ -244,15 +244,15 @@ steps: | ||||
| 
 | ||||
| ## Haskell - Cabal | ||||
| 
 | ||||
| We cache the elements of the Cabal store separately, as the entirety of `~/.cabal` can grow very large for projects with many dependencies. | ||||
| We cache the elements of the Cabal store. | ||||
| 
 | ||||
| ```yaml | ||||
| - name: Cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle | ||||
|   uses: actions/cache@v4 | ||||
|   with: | ||||
|     path: | | ||||
|       ~/.cabal/packages | ||||
|       ~/.cabal/store | ||||
|       ~/.cache/cabal/packages | ||||
|       ~/.local/state/cabal | ||||
|       dist-newstyle | ||||
|     key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }} | ||||
|     restore-keys: ${{ runner.os }}-${{ matrix.ghc }}- | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user