bin: more robust --package syntax, comma form sometimes fails

This commit is contained in:
Simon Michael 2021-02-12 13:55:31 -08:00
parent 94c0832b85
commit c8bc9c7088
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.