mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -07:00
Some cleanup to make room for future improvements.
This commit is contained in:
parent
6d9e8472e6
commit
72eeafe002
11 changed files with 649 additions and 348 deletions
|
@ -41,18 +41,19 @@ library
|
|||
containers,
|
||||
directory,
|
||||
json,
|
||||
mtl,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
regex-tdfa,
|
||||
QuickCheck >= 2.7.4
|
||||
exposed-modules:
|
||||
ShellCheck.Checker
|
||||
ShellCheck.Analyzer
|
||||
ShellCheck.Parser
|
||||
ShellCheck.Analytics
|
||||
ShellCheck.AST
|
||||
ShellCheck.Data
|
||||
ShellCheck.Options
|
||||
ShellCheck.Parser
|
||||
ShellCheck.Interface
|
||||
ShellCheck.Regex
|
||||
ShellCheck.Simple
|
||||
other-modules:
|
||||
Paths_ShellCheck
|
||||
|
||||
|
@ -63,10 +64,9 @@ executable shellcheck
|
|||
containers,
|
||||
directory,
|
||||
json,
|
||||
mtl,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
regex-tdfa,
|
||||
transformers,
|
||||
QuickCheck >= 2.7.4
|
||||
main-is: shellcheck.hs
|
||||
|
||||
|
@ -78,10 +78,9 @@ test-suite test-shellcheck
|
|||
containers,
|
||||
directory,
|
||||
json,
|
||||
mtl,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
regex-tdfa,
|
||||
transformers,
|
||||
QuickCheck >= 2.7.4
|
||||
main-is: test/shellcheck.hs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue