Skip to content

Commit

Permalink
shellcheck: patch for GHC 8.8 (#50823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Feb 28, 2020
1 parent 7d341e1 commit 8a73dfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/shellcheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ class Shellcheck < Formula
depends_on "ghc" => :build
depends_on "pandoc" => :build

# GHC 8.8 compatibility. Remove with the next release.
patch do
url "https://github.com/koalaman/shellcheck/commit/2c026f1ec7c205c731ff2a0ccd85365f37245758.patch?full_index=1"
sha256 "21d76e62f16b12518a2cb30fd1450d1f68bf14e164ec0689732e5ed5b97c656f"
end

def install
install_cabal_package
system "pandoc", "-s", "-f", "markdown-smart", "-t", "man",
Expand Down

0 comments on commit 8a73dfe

Please sign in to comment.