diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-10 14:52:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-10 14:52:54 -0400 |
commit | 516d4899d3ea7e12ee9b408160b36190b8c2d3f2 (patch) | |
tree | ad34ef74d632b07a20b6dec6850d5b9e4a14b289 /doc/install | |
parent | 9b7a1ea41832f30e4d2f707a02df34ccedfcb69f (diff) |
Now uses the Haskell uuid library, rather than needing a uuid program.
Been meaning to do this for some time; Android port was last straw.
Note that newer versions of the uuid library have a Data.UUID.V4 that
generates random UUIDs slightly more cleanly, but Debian has an old version
of the library, so I do it slightly round-about.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/fromscratch.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn index 8fdb8dcda..bde5b9a89 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -20,6 +20,7 @@ quite a lot. * [hS3](http://hackage.haskell.org/package/hS3) (optional) * [DAV](http://hackage.haskell.org/package/DAV) (optional) * [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore) + * [UUID](http://hackage.haskell.org/package/uuid) * 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) @@ -48,8 +49,6 @@ quite a lot. * [async](http://hackage.haskell.org/package/async) * Shell commands * [git](http://git-scm.com/) - * [uuid](http://www.ossp.org/pkg/lib/uuid/) - (or `uuidgen` from util-linux) * [xargs](http://savannah.gnu.org/projects/findutils/) * [rsync](http://rsync.samba.org/) * [curl](http://http://curl.haxx.se/) (optional, but recommended) |