Skip to content

Commit 8e2b78e

Browse files
committed
update 'stack' 3.5.1 -> 3.7.1
should fix commercialhaskell/curator#52
1 parent 288d9d6 commit 8e2b78e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

automated/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +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-
STACK_VERSION=3.5.1
85+
STACK_VERSION=3.7.1
8686
# rc url
8787
#curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
8888
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack

docker/01-build-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ unzip -q awscliv2.zip
2424
)
2525
rm -rf /tmp/awscli
2626

27-
STACK_VERSION=3.5.1
27+
STACK_VERSION=3.7.1
2828
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > /usr/bin/stack
2929
chmod +x /usr/bin/stack

0 commit comments

Comments
 (0)