File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 32
32
strategy :
33
33
matrix :
34
34
include :
35
+ # Added manually - no 9.4 in haskell-ci yet
36
+ - compiler : ghc-9.4.2
37
+ compilerKind : ghc
38
+ compilerVersion : 9.4.2
39
+ setup-method : ghcup
40
+ allow-failure : true
35
41
- compiler : ghc-9.2.2
36
42
compilerKind : ghc
37
43
compilerVersion : 9.2.2
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ tested-with:
19
19
|| == 8.10.7
20
20
|| == 9.0.2
21
21
|| == 9.2.2
22
+ || == 9.4.2
22
23
23
24
library
24
25
ghc-options : -Wall
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tested-with:
34
34
|| == 8.10.7
35
35
|| == 9.0.2
36
36
|| == 9.2.2
37
+ || == 9.4.2
37
38
38
39
extra-source-files :
39
40
README.md
@@ -54,7 +55,7 @@ source-repository head
54
55
55
56
custom-setup
56
57
setup-depends :
57
- base >= 4.9 && < 4.17 ,
58
+ base >= 4.9 && < 4.18 ,
58
59
Cabal >= 1.24 && < 3.7 ,
59
60
cabal-doctest >= 1.0.6 && < 1.1
60
61
@@ -74,14 +75,14 @@ library
74
75
Servant.OpenApi.Internal.TypeLevel.Every
75
76
Servant.OpenApi.Internal.TypeLevel.TMap
76
77
hs-source-dirs : src
77
- build-depends : aeson >= 1.4.2.0 && < 1.6 || >= 2.0.1.0 && < 2.1
78
+ build-depends : aeson >= 1.4.2.0 && < 1.6 || >= 2.0.1.0 && < 2.2
78
79
, aeson-pretty >= 0.8.7 && < 0.9
79
- , base >= 4.9.1.0 && < 4.17
80
+ , base >= 4.9.1.0 && < 4.18
80
81
, base-compat >= 0.10.5 && < 0.13
81
82
, bytestring >= 0.10.8.1 && < 0.12
82
83
, http-media >= 0.7.1.3 && < 0.9
83
84
, insert-ordered-containers >= 0.2.1.0 && < 0.3
84
- , lens >= 4.17 && < 5.2
85
+ , lens >= 4.17 && < 5.3
85
86
, servant >= 0.17 && < 0.20
86
87
, singleton-bool >= 0.1.4 && < 0.2
87
88
, openapi3 >= 3.0.0 && < 3.3
You can’t perform that action at this time.
0 commit comments