diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-20 12:44:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-20 12:44:25 -0400 |
commit | 50d35a77f6ad083c6eead5439e9d0ca91ee03dc5 (patch) | |
tree | 6021c5f39d2d6fe4a1ffe80e8d0895c2281ca210 /doc | |
parent | 6f92da2474f66c0ffa3ee741383cb12cc462b61e (diff) | |
parent | 244a312b17a8ba825507296f52ab9357220102c0 (diff) |
Merge branch 'safesemaphore'
Conflicts:
debian/changelog
git-annex.cabal
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/fromscratch.mdwn | 1 |
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) |