packages feed

hinotify 0.3.3 → 0.3.4

raw patch · 2 files changed

+1/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hinotify.cabal view
@@ -1,5 +1,5 @@ name:               hinotify-version:            0.3.3+version:            0.3.4 build-type:         Simple synopsis:           Haskell binding to inotify description:
src/System/INotify.hsc view
@@ -198,8 +198,6 @@             throwErrnoIfMinus1 "addWatch" $               c_inotify_add_watch (fromIntegral fd) fp_c mask     let event = \e -> do-            when (OneShot `elem` masks) $-              rm_watch inotify wd             case e of               -- if the event is Ignored then we know for sure that               -- this is the last event on that WatchDescriptor