From 27408092bd3cb8be52d0fa34ab202f3af0e96d60 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jul 2024 07:11:04 +0100 Subject: [PATCH] ;dev: just: cleanup --- Justfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Justfile b/Justfile index 26f9fe8bf..ee2051330 100644 --- a/Justfile +++ b/Justfile @@ -1202,10 +1202,6 @@ _gitSwitchAutoCreate BRANCH: # isclean-%: # @$(ISCLEAN) $* || (echo "please clean these files first: $*"; false) -# update all cabal files from latest package.yaml files using stack's built-in hpack -cabalfiles: - {{ STACK }} build --dry-run --silent - # # Update all cabal files based on latest package.yaml files using a specific hpack version. # # To avoid warnings, this should be the same version as stack's built-in hpack. # cabal-with-hpack-%: