packages feed

monitor 0.1.0 → 0.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~hinotify

Dependency ranges changed: base, hinotify

Files

monitor.cabal view
@@ -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