From 8940e60300317fc8c5a3ff6ddfaf622029e82cde Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Sep 2018 17:32:45 +0200 Subject: [PATCH] ShellCheck.cabal: our Setup.hs works fine with Cabal 2.4.x --- ShellCheck.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 9993ba9..8956ff5 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -35,7 +35,7 @@ custom-setup setup-depends: base >= 4 && <5, process >= 1.0 && <1.7, - Cabal >= 1.10 && <2.3 + Cabal >= 1.10 && <2.5 source-repository head type: git