packages feed

streamly-fsnotify 2.1.0.1 → 2.1.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~filepathdep ~semiringsdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath, semirings, time

API changes (from Hackage documentation)

Files

src/Streamly/FSNotify.hs view
@@ -5,7 +5,7 @@ C source files (which we take to be anything with a @.c@ extension). This program then writes that the event occurred, to what file, and when, forever. -> {-# LANGUAGE GHC2021, BlockArguments, LambdaCase #-}+> {\-# LANGUAGE GHC2021, BlockArguments, LambdaCase #-\} > > import Streamly.Data.Fold qualified as SF > import Streamly.Data.Stream.Prelude qualified as SP@@ -18,7 +18,7 @@ >     "c" `isExtensionOf` eventPath e && eventIsDirectory e == IsFile > > srcPath :: FilePath-> srcPath = "/" </> "home" </> "gthomas" </> "c-project"+> srcPath = "/" </> "home" </> "georgefst" </> "c-project" > > main :: IO () > main = SP.fold (SF.drainMapM go) $ watchTree srcPath
streamly-fsnotify.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                streamly-fsnotify-version:             2.1.0.1+version:             2.1.0.2 synopsis:            Folder watching as a Streamly stream. description:     Provides Streamly streams for both single-level and recursive folder watching.