aboutsummaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-05 17:50:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-05 17:50:17 -0400
commit0605e5eaf6e5745e9c81d335ecf56b996a0b28e5 (patch)
tree9fda48344b080d95de36e43a6410a8710c021fcf /doc/install
parent16dd73fec52d282baf62a17fe1f8d8566b6dde1e (diff)
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.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/fromscratch.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn
index 795443b71..4410a59b9 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -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)