From a498a1699beb6f1d9ee5263f3544c0272da55235 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 19 Aug 2020 20:32:11 +0300 Subject: [PATCH] Newer curator executable --- etc/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/check.sh b/etc/check.sh index d571a9c1..3db7243f 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://download.fpcomplete.com/stackage-curator-2/curator-85b021a53833ff310fc66b3fdc5ca3f7828ce18b.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-a79aadca0f6497ec6accc927df5be7c49f5de86a/curator.bz2" | bunzip2 > curator chmod +x curator # Install GHC