packages feed

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 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 -[![hackage](https://img.shields.io/hackage/v/reflex-fsnotify.svg)](https://hackage.haskell.org/package/reflex-fsnotify) [![hackage-ci](https://matrix.hackage.haskell.org/api/v2/packages/reflex-fsnotify/badge)](https://matrix.hackage.haskell.org/#/package/reflex-fsnotify) [![travis-ci](https://api.travis-ci.org/reflex-frp/reflex-fsnotify.svg?branch=develop)](https://travis-ci.org/reflex-frp/reflex-fsnotify)+[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/reflex-fsnotify.svg)](https://hackage.haskell.org/package/reflex-fsnotify) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/reflex-fsnotify/badge)](https://matrix.hackage.haskell.org/#/package/reflex-fsnotify) [![Travis CI](https://api.travis-ci.org/reflex-frp/reflex-fsnotify.svg?branch=develop)](https://travis-ci.org/reflex-frp/reflex-fsnotify) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](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