diff --git a/fsnotify.cabal b/fsnotify.cabal
--- a/fsnotify.cabal
+++ b/fsnotify.cabal
@@ -1,5 +1,5 @@
 Name:                   fsnotify
-Version:                0.0.5
+Version:                0.0.6
 Author:                 Mark Dittmer <mark.s.dittmer@gmail.com>
 Maintainer:             Mark Dittmer <mark.s.dittmer@gmail.com>, Greg Weber <greg@gregweber.info>
 License:                BSD3
@@ -86,7 +86,7 @@
                         , uniqueid >= 0.1.1
   if os(linux)
     CPP-Options:        -DOS_Linux
-    Build-Depends:      hinotify == 0.3.2
+    Build-Depends:      hinotify >= 0.3.5 && < 0.4
   else
     if os(windows)
       CPP-Options:      -DOS_Win32
