From 7960bfc1a2cb96e6374b06292b541595ee386b6c Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sun, 5 Jan 2025 19:59:59 -0500 Subject: [PATCH] hledger: build with `ghc@9.10` --- Formula/h/hledger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/hledger.rb b/Formula/h/hledger.rb index 7724527b400aa5..397b9d83a13734 100644 --- a/Formula/h/hledger.rb +++ b/Formula/h/hledger.rb @@ -23,7 +23,7 @@ class Hledger < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "7e06fa5f1bde15cf47f2671f6b5012731476dee82e05d79aa09ec383c44b3a95" end - depends_on "ghc@9.8" => :build + depends_on "ghc@9.10" => :build depends_on "haskell-stack" => :build uses_from_macos "ncurses"