diff --git a/automated/build.sh b/automated/build.sh index 9908a2f1..36fae064 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -80,7 +80,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd) cd $BINDIR rm -f curator stack -- *.bz2 -curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-fd0ce08183fbd0de290ac1847946cee64084ca62/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-28f0bf6b153b7b4317a5613e1067a2e7f42b5f5a/curator.bz2" | bunzip2 > curator chmod +x curator STACK_VERSION=3.7.1 diff --git a/etc/check.sh b/etc/check.sh index e6a7317b..f44ad29f 100755 --- a/etc/check.sh +++ b/etc/check.sh @@ -11,7 +11,7 @@ export PATH=$HOME/.local/bin:$PATH curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Get new Stackage curator -curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-28f0bf6b153b7b4317a5613e1067a2e7f42b5f5a/curator.bz2" | bunzip2 > curator chmod +x curator # Install GHC