Switch to attoparsec for gentoo scan

Signed-off-by: hololeap <hololeap@users.noreply.github.com>
This commit is contained in:
hololeap 2023-08-05 17:38:01 -06:00
parent fc9b63fb5e
commit dfa920c5d2
No known key found for this signature in database
GPG key ID: 06B97EDD7A3D1E83
3 changed files with 74 additions and 35 deletions

View file

@ -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