packages feed

tailfile-hinotify 1.0.0.1 → 1.0.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

lib/System/IO/TailFile.hs view
@@ -85,5 +85,5 @@                       if Data.ByteString.null c                          then do return a                          else do !a' <- callback a c-                                 drainBytes h a'+                                 go a'         in  go
tailfile-hinotify.cabal view
@@ -1,5 +1,5 @@ name:                tailfile-hinotify-version:             1.0.0.1+version:             1.0.0.2 synopsis:            Tail files in Unix, using hinotify.  description:         Tail files in Unix, using hinotify.  license:             MIT