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:
parent
228ff54cf3
commit
5a8e5c85bc
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue