Skip to content

Commit cb3cb95

Browse files
committed
Mark haskell-stack, podman-apple-silicon, qemu-hvf as deprecated
1 parent 0d7a5e8 commit cb3cb95

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Formula/haskell-stack.rb

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ class HaskellStack < Formula
5757
end
5858
end
5959

60+
deprecate! date: "2024-10-29", because: "is no longer needed due to official upstream support for Apple Silicon"
61+
6062
depends_on "cabal-install" => :build
6163
depends_on "ghc" => :build
6264
# GHC 8.10.7 user manual recommend use LLVM 9 through 12

Formula/podman-apple-silicon.rb

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class PodmanAppleSilicon < Formula
2727
sha256 cellar: :any_skip_relocation, arm64_big_sur: "bf3c16fef936aeda5e0dc3c0c5aecaa2243624c8244eacc6dd91e454c136fa15"
2828
end
2929

30+
deprecate! date: "2024-10-29", because: "is no longer needed due to official upstream support for Apple Silicon"
31+
3032
depends_on "go" => :build
3133
depends_on "go-md2man" => :build
3234
depends_on "qemu" if Hardware::CPU.intel?

Formula/qemu-hvf.rb

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class QemuHvf < Formula
1010
sha256 arm64_big_sur: "499d85a59966e366543ddc4d8a2cb38c11785b07632d2bb959c26ea1d9a6a1d1"
1111
end
1212

13+
deprecate! date: "2024-10-29", because: "is no longer needed due to official upstream support for Apple Silicon"
14+
1315
depends_on "libtool" => :build
1416
depends_on "meson" => :build
1517
depends_on "ninja" => :build

0 commit comments

Comments
 (0)