Removed jsoncheck. Use 'shellcheck -f json -' instead

This commit is contained in:
Vidar Holen 2013-11-12 21:39:41 -08:00
parent 17515ad706
commit 2e13cedc4b
4 changed files with 25 additions and 43 deletions

View file

@ -9,12 +9,8 @@ Build-Type: Simple
Cabal-Version: >= 1.2
library
build-depends: base >= 4, parsec, containers, regex-compat, mtl, directory
build-depends: base >= 4, parsec, containers, regex-compat, mtl, directory, json
exposed-modules: ShellCheck.AST, ShellCheck.Data, ShellCheck.Parser, ShellCheck.Analytics, ShellCheck.Simple
executable shellcheck
main-is: shellcheck.hs
executable jsoncheck
build-depends: json
main-is: jsoncheck.hs