Skip to content

Commit

Permalink
haskell-language-server 2.6.0.0
Browse files Browse the repository at this point in the history
haskell-language-server: support ghc9.8

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jan 17, 2024
1 parent 11422a2 commit 38d3d03
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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.6.0.0.tar.gz"
sha256 "b23a165121553b59dde8f7e8f9ce24b8eee39d6b6ed5fae20d0882ec16f9da44"
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,8 +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@9.2" => [:build, :test]
depends_on "ghc" => [:build, :test]
depends_on "ghc@9.4" => [:build, :test]
depends_on "ghc@9.6" => [:build, :test]

Expand Down

0 comments on commit 38d3d03

Please sign in to comment.