Skip to content

Commit

Permalink
bump check.sh to latest curator for ghc-9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Dec 10, 2024
1 parent 73bf1d7 commit 9278d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-dc6e10c5f2144b36794917b512cff13ac5979ff3/curator.bz2" | bunzip2 > curator
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > curator
chmod +x curator

# Install GHC
Expand Down

0 comments on commit 9278d12

Please sign in to comment.