update stack version used for build.sh

This commit is contained in:
Dan Burton 2024-03-07 12:07:16 -08:00
parent afb3be9c95
commit a735020f23
No known key found for this signature in database
GPG Key ID: 4BFAAED8ABACB56D

View File

@ -82,7 +82,7 @@ chmod +x curator
echo -n "curator version: "
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version
STACK_VERSION=2.15.1
STACK_VERSION=2.15.3
# rc url
#curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack