diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-25 16:24:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-25 16:24:05 -0400 |
commit | 762a23af0b321bbc03b377246871757957b4812d (patch) | |
tree | fe5fe76b0a0267abba60b51f86e2ebb89e21e01b /doc/install/fromscratch.mdwn | |
parent | ed3bcbb650a0b6c7f50d9ab81621aa085615380a (diff) |
build-depend on a recent mtl
Old versions have an insufficiently generic definition of reader,
which only works on ReaderT and not on newtypes made of it, or something
like that.
Diffstat (limited to 'doc/install/fromscratch.mdwn')
-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 49dd1302e..1aebc68a2 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -3,6 +3,7 @@ quite a lot. * Haskell stuff * [The Haskell Platform](http://haskell.org/platform/) (GHC 7.4 or newer) + * [mtl](http://hackage.haskell.org.package/mtl) (2.1.1 or newer) * [MissingH](http://github.com/jgoerzen/missingh/wiki) * [pcre-light](http://hackage.haskell.org/package/pcre-light) * [utf8-string](http://hackage.haskell.org/package/utf8-string) |