mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-31 03:50:49 -07:00
Switch to attoparsec for gentoo scan
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
This commit is contained in:
parent
fc9b63fb5e
commit
dfa920c5d2
3 changed files with 74 additions and 35 deletions
|
@ -66,7 +66,11 @@ library
|
|||
directory >= 1.2.3 && < 1.4,
|
||||
|
||||
-- When cabal supports it, move this to setup-depends:
|
||||
process
|
||||
process,
|
||||
|
||||
-- support for scanning Gentoo eclasses
|
||||
attoparsec,
|
||||
text
|
||||
exposed-modules:
|
||||
ShellCheck.AST
|
||||
ShellCheck.ASTLib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue