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

Commit 7aa384d

Browse files
committed
Not use ghc-8.8.1 for windows in azure ci
1 parent 52ca3a5 commit 7aa384d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.azure/windows-stack.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ jobs:
55
vmImage: windows-2019
66
strategy:
77
matrix:
8-
stack-def:
9-
YAML_FILE: stack.yaml
10-
stack-8.8.1:
11-
YAML_FILE: stack-8.8.1.yaml
8+
# We can't use stack.yaml while it uses ghc-8.8.1
9+
# stack-def:
10+
# YAML_FILE: stack.yaml
1211
stack-8.6.5:
1312
YAML_FILE: stack-8.6.5.yaml
1413
stack-8.6.4:

0 commit comments

Comments
 (0)