mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Improve Fix memory usage
This commit is contained in:
parent
a8376a09a9
commit
bcd13614eb
4 changed files with 45 additions and 31 deletions
|
@ -55,6 +55,7 @@ library
|
|||
base > 4.6.0.1 && < 5,
|
||||
bytestring,
|
||||
containers >= 0.5,
|
||||
deepseq >= 1.4.0.0,
|
||||
directory,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
|
@ -91,6 +92,7 @@ executable shellcheck
|
|||
aeson,
|
||||
base >= 4 && < 5,
|
||||
bytestring,
|
||||
deepseq >= 1.4.0.0,
|
||||
ShellCheck,
|
||||
containers,
|
||||
directory,
|
||||
|
@ -106,6 +108,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