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

Commit 49c76b9

Browse files
committed
Don't use ghc-8.8.3 for windows cabal
1 parent b580f7b commit 49c76b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/windows-cabal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
matrix:
88
# ghc versions 8.8.1 and 8.8.2 are not usable in windows
99
# due to https://gitlab.haskell.org/ghc/ghc/issues/17575
10-
ghc-8.8.3:
11-
GHC_VERSION: "8.8.3"
10+
# ghc-8.8.3 throws segfaults in ci envs so we can't use it neither
11+
# due to https://gitlab.haskell.org/ghc/ghc/issues/17926
1212
ghc-8.6.5:
1313
GHC_VERSION: "8.6.5"
1414
ghc-8.4.4:

0 commit comments

Comments
 (0)