bin: hledger-check: use stack script command

This commit is contained in:
Simon Michael 2020-06-28 09:34:37 -07:00
parent 4fc72328d2
commit fea7a1faf4

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack
{- stack runghc --verbosity info
{- stack script --compile --resolver=lts-16.2
--package base-compat
--package filepath
--package hledger-lib
@ -8,7 +8,7 @@
--package text
--package time
--package transformers
-}
-} -- Change --resolver above to one you already have installed, if you like
{-
```