Separated formatters into multiple files.

This commit is contained in:
Vidar Holen
2015-08-15 12:51:13 -07:00
parent 72eeafe002
commit 67cfcfd206
11 changed files with 419 additions and 234 deletions

View File

@@ -46,13 +46,14 @@ library
regex-tdfa,
QuickCheck >= 2.7.4
exposed-modules:
ShellCheck.Checker
ShellCheck.Analyzer
ShellCheck.Parser
ShellCheck.Analytics
ShellCheck.AST
ShellCheck.Analytics
ShellCheck.Analyzer
ShellCheck.Checker
ShellCheck.Data
ShellCheck.Formatter.Format
ShellCheck.Interface
ShellCheck.Parser
ShellCheck.Regex
other-modules:
Paths_ShellCheck