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 | |
parent | 56470ce3e5a417dd81c985711b7927db0ce9015e (diff) |
note 7.4 needed
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | doc/install.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c3ddad932..5d5956de8 100644 --- a/debian/control +++ b/debian/control @@ -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, 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) |