Refactor storage of runtime exclusive storage flag in QA
[ganeti-local] / INSTALL
diff --git a/INSTALL b/INSTALL
index 785898a..6b3825d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -182,22 +182,24 @@ daemon (``--enable-confd``) and the monitoring agent
 - `Crypto <http://hackage.haskell.org/package/Crypto>`_, tested with
   version 4.2.4
 - `text <http://hackage.haskell.org/package/text>`_
-- `hinotify <http://hackage.haskell.org/package/hinotify>`_
+- `hinotify <http://hackage.haskell.org/package/hinotify>`_, tested with
+  version 0.3.2
 - `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.