fsnotify 0.0.7.1 → 0.0.8
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ System.FSNotify: eventPath :: Event -> FilePath
+ System.FSNotify: eventTime :: Event -> UTCTime
Files
- fsnotify.cabal +1/−1
- src/System/FSNotify.hs +6/−1
fsnotify.cabal view
@@ -1,5 +1,5 @@ Name: fsnotify-Version: 0.0.7.1+Version: 0.0.8 Author: Mark Dittmer <mark.s.dittmer@gmail.com> Maintainer: Mark Dittmer <mark.s.dittmer@gmail.com>, Greg Weber <greg@gregweber.info> License: BSD3
src/System/FSNotify.hs view
@@ -7,8 +7,13 @@ -- | cross-platform file watching. module System.FSNotify- ( Event(..)+ (+ + -- * Events+ Event(..) , EventChannel+ , eventTime+ , eventPath , Action , ActionPredicate