diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-16 19:00:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-16 19:00:44 -0400 |
commit | 7d166a27352363cf839600b12496ae349589561d (patch) | |
tree | ec3ee602cd0fa81430a1a63fad3c152261d2961c | |
parent | 06db3f2e62470a23ffc14a58647ff85deb9e6f23 (diff) |
new build dep
-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/) |