summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-07 04:05:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-07 04:05:14 -0400
commitc0caa37187e9c062825dd6d5cb6be2dfa63bc7dd (patch)
treef3e18559eab44b03e29da13df9163b1a25af72dc /doc/install
parent25dbffe682ba78d0a6dccaa9c64848600e729028 (diff)
use vector in local status
Thought was that this would be faster than a map, since a vector can be updated more efficiently. It turns out to not seem to matter; runtime and memory usage are basically identical.
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 c85de7ef0..62fb75403 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -6,6 +6,7 @@ quite a lot.
* [mtl](http://hackage.haskell.org.package/mtl) (2.1.1 or newer)
* [MissingH](http://github.com/jgoerzen/missingh/wiki)
* [utf8-string](http://hackage.haskell.org/package/utf8-string)
+ * [vector](http://hackage.haskell.org/package/vector)
* [SHA](http://hackage.haskell.org/package/SHA)
* [cryptohash](http://hackage.haskell.org/package/cryptohash) (optional but recommended)
* [dataenc](http://hackage.haskell.org/package/dataenc)