aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2020-04-18 07:49:16 +0200
committerDaniel Gröber <dxld@darkboxed.org>2020-04-18 07:50:30 +0200
commitf8e2e11524934115cef22b933a7e5cb3cb3b0f33 (patch)
tree017e6e0add246f66804794be2ded97570800a9ac
parentfa33f8cb750ddfded6318024414db0f365fb18ec (diff)
Require Cabal-3.0.1.* on windows for dropExeExtension fix
-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