Skip to content
Snippets Groups Projects
Commit e0e3586a authored by Agata Murawska's avatar Agata Murawska
Browse files

Update to the install file - hinotify dependency


Hinotify was not marked as a dependency for hconfd.

Signed-off-by: default avatarAgata Murawska <agatamurawska@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent 7ddd0118
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment