Skip to content

Commit 8413bfb

Browse files
committed
update stack version used in lts
1 parent 7251047 commit 8413bfb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

automated/build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ rm -f curator stack -- *.bz2
8282
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-a5ec7062d97a460db0d8c4a61b240fd3e51fa5e8/curator.bz2" | bunzip2 > curator
8383
chmod +x curator
8484

85-
if [ $SHORTNAME = "lts" ]; then
86-
STACK_VERSION=3.1.1
87-
else
88-
STACK_VERSION=3.5.1
89-
fi
85+
STACK_VERSION=3.5.1
9086
# rc url
9187
#curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
9288
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack

0 commit comments

Comments
 (0)