From aafb901675a5e0aa2357fcc89da93addae3bf569 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Jun 2023 20:22:02 +0200 Subject: [PATCH] etc/diskspace: bump script to lts-19 --- 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 0b8f2523..eb469ee1 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-18.6 script +-- stack --resolver lts-19.33 script -- Utility to remove old libs installed under .stack-work/ to save diskspace