git-annex/Build
Joey Hess 86e638567a 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
f11f7520b5 I mention having tried this
approach before, and getting segfaults.. So, who knows. It seems to work
fine with ghc 7.10 at least.
2015-09-01 14:51:14 -07:00
..
BuildVersion.hs add Build/BuildVersion, for use by autobuilders 2014-06-18 14:29:39 -04:00
BundledPrograms.hs Windows: Remove cygwin ssh, the newer version of which has stopped honoring the setting of HOME. Instead, copy msysgit's ssh into PATH. 2015-05-07 15:53:03 -04:00
collect-ghc-options.sh Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, and cpp. 2015-08-19 13:53:57 -04:00
Configure.hs more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00
DesktopFile.hs more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00
DistributionUpdate.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
EvilLinker.hs Fix Windows build to work with ghc 7.10 2015-09-01 14:51:14 -07:00
EvilSplicer.hs avoid unused variable 2015-05-27 17:02:23 -04:00
InstallDesktopFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
LinuxMkLibs.hs Better fix for standalone tarball git-annex sync linker shim bug, that works for "git annex sync" as well as "git-annex sync". 2015-03-27 16:06:50 -04:00
make-sdist.sh use ustar format and omit filnames with colons. new hackage requirements 2014-04-11 18:45:46 -04:00
mdwn2man fix formatting of git-annex(1) synopsis 2015-07-09 11:22:37 -04:00
NullSoftInstaller.hs add a wrapper for ssh-keygen 2015-05-08 14:55:57 -04:00
OSXMkLibs.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Standalone.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
TestConfig.hs more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00
Version.hs remove unused import 2015-08-24 14:26:41 -07:00