Skip to content

Commit fb91944

Browse files
authored
Enable ghc-8.10.2 for windows
As chocolatey applies the workaround: https://gitlab.haskell.org/ghc/ghc/-/issues/18550#note_309996
1 parent d79feb5 commit fb91944

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
ghc: ['8.10.2', '8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
1111
os: [ubuntu-latest, macOS-latest, windows-latest]
1212
exclude:
13-
- os: windows-latest
14-
ghc: '8.10.2' # broken due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
1513
- os: windows-latest
1614
ghc: '8.8.4' # also fails due to segfault :(
1715
- os: windows-latest

0 commit comments

Comments
 (0)