mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-05 20:41:35 -07:00
Add missing imports for later GHC versions
This commit is contained in:
parent
0786b2bf3c
commit
2a16a4e8c1
4 changed files with 10 additions and 3 deletions
|
@ -54,11 +54,12 @@ library
|
|||
Diff >= 0.2.0,
|
||||
directory >= 1.2.3.0,
|
||||
fgl,
|
||||
mtl >= 2.2.1,
|
||||
filepath,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
regex-tdfa,
|
||||
QuickCheck >= 2.7.4,
|
||||
regex-tdfa,
|
||||
transformers,
|
||||
-- When cabal supports it, move this to setup-depends:
|
||||
process
|
||||
exposed-modules:
|
||||
|
@ -112,6 +113,7 @@ executable shellcheck
|
|||
parsec >= 3.0,
|
||||
QuickCheck >= 2.7.4,
|
||||
regex-tdfa,
|
||||
transformers,
|
||||
ShellCheck
|
||||
default-language: Haskell98
|
||||
main-is: shellcheck.hs
|
||||
|
@ -128,11 +130,12 @@ test-suite test-shellcheck
|
|||
Diff >= 0.2.0,
|
||||
directory >= 1.2.3.0,
|
||||
fgl,
|
||||
mtl >= 2.2.1,
|
||||
filepath,
|
||||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
QuickCheck >= 2.7.4,
|
||||
regex-tdfa,
|
||||
transformers,
|
||||
ShellCheck
|
||||
default-language: Haskell98
|
||||
main-is: test/shellcheck.hs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue