diff --git a/fswatch.cabal b/fswatch.cabal
--- a/fswatch.cabal
+++ b/fswatch.cabal
@@ -1,6 +1,6 @@
 
 name:                fswatch
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            File System watching tool with cli and slave functionalities.
 description:         File System watching tool with cli and slave lib (with os process) functionalities.
 category:            Filesystem
@@ -20,7 +20,7 @@
   build-depends:       base >=4.9 && <4.12
                      , haskeline >=0.7 && <0.8
                      , directory >=1.3.0
-                     , fsnotify >=0.2.1
+                     , fsnotify >=0.3.0.1
                      , optparse-applicative >= 0.13.2
                      , process >=1.4
   hs-source-dirs:      src
