check-dupes: requires the hledger package too (#580)

This commit is contained in:
Simon Michael 2017-07-05 18:27:13 +01:00
parent e94f04311d
commit 0b6b063fcc

View File

@ -1,6 +1,7 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack runghc --verbosity info {- stack runghc --verbosity info
--package hledger-lib --package hledger-lib
--package hledger
--package here --package here
--package text --package text
-} -}