Skip to content

Commit

Permalink
Merge pull request #204695 from Homebrew/hadolint-ghc910
Browse files Browse the repository at this point in the history
hadolint: update patch to support GHC 9.10
  • Loading branch information
BrewTestBot authored Jan 18, 2025
2 parents 628fca8 + feddb74 commit a313170
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/h/hadolint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Hadolint < Formula
end

depends_on "cabal-install" => :build
depends_on "ghc@9.8" => :build
depends_on "ghc@9.10" => :build

uses_from_macos "xz"

Expand Down Expand Up @@ -50,21 +50,14 @@ def install
index 8b2b6d6e..40a32226 100644
--- a/cabal.project
+++ b/cabal.project
@@ -7,5 +7,11 @@ optional-packages:
@@ -7,5 +7,5 @@ optional-packages:
source-repository-package
type: git
location: https://github.com/lorenzo/shellcheck
- tag: 07095b233a60b819df6710b7741a59bac62179e1
- --sha256: 114yfgp40klrm32al93j7fh7lzzg7scqqnf8cc953h2m22k0c48q
+ tag: 248273935cd95afeaf835c688980ac5bccca8d14
+ --sha256: 1xm38l1fcq2agiwhh2jqikzinv5ldgnfazgir83xyv8r2v6x1ray
+
+source-repository-package
+ type: git
+ location: https://github.com/phadej/spdx
+ tag: 61a9af383682ed09e6360525cfb10c72f6c16a35
+ --sha256: 1mdrr4xndgs45vsik93ar9ys1gr9yrpfi5i2aq0mbw84l9i69374
\ No newline at end of file
diff --git a/hadolint.cabal b/hadolint.cabal
index a0469934..7e6d01ab 100644
--- a/hadolint.cabal
Expand Down

0 comments on commit a313170

Please sign in to comment.