2 Commits

Author SHA1 Message Date
Vidar Holen
ba5e3db31a Stable version 0.4.1
This is purely a bugfix bump because I botched the
0.4.0 cabal file and subsequent Hackage release :|
2015-09-05 19:32:37 -07:00
Vidar Holen
56145217fe Fixed the cabal file, which didn't include formatters :| 2015-09-05 19:17:22 -07:00

View File

@@ -1,5 +1,5 @@
Name: ShellCheck
Version: 0.4.0
Version: 0.4.1
Synopsis: Shell script analysis tool
License: GPL-3
License-file: LICENSE
@@ -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