fsnotify 0.0.1 → 0.0.2
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- fsnotify.cabal +3/−3
- src/System/FSNotify.hs +1/−0
fsnotify.cabal view
@@ -1,5 +1,5 @@ Name: fsnotify-Version: 0.0.1+Version: 0.0.2 Author: Mark Dittmer <mark.s.dittmer@gmail.com> Maintainer: Mark Dittmer <mark.s.dittmer@gmail.com>, Greg Weber <greg@gregweber.info> License: BSD3@@ -21,7 +21,7 @@ , directory >= 1.1.0.2 , system-fileio >= 0.3.8 && < 0.4 , system-filepath >= 0.4.6 && <= 0.5- , text >= 0.11.2.0+ , text >= 0.11.0 , time >= 1.4 Exposed-Modules: System.FSNotify , System.FSNotify.Devel@@ -76,7 +76,7 @@ , random >= 1.0.1.1 , system-filepath >= 0.4.6 , system-fileio >= 0.3.7- , text >= 0.11.2.0+ , text >= 0.10 , time >= 1.4 , QuickCheck >= 2.4.2 , uniqueid >= 0.1.1
src/System/FSNotify.hs view
@@ -51,6 +51,7 @@ #endif data WatchManager = WatchManager WatchConfig (Either PollManager NativeManager)+defaultConfig :: WatchConfig defaultConfig = DebounceDefault -- | Perform an IO action with a WatchManager in place.