Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 50cd248

Browse files
committed
Refresh cache win-cabal-installhs
1 parent c209d85 commit 50cd248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/windows-installhs-cabal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- task: Cache@2
1313
inputs:
14-
key: '"cabal-installhs" | "$(Agent.OS)" | "$(CABAL_VERSION)" | "$(GHC_VERSION)" | $(Build.SourcesDirectory)/cabal.project | $(Build.SourcesDirectory)/haskell-ide-engine.cabal | $(Build.SourcesDirectory)/hie-plugin-api/hie-plugin-api.cabal'
14+
key: '"cabal-installhs-v2" | "$(Agent.OS)" | "$(CABAL_VERSION)" | "$(GHC_VERSION)" | $(Build.SourcesDirectory)/cabal.project | $(Build.SourcesDirectory)/haskell-ide-engine.cabal | $(Build.SourcesDirectory)/hie-plugin-api/hie-plugin-api.cabal'
1515
path: .azure-cache
1616
cacheHitVar: CACHE_RESTORED
1717
displayName: "Download cache"

0 commit comments

Comments
 (0)