diff --git a/fsnotify.cabal b/fsnotify.cabal
--- a/fsnotify.cabal
+++ b/fsnotify.cabal
@@ -1,5 +1,5 @@
 Name:                   fsnotify
-Version:                0.2
+Version:                0.2.0.1
 Author:                 Mark Dittmer <mark.s.dittmer@gmail.com>
 Maintainer:             Greg Weber <greg@gregweber.info>, Roman Cheplyaka <roma@ro-che.info>
 License:                BSD3
@@ -45,12 +45,12 @@
     if os(windows)
       CPP-Options:      -DOS_Win32
       Other-Modules:    System.FSNotify.Win32
-      Build-Depends:    Win32-notify >= 0.3
+      Build-Depends:    Win32-notify >= 0.3, system-filepath, system-fileio
     else
       if os(darwin)
         CPP-Options:    -DOS_Mac
         Other-Modules:  System.FSNotify.OSX
-        Build-Depends:  hfsevents >= 0.1.3
+        Build-Depends:  hfsevents >= 0.1.3, system-filepath, system-fileio
 
 Test-Suite test
   Type:                 exitcode-stdio-1.0
