document explicitely how to install the haskell platform on Debian

This commit is contained in:
Antoine Beaupré 2013-07-30 18:10:49 +02:00
parent b07559e3c4
commit e59a8c64bd

View file

@ -1,6 +1,11 @@
As a haskell package, git-annex can be installed using cabal.
Start by installing the [Haskell Platform](http://hackage.haskell.org/platform/).
Start by installing the [Haskell Platform][]. In Debian, this is as
simple as:
sudo apt-get install haskell-platform
[Haskell Platform]: http://hackage.haskell.org/platform/
## minimal build