From 4caa7e79009ed9627c17719a81f2ffc95345809d Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 10 Jun 2014 00:49:43 -0700 Subject: [PATCH] Removed accidentally submotted debug code --- ShellCheck/Data.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellCheck/Data.hs b/ShellCheck/Data.hs index 0717bb1..781d277 100644 --- a/ShellCheck/Data.hs +++ b/ShellCheck/Data.hs @@ -1,9 +1,9 @@ module ShellCheck.Data where import Data.Version (showVersion) ---import Paths_ShellCheck (version) +import Paths_ShellCheck (version) -shellcheckVersion = "1" --showVersion version +shellcheckVersion = showVersion version internalVariables = [ -- Generic