mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-18 01:05:48 +01:00
nightly: use stack-3.3.1
This commit is contained in:
parent
8e4c907173
commit
a738d55ae0
@ -87,7 +87,11 @@ else
|
|||||||
fi
|
fi
|
||||||
chmod +x curator
|
chmod +x curator
|
||||||
|
|
||||||
STACK_VERSION=3.1.1
|
if [ $SHORTNAME = "lts" ]; then
|
||||||
|
STACK_VERSION=3.1.1
|
||||||
|
else
|
||||||
|
STACK_VERSION=3.3.1
|
||||||
|
fi
|
||||||
# rc url
|
# 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/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
|
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