fsnotify 0.2 → 0.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep +system-fileiodep +system-filepathPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependencies added: system-fileio, system-filepath
API changes (from Hackage documentation)
- System.FSNotify: [confDebounce] :: WatchConfig -> Debounce
- System.FSNotify: [confPollInterval] :: WatchConfig -> Int
- System.FSNotify: [confUsePolling] :: WatchConfig -> Bool
+ System.FSNotify: confDebounce :: WatchConfig -> Debounce
+ System.FSNotify: confPollInterval :: WatchConfig -> Int
+ System.FSNotify: confUsePolling :: WatchConfig -> Bool
Files
- fsnotify.cabal +3/−3
fsnotify.cabal view
@@ -1,5 +1,5 @@ Name: fsnotify-Version: 0.2+Version: 0.2.0.1 Author: Mark Dittmer <mark.s.dittmer@gmail.com> Maintainer: Greg Weber <greg@gregweber.info>, Roman Cheplyaka <roma@ro-che.info> License: BSD3@@ -45,12 +45,12 @@ if os(windows) CPP-Options: -DOS_Win32 Other-Modules: System.FSNotify.Win32- Build-Depends: Win32-notify >= 0.3+ Build-Depends: Win32-notify >= 0.3, system-filepath, system-fileio else if os(darwin) CPP-Options: -DOS_Mac Other-Modules: System.FSNotify.OSX- Build-Depends: hfsevents >= 0.1.3+ Build-Depends: hfsevents >= 0.1.3, system-filepath, system-fileio Test-Suite test Type: exitcode-stdio-1.0