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 994a3ae commit 472f0bdCopy full SHA for 472f0bd
.github/workflows/ci.dhall
@@ -22,6 +22,7 @@ in haskellCi.generalCi
22
, ghc =
23
[ haskellCi.GHC.GHC963
24
, haskellCi.GHC.GHC947
25
+ , haskellCi.GHC.GHC928
26
, haskellCi.GHC.GHC902
27
, haskellCi.GHC.GHC8107
28
]
.github/workflows/ci.dhall.frozen
@@ -23,6 +23,7 @@ in haskellCi.generalCi
29
.github/workflows/ci.yaml
@@ -54,6 +54,7 @@ jobs:
54
ghc:
55
- '9.6.3'
56
- '9.4.7'
57
+ - '9.2.8'
58
- '9.0.2'
59
- '8.10.7'
60
os:
0 commit comments