reflex-fsnotify 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- reflex-fsnotify.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,8 @@ # Revision history for reflex-fsnotify +## 0.3.0.2+* Support GHC 9.12+ ## 0.3.0.1 * Build with GHC 9.10
reflex-fsnotify.cabal view
@@ -1,13 +1,13 @@ cabal-version: >=1.10 name: reflex-fsnotify-version: 0.3.0.1+version: 0.3.0.2 license: BSD3 license-file: LICENSE copyright: 2020 Obsidian Systems LLC maintainer: maintainer@obsidian.systems author: Obsidian Systems LLC tested-with:- ghc ==8.10.7 || ==8.8.4 || ==8.6.5 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1+ ghc ==8.10.7 || ==8.8.4 || ==8.6.5 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.1 bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues synopsis: Reflex FRP interface for watching files@@ -32,7 +32,7 @@ default-language: Haskell2010 ghc-options: -Wall build-depends:- base >=4.10 && <4.21,+ base >=4.10 && <4.22, containers >=0.6 && <0.8, directory >=1.3 && <1.4, filepath >=1.4 && <1.6,