add hinotify dependencies

This commit is contained in:
Joey Hess 2012-06-04 13:33:56 -04:00
parent 7053f5f947
commit 59ce18d757
3 changed files with 4 additions and 1 deletions

1
debian/control vendored
View file

@ -20,6 +20,7 @@ Build-Depends:
libghc-ifelse-dev,
libghc-bloomfilter-dev,
libghc-edit-distance-dev,
libghc-hinotify-dev,
ikiwiki,
perlmagick,
git,

View file

@ -41,6 +41,7 @@ To build and use git-annex, you will need:
* [IfElse](http://hackage.haskell.org/package/IfElse)
* [bloomfilter](http://hackage.haskell.org/package/bloomfilter)
* [edit-distance](http://hackage.haskell.org/package/edit-distance)
* [hinotify](http://hackage.haskell.org/package/hinotify)
* Shell commands
* [git](http://git-scm.com/)
* [uuid](http://www.ossp.org/pkg/lib/uuid/)

View file

@ -35,7 +35,8 @@ Executable git-annex
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base == 4.5.*, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
hinotify
Other-Modules: Utility.Touch
C-Sources: Utility/libdiskfree.c
Extensions: CPP