Removed accidentally submotted debug code
This commit is contained in:
parent
c11c0196d5
commit
4caa7e7900
|
@ -1,9 +1,9 @@
|
||||||
module ShellCheck.Data where
|
module ShellCheck.Data where
|
||||||
|
|
||||||
import Data.Version (showVersion)
|
import Data.Version (showVersion)
|
||||||
--import Paths_ShellCheck (version)
|
import Paths_ShellCheck (version)
|
||||||
|
|
||||||
shellcheckVersion = "1" --showVersion version
|
shellcheckVersion = showVersion version
|
||||||
|
|
||||||
internalVariables = [
|
internalVariables = [
|
||||||
-- Generic
|
-- Generic
|
||||||
|
|
Loading…
Reference in New Issue