diff --git a/fswatch.cabal b/fswatch.cabal
--- a/fswatch.cabal
+++ b/fswatch.cabal
@@ -1,6 +1,6 @@
 
 name:                fswatch
-version:             0.1.0.5
+version:             0.1.0.6
 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
@@ -17,7 +17,7 @@
   exposed-modules:     System.FSWatch
                      , System.FSWatch.Repr
                      , System.FSWatch.Slave
-  build-depends:       base >=4.9 && <4.12
+  build-depends:       base >=4.9 && <4.13
                      , haskeline >=0.7 && <0.8
                      , directory >=1.3.0
                      , fsnotify >=0.3.0.1
@@ -33,7 +33,7 @@
                      , System.FSWatch.Repr
                      , System.FSWatch.Slave
   other-extensions:    ViewPatterns, RecordWildCards
-  build-depends:       base >=4.9 && <4.12
+  build-depends:       base >=4.9 && <4.13
                      , haskeline >=0.7 && <0.8
                      , directory >=1.3.0
                      , fsnotify >=0.2.1
