packages feed

watcher 0.0.1 → 0.0.2

raw patch · 1 files changed

+5/−1 lines, 1 filesdep +containersdep +directory

Dependencies added: containers, directory

Files

watcher.cabal view
@@ -1,5 +1,5 @@ Name:          watcher-Version:       0.0.1+Version:       0.0.2 License:       MIT License-file:  LICENSE Category:      filesystem@@ -20,6 +20,8 @@   default-language: Haskell2010   build-depends:     base >= 4 && < 5,+    containers >= 0.4,+    directory >= 1.1,     filepath >= 1.3,     hinotify >= 0.3.5   exposed-modules: Watcher@@ -35,5 +37,7 @@   hs-source-dirs: tests   build-depends:     base,+    containers,+    directory,     filepath,     hinotify