From 431a502a0a6a0b5f10a2891024aff0cf83e68063 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 15 Aug 2020 09:51:44 -0700 Subject: [PATCH] ;bin: rename example cabal script --- ...r-check-tag-files2.hs => hledger-check-tag-files.cabal.hs} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename bin/{hledger-check-tag-files2.hs => hledger-check-tag-files.cabal.hs} (85%) diff --git a/bin/hledger-check-tag-files2.hs b/bin/hledger-check-tag-files.cabal.hs similarity index 85% rename from bin/hledger-check-tag-files2.hs rename to bin/hledger-check-tag-files.cabal.hs index 8c6e6d705..39a944f81 100755 --- a/bin/hledger-check-tag-files2.hs +++ b/bin/hledger-check-tag-files.cabal.hs @@ -1,9 +1,9 @@ #!/usr/bin/env cabal {- cabal: -build-depends: base, directory, hledger-lib, hledger, text +build-depends: base, directory, hledger, text -} {- -hledger-check-tag-files script (cabal version, requires cabal-install 3.0.0.0+) +hledger-check-tag-files cabal script (requires cabal 3+). Read the default journal and give an error if any tag values containing '/' do not exist as file paths. Usage: