diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2020-04-18 07:49:16 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2020-04-18 07:50:30 +0200 |
commit | f8e2e11524934115cef22b933a7e5cb3cb3b0f33 (patch) | |
tree | 017e6e0add246f66804794be2ded97570800a9ac /cabal-helper.cabal | |
parent | fa33f8cb750ddfded6318024414db0f365fb18ec (diff) |
Require Cabal-3.0.1.* on windows for dropExeExtension fix
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 2 |
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 |