Build with ghc's threaded runtime, so threaded code does not busy-wait.

Sort of a work around for http://bugs.debian.org/677096
This commit is contained in:
Joey Hess 2012-06-11 12:20:38 -04:00
parent a5a3cd55ac
commit 129f6123fe
3 changed files with 6 additions and 4 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ git-annex (3.20120612) UNRELEASED; urgency=low
* watch: New subcommand, which uses inotify to watch for changes to
files and automatically annexes new files, etc, so you don't need
to manually run git commands when manipulating files.
* Build with ghc's threaded runtime, so threaded code does not busy-wait.
-- Joey Hess <joeyh@debian.org> Tue, 05 Jun 2012 20:25:51 -0400