Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskell-language-server 2.5.0.0 #156170

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Formula/h/haskell-language-server.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class HaskellLanguageServer < Formula
desc "Integration point for ghcide and haskell-ide-engine. One IDE to rule them all"
homepage "https://github.com/haskell/haskell-language-server"
url "https://github.com/haskell/haskell-language-server/archive/refs/tags/2.4.0.0.tar.gz"
sha256 "67bbfae1275aabbfdb26869bc6df91feb58e03427cb76df89f74b864dbb5d57b"
url "https://github.com/haskell/haskell-language-server/archive/refs/tags/2.5.0.0.tar.gz"
sha256 "56921c89f89a9e61078ed6b2b383d4cccfb3de5582f864f9e331b7310ce76f78"
license "Apache-2.0"
revision 2
head "https://github.com/haskell/haskell-language-server.git", branch: "master"

# we need :github_latest here because otherwise
Expand All @@ -25,7 +24,7 @@ class HaskellLanguageServer < Formula
end

depends_on "cabal-install" => [:build, :test]
# ghc 9.8 support issue, https://github.com/haskell/haskell-language-server/issues/3861
depends_on "ghc" => [:build, :test]
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
Expand Down
Loading