Move command and variable lists to ShellCheck.Data.

This commit is contained in:
Vidar Holen
2013-09-12 18:50:33 -07:00
parent dacb8c597f
commit 7630136d6c
4 changed files with 71 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ Cabal-Version: >= 1.2
library
build-depends: base >= 4, parsec, containers, regex-compat, mtl, directory
exposed-modules: ShellCheck.AST, ShellCheck.Parser, ShellCheck.Analytics, ShellCheck.Simple
exposed-modules: ShellCheck.AST, ShellCheck.Data, ShellCheck.Parser, ShellCheck.Analytics, ShellCheck.Simple
executable shellcheck
main-is: shellcheck.hs