From 0605e5eaf6e5745e9c81d335ecf56b996a0b28e5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Oct 2012 17:50:17 -0400 Subject: Depend on and use the Haskell SafeSemaphore library, which provides exception-safe versions of SampleVar and QSemN. Thanks, Ben Gamari for an excellent patch set. --- debian/changelog | 3 +++ debian/control | 1 + 2 files changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 560447e10..77fcf7bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ git-annex (3.20121002) UNRELEASED; urgency=low of the repository configuration settings stored in the git-annex branch. * Only build-depend on libghc-clientsession-dev on arches that will have the webapp. + * Depend on and use the Haskell SafeSemaphore library, which provides + exception-safe versions of SampleVar and QSemN. + Thanks, Ben Gamari for an excellent patch set. -- Joey Hess Mon, 01 Oct 2012 15:09:49 -0400 diff --git a/debian/control b/debian/control index 505ea6ebb..24464f980 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,7 @@ Build-Depends: libghc-crypto-api-dev, libghc-network-multicast-dev, libghc-network-info-dev, + libghc-safesemaphore-dev, ikiwiki, perlmagick, git, -- cgit v1.2.3