File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,9 @@ jobs:
164
164
165
165
- if : steps.compiled-deps.outputs.cache-hit != 'true'
166
166
name : Download all sources
167
+ # 2021-12-21: FIXME: Please, remove `continue-on-error: true` before merge.
168
+ # This was added because Cabal meets unsolvable constraints: https://github.com/haskell/haskell-language-server/runs/4596155381?check_suite_focus=true
169
+ continue-on-error : true
167
170
run : |
168
171
cabal $cabalBuild --only-download
169
172
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ package *
37
37
38
38
write-ghc-environment-files: never
39
39
40
- index-state: 2021-11-29T12:30:11Z
40
+ index-state: 2021-11-29T12:30:12Z
41
41
42
42
constraints:
43
43
-- These plugins don't work on GHC9 yet
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ package *
52
52
53
53
write-ghc-environment-files: never
54
54
55
- index-state: 2021-12-18T00:00:03Z
55
+ index-state: 2021-12-18T00:00:04Z
56
56
57
57
constraints:
58
58
-- These plugins doesn't work on GHC92 yet
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ package *
40
40
41
41
write-ghc-environment-files : never
42
42
43
- index-state : 2021-11-29T12:30 :11Z
43
+ index-state : 2021-11-29T12:30 :12Z
44
44
45
45
constraints :
46
46
hyphenation +embed
You can’t perform that action at this time.
0 commit comments