From b456987b847f91ca7b23a3cb7d1cc457bde84816 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 6 Mar 2019 19:19:00 -0800 Subject: [PATCH] Add the minimum version of 'directory' --- ShellCheck.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 8e3ddb5..099052e 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -57,8 +57,9 @@ library bytestring, containers >= 0.5, deepseq >= 1.4.0.0, - directory, + directory >= 1.2.3.0, mtl >= 2.2.1, + filepath, parsec, regex-tdfa, QuickCheck >= 2.7.4, @@ -98,7 +99,7 @@ executable shellcheck bytestring, containers, deepseq >= 1.4.0.0, - directory, + directory >= 1.2.3.0, mtl >= 2.2.1, filepath, parsec >= 3.0, @@ -116,7 +117,7 @@ test-suite test-shellcheck bytestring, containers, deepseq >= 1.4.0.0, - directory, + directory >= 1.2.3.0, mtl >= 2.2.1, filepath, parsec,