diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-04 14:44:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-04 14:51:52 -0400 |
commit | 91fc975964d94503fa932256bc8684de13cd9e1e (patch) | |
tree | 159e9e906aee84ef7f14e73c0f32db9bd043cdbf /doc/install.mdwn | |
parent | 56470ce3e5a417dd81c985711b7927db0ce9015e (diff) |
note 7.4 needed
Diffstat (limited to 'doc/install.mdwn')
-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) |