diff --git a/monitor.cabal b/monitor.cabal
--- a/monitor.cabal
+++ b/monitor.cabal
@@ -1,5 +1,5 @@
 name:               monitor
-version:            0.1.0
+version:            0.1.1
 synopsis:           Do things when files change.
 description:        monitor waits for files to change, then runs system commands.
 license:            MIT
@@ -14,8 +14,8 @@
 executable monitor
   main-is:          monitor.hs
   GHC-Options:      -Wall
-  build-depends:    base == 4.5.*,
-                    hinotify == 0.3.*,
+  build-depends:    base >= 4.5.0 && <= 10.0.0,
+                    hinotify >= 0.3,
                     process,
                     filepath
 
