summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 14:37:02 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-01 14:51:14 -0700
commit6d66a81ca98f8579bf06f7fb724ed733670d39b9 (patch)
tree1acad0170e35d49cc6ff732fbf539648de7073e7 /git-annex.cabal
parent6e4a1f7a771ca10ede528776ed126ef11f802dfd (diff)
Fix Windows build to work with ghc 7.10
It was failing at link time, some problem with terminatePID. Re-implemented that to not use a C wrapper function, which cleared up the problem. Removed old EvilLinker hack with must have been related to the same problem. Note that I have not tested this with older ghc's. In 4f59f9439687cccfb7aac6aca62dbe97038179bf I mention having tried this approach before, and getting segfaults.. So, who knows. It seems to work fine with ghc 7.10 at least.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 306e9bc6b..7800a8b5a 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -158,7 +158,6 @@ Executable git-annex
if (os(windows))
Build-Depends: Win32, Win32-extras, unix-compat (>= 0.4.1.3), setenv
- C-Sources: Utility/winprocess.c
else
Build-Depends: unix
-- Need to list these because they're generated from .hsc files.