update etc/diskspace to lts-18.6 (ghc-8.10.4)

This commit is contained in:
Jens Petersen 2021-10-09 22:53:06 +08:00
parent 50e4e2bb33
commit 56d160cc62
2 changed files with 2 additions and 2 deletions

View File

@ -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 nightly-2020-07-04 script ~/stackage/etc/diskspace/remove-old-stack-work-libs.hs
stack --resolver lts-18.6 script ~/stackage/etc/diskspace/remove-old-stack-work-libs.hs

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver nightly script
-- stack --resolver lts-18.6 script
-- Utility to remove old libs installed under .stack-work/ to save diskspace