Skip to content

Commit

Permalink
Merge pull request Homebrew#203234 from Homebrew/ghcup-ghc910
Browse files Browse the repository at this point in the history
ghcup: build with GHC 9.10
  • Loading branch information
chenrui333 authored Jan 5, 2025
2 parents d468013 + f41c049 commit 5269812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/g/ghcup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5269812

Please sign in to comment.