diff --git a/INSTALL b/INSTALL index 06ceb91a371efe72a0799f17f832ac59ba37d0b9..6b3825d628c68443fbeab78e282f1772dd19d697 100644 --- a/INSTALL +++ b/INSTALL @@ -182,7 +182,8 @@ 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>`_ diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 81823c36db2af31aeabf766c44b44617135f4dc9..9ff55af7842f4db4c44f03cbb6d6ff74c8e63fac 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -69,7 +69,7 @@ document, plus: - the `test-framework <http://batterseapower.github.com/test-framework/>`_ libraries, tested versions: ``test-framework``: 0.6, ``test-framework-hunit``: - 0.2.7, ``test-framework-quickcheck2``: 0.2.12 + 0.2.7, ``test-framework-quickcheck2``: 0.2.12.1 - ``hpc``, which comes with the compiler, so you should already have it - `shelltestrunner <http://joyful.com/shelltestrunner>`_, used for