hopenpgp-tools 0.21.1
depend on ghc at build time instead of ghc@8.2 Closes #28501. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
8ce8e574a0
commit
4d2ead5faa
1 changed files with 4 additions and 6 deletions
|
@ -5,8 +5,8 @@ class HopenpgpTools < Formula
|
|||
|
||||
desc "Command-line tools for OpenPGP-related operations"
|
||||
homepage "https://hackage.haskell.org/package/hopenpgp-tools"
|
||||
url "https://hackage.haskell.org/package/hopenpgp-tools/hopenpgp-tools-0.21.tar.gz"
|
||||
sha256 "c352c11d9a68aaec5d22cfcabcd3dec28bfb627c11410be051ecf191ed23484f"
|
||||
url "https://hackage.haskell.org/package/hopenpgp-tools-0.21.1/hopenpgp-tools-0.21.1.tar.gz"
|
||||
sha256 "8a17a224c21115134c02844e12fa1e6c5eb5070d761fcf32d48415138b8dc77f"
|
||||
head "https://anonscm.debian.org/git/users/clint/hopenpgp-tools.git"
|
||||
|
||||
bottle do
|
||||
|
@ -16,8 +16,8 @@ class HopenpgpTools < Formula
|
|||
sha256 "4b8a7ef4ce9eba7f16b1db856d6c5e3c51b386701243bf454e049efa5cb093b1" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "ghc@8.2" => :build
|
||||
depends_on "cabal-install" => :build
|
||||
depends_on "ghc" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "nettle"
|
||||
|
||||
|
@ -27,9 +27,7 @@ class HopenpgpTools < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
# Reported 7 Oct 2017 "Old versions of graphviz have no constraint on fgl"
|
||||
# See https://github.com/haskell-infra/hackage-trustees/issues/114
|
||||
install_cabal_package "--constraint", "graphviz >= 2999.17.0.0", :using => ["alex", "happy"]
|
||||
install_cabal_package :using => ["alex", "happy"]
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue