diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-11 13:09:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-11 13:38:08 -0400 |
commit | 2fd3fde8b28fd5e188090ecd975122d6c3984396 (patch) | |
tree | deab5bc5df01dd0bb16ca55663f3728f7168400e /doc/install | |
parent | 264bd9ebe37855d4005022df057da13ec8080afb (diff) |
added a runTimeout function
This adds a dep on haskell's async library, but since that's been
added to the recent haskell platform release, it should not be
much hardship to my poor long-suffering library chasing users.
Diffstat (limited to 'doc/install')
-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 000bc8451..18759d6b4 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -19,6 +19,7 @@ quite a lot. * [edit-distance](http://hackage.haskell.org/package/edit-distance) * [hS3](http://hackage.haskell.org/package/hS3) (optional) * [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore) + * [async](http://hackage.haskell.org/package/async) * 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) |