diff options
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | doc/install/fromscratch.mdwn | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4e13e002e..152479748 100644 --- a/debian/control +++ b/debian/control @@ -45,6 +45,7 @@ Build-Depends: libghc-gnutls-dev (>= 0.1.4), libghc-xml-types-dev, libghc-async-dev, + libghc-http-dev, ikiwiki, perlmagick, git, diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn index 4c48d7502..d62af115e 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -46,6 +46,7 @@ quite a lot. * [dns](http://hackage.haskell.org/package/dns) * [xml-types](http://hackage.haskell.org/package/xml-types) * [async](http://hackage.haskell.org/package/async) + * [HTTP](http://hackage.haskell.org/package/HTTP) * Shell commands * [git](http://git-scm.com/) * [xargs](http://savannah.gnu.org/projects/findutils/) |