From f754363733aa2b4dbef8380f8e343b23a4a92276 Mon Sep 17 00:00:00 2001 From: Vidar Holen <spam@vidarholen.net> Date: Mon, 11 Jan 2016 10:56:40 -0800 Subject: [PATCH] Add >= process-1.2.0.0 as dependency due to custom build. --- ShellCheck.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index fe549ec..900647d 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -87,6 +87,7 @@ test-suite test-shellcheck mtl >= 2.2.1, parsec, regex-tdfa, - QuickCheck >= 2.7.4 + QuickCheck >= 2.7.4, + process >= 1.2.0.0 main-is: test/shellcheck.hs