We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63da6b commit 46fecccCopy full SHA for 46feccc
.github/workflows/test.yml
@@ -13,9 +13,9 @@ jobs:
13
- os: ubuntu-latest
14
ghc: '8.10.2.2' # only valid for windows and chocolatey
15
- os: macOS-latest
16
- ghc: '8.10.2.2' # only valid for windows and chocolatey:
+ ghc: '8.10.2.2' # only valid for windows and chocolatey
17
- os: windows-latest
18
- ghc: '8.10.2' # unusable due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
+ ghc: '8.10.2' # broken due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550
19
20
ghc: '8.8.4' # also fails due to segfault :(
21
0 commit comments