From d6573dab1d2d62973e7305070117b920a3f08ad6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 Oct 2017 14:20:58 -0400 Subject: [PATCH] this is the custom-setup I want Unfortunately, cabal fails to parse this. https://github.com/haskell/cabal/issues/4852 --- git-annex.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-annex.cabal b/git-annex.cabal index 5d279d3e1c..1c8d0ca997 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