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

Commit 56ffc31

Browse files
committed
Use default CABAL_DIR
1 parent 44885e8 commit 56ffc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/windows-installhs-cabal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
variables:
77
GHC_VERSION: "8.6.5"
88
CABAL_VERSION: "3.0.0.0"
9-
CABAL_DIR: "D:\\cabal"
9+
CABAL_DIR: "" # To use the default one (cabal-hie-install latest fails with a custom one)
1010
CABAL_STORE_DIR: "D:\\sd"
1111
PROJECT_FILE: "./install/shake.project"
1212
steps:
1313
- task: Cache@2
1414
inputs:
15-
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'
15+
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'
1616
path: .azure-cache
1717
cacheHitVar: CACHE_RESTORED
1818
displayName: "Download cache"

0 commit comments

Comments
 (0)