hopenpgp-tools: constrain happy < 1.19.6

to fix the build

Closes #19120.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2017-10-06 11:10:08 -07:00
parent 228ff54cf3
commit 5a8e5c85bc

View file

@ -26,6 +26,9 @@ class HopenpgpTools < Formula
end
def install
# Reported 7 Oct 2017 to clint AT debian DOT org
(buildpath/"cabal.config").write("constraints: happy<1.19.6\n")
install_cabal_package :using => ["alex", "happy"]
end