summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-04 13:33:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-04 13:34:22 -0400
commit59ce18d7572a088408ec3477999612d9f2b3b043 (patch)
tree2f0de6638d4e974cc146d05932dd1700993f041e
parent7053f5f94730cc171f677b1c267d479ba046b8b5 (diff)
add hinotify dependencies
-rw-r--r--debian/control1
-rw-r--r--doc/install.mdwn1
-rw-r--r--git-annex.cabal3
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 2510e2b33..bfb0017bc 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends:
libghc-ifelse-dev,
libghc-bloomfilter-dev,
libghc-edit-distance-dev,
+ libghc-hinotify-dev,
ikiwiki,
perlmagick,
git,
diff --git a/doc/install.mdwn b/doc/install.mdwn
index fe0522aa0..ec3a7b013 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -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/)
diff --git a/git-annex.cabal b/git-annex.cabal
index e12cbb177..e5ad27d9d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -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