mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -07:00
Use system over callCommand to allow linking on ghc 7.6.3.
This commit is contained in:
parent
f754363733
commit
d473fb8867
2 changed files with 8 additions and 14 deletions
|
@ -44,7 +44,9 @@ library
|
|||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
regex-tdfa,
|
||||
QuickCheck >= 2.7.4
|
||||
QuickCheck >= 2.7.4,
|
||||
-- When cabal supports it, move this to setup-depends:
|
||||
process
|
||||
exposed-modules:
|
||||
ShellCheck.AST
|
||||
ShellCheck.ASTLib
|
||||
|
@ -87,7 +89,6 @@ test-suite test-shellcheck
|
|||
mtl >= 2.2.1,
|
||||
parsec,
|
||||
regex-tdfa,
|
||||
QuickCheck >= 2.7.4,
|
||||
process >= 1.2.0.0
|
||||
QuickCheck >= 2.7.4
|
||||
main-is: test/shellcheck.hs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue