From c8bc9c7088fefef5c3224a06aa4ec6c2b89cf320 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 12 Feb 2021 13:55:31 -0800 Subject: [PATCH] bin: more robust --package syntax, comma form sometimes fails --- bin/hledger-print-location.hs | 2 +- bin/hledger-smooth.hs | 2 +- bin/hledger-swap-dates.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/hledger-print-location.hs b/bin/hledger-print-location.hs index 367614d55..1d4ff3034 100755 --- a/bin/hledger-print-location.hs +++ b/bin/hledger-print-location.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack runghc --verbosity info --package hledger,string-qq +-- stack runghc --verbosity info --package hledger --package string-qq -- Run from inside the hledger source tree, or compile with compile.sh. -- See hledger-check-fancyassertions.hs. diff --git a/bin/hledger-smooth.hs b/bin/hledger-smooth.hs index 629a03c72..6978878d6 100755 --- a/bin/hledger-smooth.hs +++ b/bin/hledger-smooth.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack runghc --verbosity info --package hledger,string-qq +-- stack runghc --verbosity info --package hledger --package string-qq -- Run from inside the hledger source tree, or compile with compile.sh. -- See hledger-check-fancyassertions.hs. diff --git a/bin/hledger-swap-dates.hs b/bin/hledger-swap-dates.hs index bca7d20cb..00f3efc6a 100755 --- a/bin/hledger-swap-dates.hs +++ b/bin/hledger-swap-dates.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack runghc --verbosity info --package hledger,string-qq +-- stack runghc --verbosity info --package hledger --package string-qq -- Run from inside the hledger source tree, or compile with compile.sh. -- See hledger-check-fancyassertions.hs.