From 5e3071823fe5994efa7b14f654dc3b540a4dd816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Sat, 10 Feb 2024 19:35:26 +0100 Subject: [PATCH] Use up to date curator during check. --- etc/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/check.sh b/etc/check.sh index b5c8f1f5..ac50f5f1 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-62d4bce549af5fccb5089b8aa319891dbe032ccb/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-dc6e10c5f2144b36794917b512cff13ac5979ff3/curator.bz2" | bunzip2 > curator chmod +x curator # Install GHC