From 066d2adbdf9b28e5d149e692a4480d465218522f Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 10 Jan 2025 13:53:32 -0500 Subject: [PATCH] allureofthestars: use `ghc@9.10` --- Formula/a/allureofthestars.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/allureofthestars.rb b/Formula/a/allureofthestars.rb index 0c22e8721dea1..9f2d13770893e 100644 --- a/Formula/a/allureofthestars.rb +++ b/Formula/a/allureofthestars.rb @@ -19,7 +19,7 @@ class Allureofthestars < Formula end depends_on "cabal-install" => :build - depends_on "ghc" => :build + depends_on "ghc@9.10" => :build depends_on "pkgconf" => :build depends_on "sdl2" depends_on "sdl2_ttf"