summaryrefslogtreecommitdiff
path: root/git-annex.cabal
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 /git-annex.cabal
parent7053f5f94730cc171f677b1c267d479ba046b8b5 (diff)
add hinotify dependencies
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
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