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 307d284 commit f16e6b4Copy full SHA for f16e6b4
.github/workflows/haskell-ci.yml
@@ -33,9 +33,9 @@ jobs:
33
matrix:
34
include:
35
# Added manually - no 9.4 in haskell-ci yet
36
- - compiler: ghc-9.4.2
+ - compiler: ghc-9.4.3
37
compilerKind: ghc
38
- compilerVersion: 9.4.2
+ compilerVersion: 9.4.3
39
setup-method: ghcup
40
allow-failure: true
41
- compiler: ghc-9.2.2
example/example.cabal
@@ -19,7 +19,7 @@ tested-with:
19
|| ==8.10.7
20
|| ==9.0.2
21
|| ==9.2.2
22
- || ==9.4.2
+ || ==9.4.3
23
24
library
25
ghc-options: -Wall
servant-openapi3.cabal
@@ -34,7 +34,7 @@ tested-with:
extra-source-files:
README.md
0 commit comments