packages feed

streamly-fsnotify 1.1.1.2 → 1.1.1.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~filepathdep ~semiringsdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath, semirings, time

API changes (from Hackage documentation)

Files

streamly-fsnotify.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                streamly-fsnotify-version:             1.1.1.2+version:             1.1.1.3 synopsis:            Folder watching as a Streamly stream. description:     Provides Streamly streams for both single-level and recursive folder watching.@@ -20,12 +20,12 @@         Streamly.FSNotify     build-depends:         base >= 4.9 && < 5,-        filepath ^>= 1.4.2.1,+        filepath ^>= {1.4.2.1, 1.5},         fsnotify ^>= 0.4,-        semirings ^>= {0.5.2, 0.6},+        semirings ^>= {0.5.2, 0.6, 0.7},         streamly ^>= {0.7, 0.8, 0.9, 0.10},         text ^>= {1.2.3.0, 2.0, 2.1},-        time ^>= {1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12},+        time ^>= {1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14},     hs-source-dirs: src     default-language: Haskell2010     ghc-options: -Wall