mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-10 15:22:58 -07:00
Improve Fix memory usage
This commit is contained in:
parent
fa8c2a0fee
commit
eb597baa7f
4 changed files with 45 additions and 31 deletions
|
@ -53,6 +53,7 @@ library
|
|||
base > 4.6.0.1 && < 5,
|
||||
bytestring,
|
||||
containers >= 0.5,
|
||||
deepseq >= 1.4.0.0,
|
||||
directory,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
|
@ -89,6 +90,7 @@ executable shellcheck
|
|||
aeson,
|
||||
base >= 4 && < 5,
|
||||
bytestring,
|
||||
deepseq >= 1.4.0.0,
|
||||
ShellCheck,
|
||||
containers,
|
||||
directory,
|
||||
|
@ -104,6 +106,7 @@ test-suite test-shellcheck
|
|||
aeson,
|
||||
base >= 4 && < 5,
|
||||
bytestring,
|
||||
deepseq >= 1.4.0.0,
|
||||
ShellCheck,
|
||||
containers,
|
||||
directory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue