Skip to content

Commit 7b374d9

Browse files
authored
Merge pull request #206716 from Homebrew/bump-hlint-3.10
hlint 3.10
2 parents ceb88fb + d68aaf9 commit 7b374d9

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,7 @@ hive
13821382
hivemind
13831383
hivex
13841384
hledger
1385+
hlint
13851386
hof
13861387
homebank
13871388
hopenpgp-tools

Formula/h/hlint.rb

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
class Hlint < Formula
22
desc "Haskell source code suggestions"
33
homepage "https://github.com/ndmitchell/hlint"
4-
url "https://hackage.haskell.org/package/hlint-3.8/hlint-3.8.tar.gz"
5-
sha256 "a8f236b62be7f28ff2900745a227a29c50b68c9f33c849c678b5c564519bbd74"
4+
url "https://hackage.haskell.org/package/hlint-3.10/hlint-3.10.tar.gz"
5+
sha256 "d99672337c06b455884ac14418d562701143141d0d7e46af476817c2ae3efe37"
66
license "BSD-3-Clause"
77
head "https://github.com/ndmitchell/hlint.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a79fe9800a476c55ea668a9594da108f23635df72bb426d6d3976da27e14ec8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "93280e9808e8d43e4d01945354fb77440c661f0b3d92e6686ddc9899212c9799"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "616ff80e2cbaf17bfae3a60fed8ac681f876afa4002f284ac73009763e87aa3c"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "6c5a25193ca8218a016a076089372b90c1486c6eeb2277703e5a07c837482c24"
14-
sha256 cellar: :any_skip_relocation, sonoma: "ae5cb9e9f135e44bd99b3f244c2e923c7cff19f7eb5dd91216190f113d1761b2"
15-
sha256 cellar: :any_skip_relocation, ventura: "4750816681363312e4dbe546ecac8e3c0e73e5d1aa7e9fbe8c32000de864568a"
16-
sha256 cellar: :any_skip_relocation, monterey: "a1b46d1026989148f27bc966e2b44b7105101dd79b7632b2ffa008e8732be3eb"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "79daab64b66211cd019e0e6ae9b8a3dacfb4d13831697337f0647837b1b2723e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9f3a91f79fe82520ad8dfabefbce65bb2ea46b6204b4502f273e77c25ad6506"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5145bf4f71231257b00c87da12917717656ef7ce2cc3b0ab34ab0eda2b27c34"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca888410bda893835a17d6b612b1d81c6b27c3b7d48a8f3c235b8300bde6211c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1fabac4ad28935c5b1f84a5e2ca98e3e5d10ad97bd3ef4ec43df68e13be4236a"
14+
sha256 cellar: :any_skip_relocation, ventura: "25bddf78c27dcd1c33697450946158fa12af8f8a487c38b906490878e4f8c3a7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2217e05a4e5a0fc44c950f63111bcbd4bd48d2148fa95ec8820a7f50f9a5ea6e"
1816
end
1917

2018
depends_on "cabal-install" => :build
21-
depends_on "ghc@9.8" => :build # TODO: switch to [email protected] (or newer if supported) in next release
19+
depends_on "ghc" => :build
2220

2321
uses_from_macos "ncurses"
2422

2523
def install
26-
# GHC 9.10 support: https://github.com/ndmitchell/hlint/commit/7aafde56f6bc526aedb95fb282d8fd2b4ea290cc
27-
# GHC 9.12 support: https://github.com/ndmitchell/hlint/pull/1629
28-
odie "Update GHC build dependency!" if build.stable? && version > "3.8"
29-
3024
system "cabal", "v2-update"
3125
system "cabal", "v2-install", *std_cabal_v2_args
3226
man1.install "data/hlint.1"

0 commit comments

Comments
 (0)