From fe7ad9c8e65f5977d60270c5ba70cafcdde7946b Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Sun, 30 Dec 2012 03:18:48 +0100 Subject: [PATCH] Improve a bit Haskell library recommended versions The hinotify library was missing any versions, and finding one that works with ghc 6.12 (base 4.2.x) was not obvious. The test-framework-quickcheck2 recommended version didn't actually work with the test-framework version, so fix that as well. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- INSTALL | 3 ++- doc/devnotes.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 06ceb91a3..6b3825d62 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 81823c36d..9ff55af78 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 -- GitLab