File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
- ' 9.0.2'
29
29
- ' 9.2.8'
30
30
- ' 9.4.8'
31
- - ' 9.6.5 '
32
- - ' 9.8.2 '
31
+ - ' 9.6.6 '
32
+ - ' 9.8.4 '
33
33
- ' 9.10.1'
34
34
exclude :
35
35
- os : macOS-latest
36
- ghc : 9.8.2
36
+ ghc : 9.8.4
37
37
- os : macOS-latest
38
- ghc : 9.6.5
38
+ ghc : 9.6.6
39
39
- os : macOS-latest
40
40
ghc : 9.4.8
41
41
- os : macOS-latest
54
54
ghc : 8.2.2
55
55
56
56
- os : windows-latest
57
- ghc : 9.8.2
57
+ ghc : 9.8.4
58
58
- os : windows-latest
59
- ghc : 9.6.5
59
+ ghc : 9.6.6
60
60
- os : windows-latest
61
61
ghc : 9.4.8
62
62
- os : windows-latest
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ tested-with: GHC == 8.2.2
41
41
GHC == 9.0.2
42
42
GHC == 9.2.8
43
43
GHC == 9.4.8
44
- GHC == 9.6.5
45
- GHC == 9.8.2
44
+ GHC == 9.6.6
45
+ GHC == 9.8.4
46
46
GHC == 9.10.1
47
47
48
48
source-repository head
@@ -107,5 +107,5 @@ test-suite doctest
107
107
type : exitcode-stdio-1.0
108
108
hs-source-dirs : test
109
109
main-is : Doctests.hs
110
- build-depends : doctest >= 0.16.0 && < 0.23
110
+ build-depends : doctest >= 0.16.0 && < 0.24
111
111
, Glob ^>= 0.10.0
You can’t perform that action at this time.
0 commit comments