Require a QuickCheck that doesn't break on UTF-8.
This commit is contained in:
parent
8494509150
commit
5f7419ca37
|
@ -42,7 +42,7 @@ library
|
|||
mtl,
|
||||
parsec,
|
||||
regex-compat,
|
||||
QuickCheck >= 2.2
|
||||
QuickCheck >= 2.7.4
|
||||
exposed-modules:
|
||||
ShellCheck.Analytics
|
||||
ShellCheck.AST
|
||||
|
@ -64,7 +64,7 @@ executable shellcheck
|
|||
parsec,
|
||||
regex-compat,
|
||||
transformers,
|
||||
QuickCheck >= 2.2
|
||||
QuickCheck >= 2.7.4
|
||||
main-is: shellcheck.hs
|
||||
|
||||
test-suite test-shellcheck
|
||||
|
@ -79,6 +79,6 @@ test-suite test-shellcheck
|
|||
parsec,
|
||||
regex-compat,
|
||||
transformers,
|
||||
QuickCheck >= 2.2
|
||||
QuickCheck >= 2.7.4
|
||||
main-is: test/shellcheck.hs
|
||||
|
||||
|
|
Loading…
Reference in New Issue