Better handling of directories and inaccessible files.

This commit is contained in:
Vidar Holen
2014-08-08 09:36:17 -07:00
parent dbadca9f61
commit 8ba1f2fdf2
3 changed files with 95 additions and 59 deletions

View File

@@ -62,6 +62,7 @@ executable shellcheck
mtl,
parsec,
regex-compat,
transformers,
QuickCheck >= 2.2
main-is: shellcheck.hs
@@ -76,6 +77,7 @@ test-suite test-shellcheck
mtl,
parsec,
regex-compat,
transformers,
QuickCheck >= 2.2
main-is: test/shellcheck.hs