Skip to content

Commit 746c28d

Browse files
committed
haskell-language-server 2.8.0.0
autobump: add haskell-language-server Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent e0fad0c commit 746c28d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ halide
959959
hapi-fhir-cli
960960
haproxy
961961
harfbuzz
962+
haskell-language-server
962963
haskell-stack
963964
hasura-cli
964965
hatari

Formula/h/haskell-language-server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class HaskellLanguageServer < Formula
22
desc "Integration point for ghcide and haskell-ide-engine. One IDE to rule them all"
33
homepage "https://github.com/haskell/haskell-language-server"
4-
url "https://github.com/haskell/haskell-language-server/archive/refs/tags/2.7.0.0.tar.gz"
5-
sha256 "f84394954ed29ff5f99a3710e4581809d0a0641ba726a41bf031e7bc7e9d3455"
4+
url "https://github.com/haskell/haskell-language-server/archive/refs/tags/2.8.0.0.tar.gz"
5+
sha256 "af6c76d21d577c2712ed7106d8ba00ec734c9285de58293f78e1cc1cc203d154"
66
license "Apache-2.0"
77
head "https://github.com/haskell/haskell-language-server.git", branch: "master"
88

0 commit comments

Comments
 (0)