diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-07 19:10:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-07 20:53:57 -0400 |
commit | 2a108982ad95f9bba9bb1ae1c6152ef9b10be53c (patch) | |
tree | 95b285fe049c1c0ae44f7d392151876e59553afd /doc/install.mdwn | |
parent | 8c1fa1ab5f15c096e76fd2727f41b3bc042a2f3a (diff) |
add monad-control to build depends
Will use this to handle exceptions in the Annex monad, yay.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 38963695b..49ddd913f 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -23,6 +23,7 @@ To build and use git-annex, you will need: * [utf8-string](http://hackage.haskell.org/package/utf8-string) * [SHA](http://hackage.haskell.org/package/SHA) * [dataenc](http://hackage.haskell.org/package/dataenc) + * [monad-control](http://hackage.haskell.org/package/monad-control) * [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack) * [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck) * [HTTP](http://hackage.haskell.org/package/HTTP) |