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.
This commit is contained in:
parent
e137edf757
commit
33a2af36f2
3 changed files with 5 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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 <joeyh@debian.org> Mon, 01 Oct 2012 15:09:49 -0400
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -39,6 +39,7 @@ Build-Depends:
|
|||
libghc-crypto-api-dev,
|
||||
libghc-network-multicast-dev,
|
||||
libghc-network-info-dev,
|
||||
libghc-safesemaphore-dev,
|
||||
ikiwiki,
|
||||
perlmagick,
|
||||
git,
|
||||
|
|
|
@ -18,6 +18,7 @@ quite a lot.
|
|||
* [bloomfilter](http://hackage.haskell.org/package/bloomfilter)
|
||||
* [edit-distance](http://hackage.haskell.org/package/edit-distance)
|
||||
* [hS3](http://hackage.haskell.org/package/hS3) (optional)
|
||||
* [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore)
|
||||
* Optional haskell stuff, used by the [[assistant]] and its webapp (edit Makefile to disable)
|
||||
* [stm](http://hackage.haskell.org/package/stm)
|
||||
(version 2.3 or newer)
|
||||
|
|
Loading…
Reference in a new issue