forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade haskell-lsp and lsp-test (digital-asset#2474)
* Upgrade haskell-lsp and lsp-test There have been some fixes upstream that should hopefully mean that we no longer need to mark the lsp-tests as flaky on Windows. I am having trouble reproducing the flakiness locally, so let’s see what happens on CI. * Also bump stack.yaml
- Loading branch information
1 parent
3c03d8c
commit d388c56
Showing
5 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/lsp-test.cabal b/lsp-test.cabal | ||
index 1c8350a..4d96585 100644 | ||
--- a/lsp-test.cabal | ||
+++ b/lsp-test.cabal | ||
@@ -37,6 +37,7 @@ library | ||
default-language: Haskell2010 | ||
build-depends: base >= 4.10 && < 5 | ||
, haskell-lsp == 0.15.* | ||
+ , haskell-lsp-types | ||
, aeson | ||
, aeson-pretty | ||
, ansi-terminal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters