reflex-fsnotify 0.2.1.1 → 0.2.1.2
raw patch · 3 files changed
+13/−6 lines, 3 filesdep ~basedep ~reflexPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, reflex
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- README.md +2/−2
- reflex-fsnotify.cabal +7/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-fsnotify +## 0.2.1.2++* Support reflex 0.8+ ## 0.2.1.1 * Support GHC 8.8 and `reflex` 0.7.
README.md view
@@ -1,5 +1,5 @@ # reflex-fsnotify -[](https://hackage.haskell.org/package/reflex-fsnotify) [](https://matrix.hackage.haskell.org/#/package/reflex-fsnotify) [](https://travis-ci.org/reflex-frp/reflex-fsnotify)+[](https://haskell.org) [](https://hackage.haskell.org/package/reflex-fsnotify) [](https://matrix.hackage.haskell.org/#/package/reflex-fsnotify) [](https://travis-ci.org/reflex-frp/reflex-fsnotify) [](https://github.com/reflex-frp/reflex-fsnotify/blob/master/LICENSE) -Watch directories for changes using a functional-reactive interface!+Watch files and directories for changes using a functional-reactive interface!
reflex-fsnotify.cabal view
@@ -1,8 +1,11 @@ cabal-version: >=1.10 name: reflex-fsnotify-version: 0.2.1.1-synopsis: reflex-frp interface for watching files-description: Receive FRP events whenever files change.+version: 0.2.1.2+synopsis: Reflex FRP interface for watching files+description:+ Watch files and directories for changes using a functional-reactive interface!+ .+ <https://reflex-frp.org/> bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues license: BSD3 license-file: LICENSE@@ -22,7 +25,7 @@ , directory >= 1.3 && < 1.4 , filepath >= 1.4 && < 1.5 , fsnotify >= 0.3 && < 0.4- , reflex >= 0.5 && < 0.8+ , reflex >= 0.5 && < 0.9 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall