aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-17 11:24:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-17 11:24:07 -0400
commit4f2547f065f4598cec8b44708cd9e915dd5130b3 (patch)
tree6a9fb2f80c6c32fadd315f154003e21b1d5b1e35
parent3ea7a804e003d52e6fd3eb4ddc059b064a22284c (diff)
add dep needed with newer ghc
-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 15539d1f4..7986ee002 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -21,6 +21,7 @@ quite a lot.
* [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore)
* [UUID](http://hackage.haskell.org/package/uuid)
* [regex-tdfa](http://hackage.haskell.org/package/regex-tdfa)
+ * [extensible-exceptions](http://hackage.haskell.org/package/extensible-exceptions)
* Optional haskell stuff, used by the [[assistant]] and its webapp
* [stm](http://hackage.haskell.org/package/stm)
(version 2.3 or newer)