From 3fc3914e1466866f1425bbb7a4c3009fc902418d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Jan 2021 11:07:29 -0800 Subject: [PATCH] ;bin: doc --- bin/hledger-balance-as-budget.hs | 3 ++- bin/hledger-check-tagfiles.hs | 3 ++- bin/hledger-combine-balances.hs | 3 ++- bin/hledger-print-location.hs | 5 +++-- bin/hledger-smooth.hs | 5 +++-- bin/hledger-swap-dates.hs | 3 ++- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/bin/hledger-balance-as-budget.hs b/bin/hledger-balance-as-budget.hs index 53db9c740..67b8fccd1 100755 --- a/bin/hledger-balance-as-budget.hs +++ b/bin/hledger-balance-as-budget.hs @@ -1,6 +1,7 @@ #!/usr/bin/env stack -- stack runghc --verbosity info --package hledger --- See hledger-check-fancyassertions.hs +-- Run from inside the hledger source tree, or compile with compile.sh. +-- See hledger-check-fancyassertions.hs. -- {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} diff --git a/bin/hledger-check-tagfiles.hs b/bin/hledger-check-tagfiles.hs index 4c881aae1..c074b92fe 100755 --- a/bin/hledger-check-tagfiles.hs +++ b/bin/hledger-check-tagfiles.hs @@ -1,6 +1,7 @@ #!/usr/bin/env stack -- stack runghc --verbosity info --package hledger --- See hledger-check-fancyassertions.hs +-- Run from inside the hledger source tree, or compile with compile.sh. +-- See hledger-check-fancyassertions.hs. {- hledger-check-tagfiles stack script. diff --git a/bin/hledger-combine-balances.hs b/bin/hledger-combine-balances.hs index ceaced4d3..4abb37d6f 100755 --- a/bin/hledger-combine-balances.hs +++ b/bin/hledger-combine-balances.hs @@ -1,6 +1,7 @@ #!/usr/bin/env stack -- stack runghc --verbosity info --package hledger --- See hledger-check-fancyassertions.hs +-- Run from inside the hledger source tree, or compile with compile.sh. +-- See hledger-check-fancyassertions.hs. {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} diff --git a/bin/hledger-print-location.hs b/bin/hledger-print-location.hs index b429c5cb9..0841c31c1 100755 --- a/bin/hledger-print-location.hs +++ b/bin/hledger-print-location.hs @@ -1,7 +1,8 @@ #!/usr/bin/env stack -- stack runghc --verbosity info --package hledger --- See hledger-check-fancyassertions.hs ---package string-qq +-- Run from inside the hledger source tree, or compile with compile.sh. +-- See hledger-check-fancyassertions.hs. +--package string-qq ? {- Quick script that adds file/line number tags to print output. diff --git a/bin/hledger-smooth.hs b/bin/hledger-smooth.hs index 12061a0c5..c9c335818 100755 --- a/bin/hledger-smooth.hs +++ b/bin/hledger-smooth.hs @@ -1,7 +1,8 @@ #!/usr/bin/env stack -- stack runghc --verbosity info --package hledger --- See hledger-check-fancyassertions.hs ---package string-qq +-- Run from inside the hledger source tree, or compile with compile.sh. +-- See hledger-check-fancyassertions.hs. +--package string-qq ? -- This is an unfinished prototype, see https://github.com/simonmichael/hledger/issues/1171 diff --git a/bin/hledger-swap-dates.hs b/bin/hledger-swap-dates.hs index b644875a3..9218bceee 100755 --- a/bin/hledger-swap-dates.hs +++ b/bin/hledger-swap-dates.hs @@ -1,6 +1,7 @@ #!/usr/bin/env stack -- stack runghc --verbosity info --package hledger --- See hledger-check-fancyassertions.hs +-- Run from inside the hledger source tree, or compile with compile.sh. +-- See hledger-check-fancyassertions.hs. {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} {-# LANGUAGE NamedFieldPuns #-}