diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-07 14:12:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-07 14:12:39 -0400 |
commit | b51d7de6085603599f97e7c69038328f036cd861 (patch) | |
tree | 472a3f604edb4a532c448d969f58ca801d2a3fb3 /doc | |
parent | b8140f3fc2586603da9b92bad2346ecf4cba99c7 (diff) | |
parent | 7d04f3ad58a3789d77b1e90e502a27d66a90e0d3 (diff) |
Merge branch 'ghc7.4'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index b48914197..8de24d40d 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -21,7 +21,7 @@ As a haskell package, git-annex can be installed using cabal. For example: To build and use git-annex, you will need: * Haskell stuff - * [The Haskell Platform](http://haskell.org/platform/) + * [The Haskell Platform](http://haskell.org/platform/) (GHC 7.4 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) |