Skip to content

Commit

Permalink
Upgrade to haskell-lsp 0.20 (digital-asset#4397)
Browse files Browse the repository at this point in the history
* Upgrade to haskell-lsp 0.20

This includes another ghcide bump but the only change there is the
haskell-lsp ugprade. haskell-lsp 0.20 includes some performance
improvements.

changelog_begin
changelog_end

* Bump parser-combinators
  • Loading branch information
cocreature authored Feb 5, 2020
1 parent bd127d6 commit 959da4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bazel-haskell-deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ load("@os_info//:os_info.bzl", "is_windows")
load("@dadew//:dadew.bzl", "dadew_tool_home")
load("@rules_haskell//haskell:cabal.bzl", "stack_snapshot")

GHCIDE_REV = "368cff7af5110f5cee4fa8a4648ac1e9893760de"
GHCIDE_SHA256 = "4be34f38143cf9b1cccfcd335505c443901d4e00ab11960d96100d0cff77aa62"
GHCIDE_REV = "e59d3e2c778b07fde3a916046cfa2662ea6107ad"
GHCIDE_SHA256 = "68b0386522c35db2a27bb1b4bf689508040bd6d6c3ff2569d6a6072e4c15acef"
GHCIDE_VERSION = "0.1.0"

def daml_haskell_deps():
Expand Down
7 changes: 4 additions & 3 deletions stack-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ packages:
- grpc-haskell-0.0.1.0
- grpc-haskell-core-0.0.0.0
- fuzzy-0.1.0.0
- haskell-lsp-0.19.0.0
- haskell-lsp-0.20.0.0
- haddock-library-1.8.0
- haskell-lsp-types-0.19.0.0
- haskell-lsp-types-0.20.0.0
- hie-bios-0.4.0
- hpp-0.6.1
- lsp-test-0.9.0.0
- lsp-test-0.10.1.0
- parser-combinators-1.2.1
- proto3-suite-0.4.0.0
- proto3-wire-1.1.0
- regex-base-0.94.0.0
Expand Down

0 comments on commit 959da4c

Please sign in to comment.