From fea7a1faf4353c6bda9ce86ba6b3935c7de05c1b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 28 Jun 2020 09:34:37 -0700 Subject: [PATCH] bin: hledger-check: use stack script command --- bin/hledger-check.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/hledger-check.hs b/bin/hledger-check.hs index e74310d56..a378aeaa7 100755 --- a/bin/hledger-check.hs +++ b/bin/hledger-check.hs @@ -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 {- ```