aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-27 14:20:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-27 14:20:58 -0400
commit184e2d5711eb425db0d4d3ed0c6b138df5695ec8 (patch)
tree7e5c49ecd90e8d722b1d65363067c238b00772ae /git-annex.cabal
parentf54a97fa8e68a40136249cfcbd21f982f616dac6 (diff)
this is the custom-setup I want
Unfortunately, cabal fails to parse this. https://github.com/haskell/cabal/issues/4852
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 5d279d3e1..1c8d0ca99 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -306,6 +306,8 @@ source-repository head
custom-setup
Setup-Depends: base (>= 4.5), hslogger, split, unix-compat, process,
filepath, exceptions, bytestring, directory, IfElse, data-default, Cabal
+ if os(Windows)
+ Setup-Depends: Win32
Executable git-annex
Main-Is: git-annex.hs