note 7.4 needed
This commit is contained in:
parent
56470ce3e5
commit
91fc975964
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
ghc,
|
ghc (>= 7.4),
|
||||||
libghc-missingh-dev,
|
libghc-missingh-dev,
|
||||||
libghc-hslogger-dev,
|
libghc-hslogger-dev,
|
||||||
libghc-pcre-light-dev,
|
libghc-pcre-light-dev,
|
||||||
|
|
|
@ -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:
|
To build and use git-annex, you will need:
|
||||||
|
|
||||||
* Haskell stuff
|
* 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)
|
* [MissingH](http://github.com/jgoerzen/missingh/wiki)
|
||||||
* [pcre-light](http://hackage.haskell.org/package/pcre-light)
|
* [pcre-light](http://hackage.haskell.org/package/pcre-light)
|
||||||
* [utf8-string](http://hackage.haskell.org/package/utf8-string)
|
* [utf8-string](http://hackage.haskell.org/package/utf8-string)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue