aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cabal-helper.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index ff2b1b7..90a6d1f 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -105,6 +105,8 @@ common build-deps
, utf8-string < 1.1 && >= 1.0.1.1
if os(windows)
build-depends: Win32 < 2.9 && >= 2.5.4.1
+ , Cabal >= 3.0.1
+ --^ Need fix for dropExeExtension (haskell/cabal#6287)
else
build-depends: unix < 2.8 && >= 2.7.2.1
build-depends: unix-compat < 0.6 && >= 0.4.3.1