aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:54:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:54:05 -0400
commitca46676292158d524d0525df6c0fdf2742b43aa6 (patch)
treef90549bc877f758d931ba05f0bb912bc68cbbb2a /git-annex.cabal
parentc79738263e1e1da9ac7b345a6e2aa9b0569165fd (diff)
still need stack-windows.yaml to specify newer versions of Win32 and unix-compat
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f6cb10c05..3363d12a8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -381,7 +381,7 @@ Executable git-annex
if (os(windows))
Build-Depends:
- Win32 (>= 2.6.1.0),
+ Win32 (== 2.3.1.1),
Win32-extras,
unix-compat (>= 0.5),
setenv,