Skip to content

Commit 064a9b7

Browse files
committed
WIP: PLEASE, DROP BEFORE MERGE
1 parent ed99ae7 commit 064a9b7

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/caching.yml

+3
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ jobs:
164164
165165
- if: steps.compiled-deps.outputs.cache-hit != 'true'
166166
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
167170
run: |
168171
cabal $cabalBuild --only-download
169172

cabal-ghc901.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ package *
3737

3838
write-ghc-environment-files: never
3939

40-
index-state: 2021-11-29T12:30:11Z
40+
index-state: 2021-11-29T12:30:12Z
4141

4242
constraints:
4343
-- These plugins don't work on GHC9 yet

cabal-ghc921.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ package *
5252

5353
write-ghc-environment-files: never
5454

55-
index-state: 2021-12-18T00:00:03Z
55+
index-state: 2021-12-18T00:00:04Z
5656

5757
constraints:
5858
-- These plugins doesn't work on GHC92 yet

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ package *
4040

4141
write-ghc-environment-files: never
4242

43-
index-state: 2021-11-29T12:30:11Z
43+
index-state: 2021-11-29T12:30:12Z
4444

4545
constraints:
4646
hyphenation +embed

0 commit comments

Comments
 (0)