mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
bin: more robust --package syntax, comma form sometimes fails
This commit is contained in:
parent
94c0832b85
commit
c8bc9c7088
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user