Skip to content

Commit

Permalink
WIP: PLEASE, DROP BEFORE MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Dec 21, 2021
1 parent ed99ae7 commit 064a9b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/caching.yml
Expand Up @@ -164,6 +164,9 @@ jobs:
- if: steps.compiled-deps.outputs.cache-hit != 'true'
name: Download all sources
# 2021-12-21: FIXME: Please, remove `continue-on-error: true` before merge.
# This was added because Cabal meets unsolvable constraints: https://github.com/haskell/haskell-language-server/runs/4596155381?check_suite_focus=true
continue-on-error: true
run: |
cabal $cabalBuild --only-download
Expand Down
2 changes: 1 addition & 1 deletion cabal-ghc901.project
Expand Up @@ -37,7 +37,7 @@ package *

write-ghc-environment-files: never

index-state: 2021-11-29T12:30:11Z
index-state: 2021-11-29T12:30:12Z

constraints:
-- These plugins don't work on GHC9 yet
Expand Down
2 changes: 1 addition & 1 deletion cabal-ghc921.project
Expand Up @@ -52,7 +52,7 @@ package *

write-ghc-environment-files: never

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

constraints:
-- These plugins doesn't work on GHC92 yet
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Expand Up @@ -40,7 +40,7 @@ package *

write-ghc-environment-files: never

index-state: 2021-11-29T12:30:11Z
index-state: 2021-11-29T12:30:12Z

constraints:
hyphenation +embed
Expand Down

0 comments on commit 064a9b7

Please sign in to comment.