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

Commit e81f937

Browse files
committed
Use $CABAL_VERSION env var
1 parent db3b78b commit e81f937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/windows-stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
displayName: "Install Runtime Test-Dependencies: hoogle database"
105105
- bash: |
106106
source .azure/windows-stack.bashrc
107-
choco install -y cabal --version 3.0.0.0
107+
choco install -y cabal --version $CABAL_VERSION
108108
/C/ProgramData/chocolatey/bin/RefreshEnv.cmd
109109
displayName: "Install Runtime Test-Dependencies: cabal"
110110
- bash: |

0 commit comments

Comments
 (0)