From 20145d34fb0ced55c211f76da5ed20efd5eebe37 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Tue, 29 Jan 2019 12:54:30 +0300 Subject: [PATCH] New curator with global packages pruning, add parsec which was missing --- build-constraints.yaml | 1 + etc/curator-2-check.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9279584e..ca081060 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4041,6 +4041,7 @@ packages: - options - optparse-applicative - parallel + - parsec - path-pieces - pcg-random - persistable-record diff --git a/etc/curator-2-check.sh b/etc/curator-2-check.sh index 6f16982e..82a8facc 100755 --- a/etc/curator-2-check.sh +++ b/etc/curator-2-check.sh @@ -6,7 +6,7 @@ mkdir -p ~/.local/bin export PATH=$HOME/.local/bin:$PATH # Get new Stackage curator -CURATOR2=stackage-curator-2-9132b4b184f1f7f27c4c80ec0609460cea22ae75 +CURATOR2=stackage-curator-2-90cf65bfddea4e8abb5bc68fe83d59a7f8766757 wget "https://s3.amazonaws.com/www.snoyman.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2