diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-26 19:39:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-26 19:39:30 -0400 |
commit | 168f010fdff967e4be8cf36e26f63ca2d712d4e6 (patch) | |
tree | 874ece865a853f2a51f11fdc205000b46aa7df5b | |
parent | 920d736fa9626be88a193bd981c04f44b08ff143 (diff) |
typo
-rw-r--r-- | doc/install/Debian.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Debian.mdwn b/doc/install/Debian.mdwn index 6bed4825b..e9b04dc55 100644 --- a/doc/install/Debian.mdwn +++ b/doc/install/Debian.mdwn @@ -11,7 +11,7 @@ First, install build dependencies. Package names have changed since Debian stable, so this must be done by hand, rather than by using `dpkg-checkbuilddeps`: - sudo apt-get install debhelper ghc6 libghc-missingh-dev \ + sudo apt-get install debhelper ghc6 libghc6-missingh-dev \ libghc6-pcre-light-dev libghc6-sha-dev \ libghc6-dataenc-dev libghc6-utf8-string-dev \ libghc6-testpack-dev |