scripts: ghc version update (#4010)

This commit is contained in:
Stanislav Dmitrenko
2024-04-14 16:42:04 +01:00
committed by GitHub
parent 76a33a3743
commit 35b7f2cb1c
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function readlink() {
OS=linux
ARCH=${1:-`uname -a | rev | cut -d' ' -f2 | rev`}
GHC_VERSION=9.6.3
GHC_VERSION=9.6.4
if [ "$ARCH" == "aarch64" ]; then
COMPOSE_ARCH=arm64
+1 -1
View File
@@ -5,7 +5,7 @@ set -e
OS=mac
ARCH="${1:-`uname -a | rev | cut -d' ' -f1 | rev`}"
COMPOSE_ARCH=$ARCH
GHC_VERSION=9.6.3
GHC_VERSION=9.6.4
if [ "$ARCH" == "arm64" ]; then
ARCH=aarch64