mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Use version from generated cabal Paths module
This commit is contained in:
parent
d830a36bc8
commit
3fcc6c44d8
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
module ShellCheck.Data where
|
||||
|
||||
shellcheckVersion = "0.3.2" -- Must also be updated in ShellCheck.cabal
|
||||
import Data.Version (showVersion)
|
||||
import Paths_ShellCheck (version)
|
||||
|
||||
shellcheckVersion = showVersion version
|
||||
|
||||
internalVariables = [
|
||||
-- Generic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue