Revision e0e3586a

b/INSTALL
159 159
  version 4.2.4
160 160
- `text <http://hackage.haskell.org/package/text>`_
161 161
- ``bytestring``, which usually comes with the compiler
162
- `hinotify <http://hackage.haskell.org/package/hinotify>`_
162 163

  
163 164
These libraries are available in Debian Wheezy (but not in Squeeze), so
164 165
you can use either apt::
165 166

  
166
  $ apt-get install libghc-hslogger-dev libghc-crypto-dev libghc-text-dev
167
  $ apt-get install libghc-hslogger-dev libghc-crypto-dev libghc-text-dev \
168
                    libghc-hinotify-dev
167 169

  
168 170
or ``cabal``::
169 171

  
170
  $ cabal install hslogger Crypto text
172
  $ cabal install hslogger Crypto text hinotify
171 173

  
172 174
to install them.
173 175

  

Also available in: Unified diff