diff --git a/INSTALL b/INSTALL index db29b26331ad61d0389581550f7836e718aded54..bd62a919f0cd70616141fdf4a6d8119edd9a04ac 100644 --- a/INSTALL +++ b/INSTALL @@ -159,15 +159,17 @@ and a few has extra dependencies: version 4.2.4 - `text <http://hackage.haskell.org/package/text>`_ - ``bytestring``, which usually comes with the compiler +- `hinotify <http://hackage.haskell.org/package/hinotify>`_ These libraries are available in Debian Wheezy (but not in Squeeze), so you can use either apt:: - $ apt-get install libghc-hslogger-dev libghc-crypto-dev libghc-text-dev + $ apt-get install libghc-hslogger-dev libghc-crypto-dev libghc-text-dev \ + libghc-hinotify-dev or ``cabal``:: - $ cabal install hslogger Crypto text + $ cabal install hslogger Crypto text hinotify to install them.