diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-24 16:01:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-24 16:01:01 -0400 |
commit | 6148b926959ce5cbbc12aafc60a119788ca6d97f (patch) | |
tree | 738a801b7d4b49dbfee254d0baa6674444f93551 /doc/install | |
parent | c7f3bfbc5e25109629cb3df871dc1f4844f6c560 (diff) |
add TList, built on DList
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 d62af115e..cf8f95c4f 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -13,6 +13,7 @@ quite a lot. * [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck) * [json](http://hackage.haskell.org/package/json) * [IfElse](http://hackage.haskell.org/package/IfElse) + * [dlist](http://hackage.haskell.org/package/dlist) * [bloomfilter](http://hackage.haskell.org/package/bloomfilter) * [edit-distance](http://hackage.haskell.org/package/edit-distance) * [hS3](http://hackage.haskell.org/package/hS3) (optional) |