From fcc1977bbb665b75531c383a43081a7ce2b8ff1f Mon Sep 17 00:00:00 2001 From: Helga Velroyen <helgav@google.com> Date: Tue, 11 Dec 2012 18:37:36 +0100 Subject: [PATCH] Add documentation about new dependency to vector lib Updates the INSTALL file to add the haskell library libghc-vector-dev. Signed-off-by: Helga Velroyen <helgav@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 785898ab6..06ceb91a3 100644 --- a/INSTALL +++ b/INSTALL @@ -186,18 +186,19 @@ daemon (``--enable-confd``) and the monitoring agent - `regex-pcre <http://hackage.haskell.org/package/regex-pcre>`_, bindings for the ``pcre`` library - `attoparsec <http://hackage.haskell.org/package/attoparsec>`_ +- `vector <http://hackage.haskell.org/package/vector>`_ These libraries are available in Debian Wheezy (but not in Squeeze, with the exception of curl), so you can use either apt:: $ apt-get install libghc-hslogger-dev libghc-crypto-dev libghc-text-dev \ libghc-hinotify-dev libghc-regex-pcre-dev libghc-curl-dev \ - libghc-attoparsec-dev + libghc-attoparsec-dev libghc-vector-dev or ``cabal``:: $ cabal install hslogger Crypto text hinotify regex-pcre curl \ - attoparsec + attoparsec vector to install them. -- GitLab