File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ rm -f curator stack -- *.bz2
82
82
curl -L " https://github.com/commercialhaskell/curator/releases/download/commit-a5ec7062d97a460db0d8c4a61b240fd3e51fa5e8/curator.bz2" | bunzip2 > curator
83
83
chmod +x curator
84
84
85
- STACK_VERSION=3.5 .1
85
+ STACK_VERSION=3.7 .1
86
86
# rc url
87
87
# curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
88
88
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION} /stack-${STACK_VERSION} -linux-x86_64-bin > stack
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ unzip -q awscliv2.zip
24
24
)
25
25
rm -rf /tmp/awscli
26
26
27
- STACK_VERSION=3.5 .1
27
+ STACK_VERSION=3.7 .1
28
28
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION} /stack-${STACK_VERSION} -linux-x86_64-bin > /usr/bin/stack
29
29
chmod +x /usr/bin/stack
You can’t perform that action at this time.
0 commit comments