From e5ca23a806d4f7ccd83130debba36c686677b351 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:35:03 +0000 Subject: [PATCH 1/3] ghc@9.12 9.12.4 Co-authored-by: Caleb Xu --- Formula/g/ghc@9.12.rb | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Formula/g/ghc@9.12.rb b/Formula/g/ghc@9.12.rb index dfa700650840..8aa2ed9b8d51 100644 --- a/Formula/g/ghc@9.12.rb +++ b/Formula/g/ghc@9.12.rb @@ -1,9 +1,10 @@ class GhcAT912 < Formula desc "Glorious Glasgow Haskell Compilation System" homepage "https://haskell.org/ghc/" - url "https://downloads.haskell.org/~ghc/9.12.3/ghc-9.12.3-src.tar.xz" - sha256 "209023906ce460e5288c9844b728a7f704868269489dc724ed097da550f6e869" + url "https://downloads.haskell.org/~ghc/9.12.4/ghc-9.12.4-src.tar.xz" + sha256 "02d1ee5080acf00e135b93b238f09015b06ff27254cde59669cf57c42c2bee43" license "BSD-3-Clause" + compatibility_version 1 livecheck do url "https://www.haskell.org/ghc/" @@ -98,14 +99,6 @@ class GhcAT912 < Formula end end - # Apply open MR fix for regression similar to Fedora - # https://discourse.haskell.org/t/critical-code-generation-bug-with-ghc-9-12-3/13505 - # https://gitlab.haskell.org/ghc/ghc/-/merge_requests/15264 - patch do - url "https://gitlab.haskell.org/ghc/ghc/-/commit/65370007e2d9f1976fbcfbb514917fb111117148.diff" - sha256 "09e9e9313134959b90c8222213e5ab8af7d6dbd10a5c25454d7b85eced281eb8" - end - def install # ENV.cc and ENV.cxx return specific compiler versions on Ubuntu, e.g. # gcc-11 and g++-11 on Ubuntu 22.04. Using such values effectively causes From e4cc8857631cb450f2fb54bb38393780c07f7047 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:49:49 +0900 Subject: [PATCH 2/3] agda: revision bump (ghc@9.12 9.12.4) --- Formula/a/agda.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/agda.rb b/Formula/a/agda.rb index e1d747a3ca27..854a12ac055e 100644 --- a/Formula/a/agda.rb +++ b/Formula/a/agda.rb @@ -4,7 +4,7 @@ class Agda < Formula # agda2hs.cabal specifies BSD-3-Clause but it installs an MIT LICENSE file. # Everything else specifies MIT license and installs corresponding file. license all_of: ["MIT", "BSD-3-Clause"] - revision 1 + revision 2 stable do url "https://github.com/agda/agda/archive/refs/tags/v2.8.0.tar.gz" From 297e53e544aea84b3750fa1403578399509fbafa Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Sun, 3 May 2026 00:44:18 +0900 Subject: [PATCH 3/3] haskell-language-server: revision bump (ghc@9.12 9.12.4) --- Formula/h/haskell-language-server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/h/haskell-language-server.rb b/Formula/h/haskell-language-server.rb index b616a8bf542b..36ca9d3bd475 100644 --- a/Formula/h/haskell-language-server.rb +++ b/Formula/h/haskell-language-server.rb @@ -4,6 +4,7 @@ class HaskellLanguageServer < Formula url "https://github.com/haskell/haskell-language-server/releases/download/2.14.0.0/haskell-language-server-2.14.0.0-src.tar.gz" sha256 "ee8e2007d3ff98bcc0d1c5409092d69c3f176b8419b85b31a4dccd22b45914f6" license "Apache-2.0" + revision 1 head "https://github.com/haskell/haskell-language-server.git", branch: "master" # we need :github_latest here because otherwise