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.
ghc-9.12.2
1 parent 3c005eb commit 115a81bCopy full SHA for 115a81b
.github/workflows/haskell.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.4", "9.8.2", "9.10.1", "9.12.1"]
+ ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.4", "9.8.2", "9.10.1", "9.12.2"]
25
cabal: ["3.10.2.1"]
26
os: [ubuntu-latest, windows-latest, macOS-latest]
27
cabal-flags: [""]
0 commit comments