From 3efbcce97156735de4e7e29a9a0ea21c636cfd45 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 16 Jul 2023 13:33:00 -0400 Subject: [PATCH] dhall-json 1.7.12 --- Formula/dhall-json.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dhall-json.rb b/Formula/dhall-json.rb index 0845684ea6fc5..9f651c50e2f48 100644 --- a/Formula/dhall-json.rb +++ b/Formula/dhall-json.rb @@ -3,8 +3,8 @@ class DhallJson < Formula homepage "https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json" # TODO: Switch `ghc@9.2` to `ghc` once cborg has a new release that supports # ghc-prim 0.9.0. PR ref: https://github.com/well-typed/cborg/pull/304 - url "https://hackage.haskell.org/package/dhall-json-1.7.11/dhall-json-1.7.11.tar.gz" - sha256 "26c2acf33bfc597f4d2ac333a431180c9929d7a9b4ef7cf70c4bd45eba65ef28" + url "https://hackage.haskell.org/package/dhall-json-1.7.12/dhall-json-1.7.12.tar.gz" + sha256 "ca48cd434380cbd979dbb12889f90da8fdc1ea90bc266cab14f061c60e19d5fa" license "BSD-3-Clause" head "https://github.com/dhall-lang/dhall-haskell.git", branch: "master"