From 74dc259d664ba88adf05a36e6868cd0b2868bb9d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 6 Jul 2020 10:53:30 +0800 Subject: [PATCH] etc/diskspace: switch to nightly so we don't need to keep ghc-8.6.5 around --- etc/diskspace/clean-old-stack-libs.sh | 2 +- etc/diskspace/remove-old-stack-work-libs.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/diskspace/clean-old-stack-libs.sh b/etc/diskspace/clean-old-stack-libs.sh index e63044f9..2a3554f4 100755 --- a/etc/diskspace/clean-old-stack-libs.sh +++ b/etc/diskspace/clean-old-stack-libs.sh @@ -10,4 +10,4 @@ fi cd ~/stackage/automated/work/$1/unpack-dir/.stack-work/install/x86_64-linux/*/*/lib/x86_64-linux-ghc-* pwd -stack --resolver lts-14.27 script ~/stackage/etc/diskspace/remove-old-stack-work-libs.hs +stack --resolver nightly-2020-07-04 script ~/stackage/etc/diskspace/remove-old-stack-work-libs.hs diff --git a/etc/diskspace/remove-old-stack-work-libs.hs b/etc/diskspace/remove-old-stack-work-libs.hs index 98ffa735..983826f1 100644 --- a/etc/diskspace/remove-old-stack-work-libs.hs +++ b/etc/diskspace/remove-old-stack-work-libs.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack --resolver lts-14 script +-- stack --resolver nightly script -- Utility to remove old libs installed under .stack-work/ to save diskspace