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

Commit 0f5dedb

Browse files
committed
Disable default stack.yaml for windows
1 parent a5de1d8 commit 0f5dedb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure/windows-stack.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ jobs:
55
vmImage: windows-2019
66
strategy:
77
matrix:
8-
stack-def:
9-
YAML_FILE: stack.yaml
8+
# default stack.yaml uses ghc-8.8.2 so we can't use it for windows
9+
# TODO: Enable it when it uses ghc-8.8.3
10+
# stack-def:
11+
# YAML_FILE: stack.yaml
1012
# ghc versions 8.8.1 and 8.8.2 are not usable in windows
1113
# due to https://gitlab.haskell.org/ghc/ghc/issues/17575
1214
stack-8.6.5:

0 commit comments

Comments
 (0)