packages feed

streamly-fsnotify 1.1.0.0 → 1.1.1.0

raw patch · 3 files changed

+6/−2 lines, 3 filesdep ~semiringsdep ~streamlydep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: semirings, streamly, text, time

API changes (from Hackage documentation)

+ Streamly.FSNotify: everything :: EventPredicate
+ Streamly.FSNotify: nothing :: EventPredicate

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for streamly-fsnotify +## 1.1.1.0 -- 2020-05-27++* Export additional `EventPredicate`s.+ ## 1.1.0.0 -- 2020-05-27  * Use abstract newtype for `StopWatching`.
src/Streamly/FSNotify.hs view
@@ -45,7 +45,7 @@     eventPath, eventTime, eventFSEntry,     -- * Events and predicates     EventPredicate(..),-    isDirectory, hasExtension, isCreation, isModification, isDeletion, isBasic, invert, conj, disj,+    everything, nothing, isDirectory, hasExtension, isCreation, isModification, isDeletion, isBasic, invert, conj, disj,     -- * Watchers     watchDirectory, watchDirectoryWith, watchTree, watchTreeWith, ) where
streamly-fsnotify.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                streamly-fsnotify-version:             1.1.0.0+version:             1.1.1.0 synopsis:            Folder watching as a Streamly stream. description:     Provides Streamly streams for both single-level and recursive folder watching.