From 56145217fe74e36a5541fce83c007577d976aea6 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 5 Sep 2015 19:17:22 -0700 Subject: [PATCH] Fixed the cabal file, which didn't include formatters :| --- ShellCheck.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 2e1ece8..8b77716 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -53,6 +53,10 @@ library ShellCheck.Checker ShellCheck.Data ShellCheck.Formatter.Format + ShellCheck.Formatter.CheckStyle + ShellCheck.Formatter.GCC + ShellCheck.Formatter.JSON + ShellCheck.Formatter.TTY ShellCheck.Interface ShellCheck.Parser ShellCheck.Regex