From f41c049278ef4e336a1434f674afd008993bcf27 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sat, 4 Jan 2025 20:04:41 -0500 Subject: [PATCH] ghcup: build with GHC 9.10 --- Formula/g/ghcup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g/ghcup.rb b/Formula/g/ghcup.rb index 7e50ec60a9f66..683d573a6a682 100644 --- a/Formula/g/ghcup.rb +++ b/Formula/g/ghcup.rb @@ -22,7 +22,7 @@ class Ghcup < Formula end depends_on "cabal-install" => :build - depends_on "ghc@9.4" => :build # ghc 9.6 support issue, https://github.com/haskell/ghcup-hs/issues/979 + depends_on "ghc" => :build uses_from_macos "bzip2" uses_from_macos "ncurses"