streamly-fsnotify 2.1 → 2.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- src/Streamly/FSNotify.hs +1/−1
- streamly-fsnotify.cabal +1/−1
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
streamly-fsnotify.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: streamly-fsnotify-version: 2.1+version: 2.1.0.1 synopsis: Folder watching as a Streamly stream. description: Provides Streamly streams for both single-level and recursive folder watching.