note 7.4 needed

This commit is contained in:
Joey Hess 2012-02-04 14:44:03 -04:00
parent 56470ce3e5
commit 91fc975964
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: utils
Priority: optional
Build-Depends:
debhelper (>= 9),
ghc,
ghc (>= 7.4),
libghc-missingh-dev,
libghc-hslogger-dev,
libghc-pcre-light-dev,

View file

@ -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)