We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7251047 commit 8413bfbCopy full SHA for 8413bfb
automated/build.sh
@@ -82,11 +82,7 @@ rm -f curator stack -- *.bz2
82
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-a5ec7062d97a460db0d8c4a61b240fd3e51fa5e8/curator.bz2" | bunzip2 > curator
83
chmod +x curator
84
85
-if [ $SHORTNAME = "lts" ]; then
86
- STACK_VERSION=3.1.1
87
-else
88
- STACK_VERSION=3.5.1
89
-fi
+STACK_VERSION=3.5.1
90
# rc url
91
#curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
92
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
0 commit comments