mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 20:51:57 +01:00
build.sh: use stack-2.9.3
This commit is contained in:
parent
ac30653a18
commit
f72a12f7d0
@ -69,7 +69,7 @@ chmod +x curator
|
|||||||
echo -n "curator version: "
|
echo -n "curator version: "
|
||||||
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version
|
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version
|
||||||
|
|
||||||
curl -L https://github.com/commercialhaskell/stack/releases/download/v2.9.1/stack-2.9.1-linux-x86_64-bin > stack
|
curl -L https://github.com/commercialhaskell/stack/releases/download/v2.9.3/stack-2.9.3-linux-x86_64-bin > stack
|
||||||
chmod +x stack
|
chmod +x stack
|
||||||
echo -n "stack version: "
|
echo -n "stack version: "
|
||||||
docker run --rm -v $(pwd)/stack:/exe $IMAGE /exe --version
|
docker run --rm -v $(pwd)/stack:/exe $IMAGE /exe --version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user