From 4590006b65ff055c55300a6f57a4ac0ad0bd0e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Tue, 5 Nov 2024 13:53:00 +0100 Subject: [PATCH] use happy 1.20.1.1 --- scripts/ghc-alpine-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ghc-alpine-build.sh b/scripts/ghc-alpine-build.sh index 6f8247fc..e0550906 100644 --- a/scripts/ghc-alpine-build.sh +++ b/scripts/ghc-alpine-build.sh @@ -5,7 +5,7 @@ set -ex . "$HOME/.ghcup/env" cd ghc/ -cabal install happy-1.20 alex --install-method=copy +cabal install happy-1.20.1.1 alex --install-method=copy cp ~/.cabal/bin/* /usr/bin # Build GHC