From f8e2e11524934115cef22b933a7e5cb3cb3b0f33 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sat, 18 Apr 2020 07:49:16 +0200 Subject: Require Cabal-3.0.1.* on windows for dropExeExtension fix --- cabal-helper.cabal | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3