mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -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
|
@ -42,6 +42,8 @@ library
|
|||
ShellCheck.Data
|
||||
ShellCheck.Parser
|
||||
ShellCheck.Simple
|
||||
other-modules:
|
||||
Paths_ShellCheck
|
||||
|
||||
executable shellcheck
|
||||
build-depends:
|
||||
|
@ -54,3 +56,4 @@ executable shellcheck
|
|||
parsec,
|
||||
regex-compat
|
||||
main-is: shellcheck.hs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue