Skip to content

Commit

Permalink
Use more correct pruning done in commercialhaskell/stack#4547
Browse files Browse the repository at this point in the history
  • Loading branch information
qrilka committed Feb 7, 2019
1 parent 1625ac4 commit 232d7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/curator-2-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ mkdir -p ~/.local/bin
export PATH=$HOME/.local/bin:$PATH

# Get new Stackage curator
CURATOR2=stackage-curator-2-90cf65bfddea4e8abb5bc68fe83d59a7f8766757
wget "https://s3.amazonaws.com/www.snoyman.com/stackage-curator-2/$CURATOR2.bz2"
CURATOR2=stackage-curator-2-6ec4ac4ee5016e2ecd86af2abfa722b94d2a56c3
wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2"
bunzip2 "$CURATOR2.bz2"
chmod +x $CURATOR2
mv $CURATOR2 ~/.local/bin/stackage-curator-2
Expand Down

0 comments on commit 232d7c6

Please sign in to comment.