mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
update stack version used for build.sh
This commit is contained in:
parent
afb3be9c95
commit
a735020f23
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user