From a21df2d88fe838bb7d4545362b8350955014c180 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 13 Jan 2016 16:54:54 -0800 Subject: [PATCH] Stable version 0.4.3 This is purely a bugfix bump that works on GHC 7.6.3, as currently found in Debian stable and Ubuntu LTS. --- ShellCheck.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index f0e92f8..753ff7a 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.4.2 +Version: 0.4.3 Synopsis: Shell script analysis tool License: GPL-3 License-file: LICENSE