mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 08:01:12 +08:00
Add the minimum version of 'directory'
This commit is contained in:
@@ -57,8 +57,9 @@ library
|
|||||||
bytestring,
|
bytestring,
|
||||||
containers >= 0.5,
|
containers >= 0.5,
|
||||||
deepseq >= 1.4.0.0,
|
deepseq >= 1.4.0.0,
|
||||||
directory,
|
directory >= 1.2.3.0,
|
||||||
mtl >= 2.2.1,
|
mtl >= 2.2.1,
|
||||||
|
filepath,
|
||||||
parsec,
|
parsec,
|
||||||
regex-tdfa,
|
regex-tdfa,
|
||||||
QuickCheck >= 2.7.4,
|
QuickCheck >= 2.7.4,
|
||||||
@@ -98,7 +99,7 @@ executable shellcheck
|
|||||||
bytestring,
|
bytestring,
|
||||||
containers,
|
containers,
|
||||||
deepseq >= 1.4.0.0,
|
deepseq >= 1.4.0.0,
|
||||||
directory,
|
directory >= 1.2.3.0,
|
||||||
mtl >= 2.2.1,
|
mtl >= 2.2.1,
|
||||||
filepath,
|
filepath,
|
||||||
parsec >= 3.0,
|
parsec >= 3.0,
|
||||||
@@ -116,7 +117,7 @@ test-suite test-shellcheck
|
|||||||
bytestring,
|
bytestring,
|
||||||
containers,
|
containers,
|
||||||
deepseq >= 1.4.0.0,
|
deepseq >= 1.4.0.0,
|
||||||
directory,
|
directory >= 1.2.3.0,
|
||||||
mtl >= 2.2.1,
|
mtl >= 2.2.1,
|
||||||
filepath,
|
filepath,
|
||||||
parsec,
|
parsec,
|
||||||
|
Reference in New Issue
Block a user