From 882c2686c7eac4f47a97eaba5ced46fb33d4303e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 20 Apr 2026 14:26:50 +0800 Subject: [PATCH] etc/check: update curator to commit 82326016 in line with the top check script --- etc/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/check.sh b/etc/check.sh index ff1abddf..d2a742fb 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-cc14f1d1c5877e75cfdf7e0c9c1f6b7b6a040bdd/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-8232601683259e224beda15918399af803009db0/curator.bz2" | bunzip2 > curator chmod +x curator # Install GHC