pandoc-crossref 0.3.0.3

Closes #25479.

Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
commitay 2018-03-19 13:47:35 +10:00
parent ec4e0fd6f1
commit b5540bfdb6

View file

@ -5,8 +5,8 @@ class PandocCrossref < Formula
desc "Pandoc filter for numbering and cross-referencing"
homepage "https://github.com/lierdakil/pandoc-crossref"
url "https://hackage.haskell.org/package/pandoc-crossref-0.3.0.2/pandoc-crossref-0.3.0.2.tar.gz"
sha256 "400c48975db991efd695c0db90030ff19275d62bfdb6fb64e1cf9855ef50fdc5"
url "https://hackage.haskell.org/package/pandoc-crossref-0.3.0.3/pandoc-crossref-0.3.0.3.tar.gz"
sha256 "2c2f35497d7df37b8625a93e70982c4d68fcf5a92360809fb546cac2cdd144f0"
bottle do
cellar :any_skip_relocation
@ -22,11 +22,7 @@ class PandocCrossref < Formula
def install
args = []
args << "--constraint=cryptonite -support_aesni" if MacOS.version <= :lion
# Remove pandoc-types constraint for pandoc > 2.1.2
# Upstream issue from 13 Mar 2018 "Pandoc 2.1.2 failed building with GHC 8.2.2"
# See https://github.com/jgm/pandoc/issues/4448
install_cabal_package "--constraint", "pandoc-types < 1.17.4", *args
install_cabal_package *args
end
test do