File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 46
46
strategy :
47
47
fail-fast : false
48
48
matrix :
49
- ghc : ['8.10.7']
49
+ ghc : ['8.10.7', '9.2.3' ]
50
50
os : [ubuntu-latest]
51
51
52
52
# This code is fitted to the strategy: assumes Linux is used ... etc,
@@ -103,7 +103,7 @@ jobs:
103
103
strategy :
104
104
fail-fast : false
105
105
matrix :
106
- ghc : ['8.10.7']
106
+ ghc : ['8.10.7', '9.2.3' ]
107
107
os : [ubuntu-latest]
108
108
cabal : ['3.6']
109
109
example : ['cabal', 'lsp-types']
Original file line number Diff line number Diff line change @@ -14,34 +14,34 @@ examples:
14
14
# Medium-sized project without TH
15
15
- name : cabal
16
16
package : Cabal
17
- version : 3.0.0 .0
17
+ version : 3.6.3 .0
18
18
modules :
19
- - Distribution/Simple.hs
20
- - Distribution/Types/Module.hs
19
+ - src/ Distribution/Simple.hs
20
+ - src/ Distribution/Types/Module.hs
21
21
extra-args : [] # extra ghcide command line args
22
22
- name : cabal-1module
23
23
package : Cabal
24
- version : 3.0.0 .0
24
+ version : 3.6.3 .0
25
25
modules :
26
- - Distribution/Simple.hs
26
+ - src/ Distribution/Simple.hs
27
27
- name : cabal-conservative
28
28
package : Cabal
29
- version : 3.0.0 .0
29
+ version : 3.6.3 .0
30
30
modules :
31
- - Distribution/Simple.hs
32
- - Distribution/Types/Module.hs
31
+ - src/ Distribution/Simple.hs
32
+ - src/ Distribution/Types/Module.hs
33
33
extra-args : # extra ghcide command line args
34
34
- --conservative-change-tracking
35
35
# Small-sized project with TH
36
36
- name : lsp-types
37
37
package : lsp-types
38
- version : 1.0 .0.1
38
+ version : 1.5 .0.0
39
39
modules :
40
40
- src/Language/LSP/VFS.hs
41
41
- src/Language/LSP/Types/Lens.hs
42
42
- name : lsp-types-conservative
43
43
package : lsp-types
44
- version : 1.0 .0.1
44
+ version : 1.5 .0.0
45
45
modules :
46
46
- src/Language/LSP/VFS.hs
47
47
- src/Language/LSP/Types/Lens.hs
You can’t perform that action at this time.
0 commit comments