Fixed the cabal file, which didn't include formatters :|

This commit is contained in:
Vidar Holen 2015-09-05 19:17:22 -07:00
parent 94d265ce41
commit 56145217fe
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ library
ShellCheck.Checker ShellCheck.Checker
ShellCheck.Data ShellCheck.Data
ShellCheck.Formatter.Format ShellCheck.Formatter.Format
ShellCheck.Formatter.CheckStyle
ShellCheck.Formatter.GCC
ShellCheck.Formatter.JSON
ShellCheck.Formatter.TTY
ShellCheck.Interface ShellCheck.Interface
ShellCheck.Parser ShellCheck.Parser
ShellCheck.Regex ShellCheck.Regex