summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 12:47:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 12:47:05 -0400
commitac57659e61f9743aebd35258e89752ced0040f9f (patch)
tree4712861c73a7c7eb521d545cbfe61b9124d2fd49 /git-annex.cabal
parent0d594ee1cde0f0b523d66062bcf2d0b854b400dc (diff)
use unix-compat 0.5 on windows
That version has my patches for the problems that Utility.PosixFiles was working around, so am able to get rid of that module now. This will later allow bringing back the custom-setup stanza in the cabal file. It will need to depend on unix-compat 0.5 on all OS's, which I'm not ready to do yet. This commit was sponsored by Nick Daly on Patreon.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f16e682cf..3363d12a8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -380,7 +380,11 @@ Executable git-annex
Build-Depends: network (< 2.6), network (>= 2.4)
if (os(windows))
- Build-Depends: Win32 (== 2.3.1.1), Win32-extras, unix-compat (>= 0.4.1.3), setenv,
+ Build-Depends:
+ Win32 (== 2.3.1.1),
+ Win32-extras,
+ unix-compat (>= 0.5),
+ setenv,
process (>= 1.4.2.0)
else
Build-Depends: unix
@@ -1026,7 +1030,6 @@ Executable git-annex
Utility.PartialPrelude
Utility.Path
Utility.Percentage
- Utility.PosixFiles
Utility.Process
Utility.Process.Shim
Utility.QuickCheck