mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 05:21:34 -07:00
Reworked arithmetics to allow composite terms
This commit is contained in:
parent
3a944de606
commit
fc421adb45
4 changed files with 73 additions and 89 deletions
|
@ -1,9 +1,9 @@
|
|||
module ShellCheck.Data where
|
||||
|
||||
import Data.Version (showVersion)
|
||||
import Paths_ShellCheck (version)
|
||||
--import Paths_ShellCheck (version)
|
||||
|
||||
shellcheckVersion = showVersion version
|
||||
shellcheckVersion = "1" --showVersion version
|
||||
|
||||
internalVariables = [
|
||||
-- Generic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue