We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c56003 commit 912fb3dCopy full SHA for 912fb3d
build-constraints/etc/check-lts.sh
@@ -11,8 +11,8 @@ export PATH=$HOME/.local/bin:$PATH
11
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
12
13
# Get new Stackage curator
14
-curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > curator
15
-chmod +x curator
+curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > ~/.local/bin/curator
+chmod +x ~/.local/bin/curator
16
17
# Install GHC
18
stack setup $GHCVER
0 commit comments