;dev: just: cleanup

This commit is contained in:
Simon Michael 2024-07-13 07:11:04 +01:00
parent 6f3c4c9bf0
commit 27408092bd

View File

@ -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-%: