From d833c0ba59e2470b8d288519b37b2412ee1a0d1f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 May 2020 20:42:00 +0800 Subject: [PATCH] remove-old-stack-work-libs.hs: use lts-14 because we have ghc-8.6.5 under ~/.stack/ (better would be to remove ~/.stack and use dot-stackage) --- etc/diskspace/remove-old-stack-work-libs.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/diskspace/remove-old-stack-work-libs.hs b/etc/diskspace/remove-old-stack-work-libs.hs index b1d7d7a4..0621490f 100755 --- 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 script +-- stack --resolver lts-14 script -- Utility to remove old libs installed under .stack-work/ to save diskspace