From cca674623b797dd423421dec0f1da952a1d1f36d Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Fri, 6 Nov 2020 11:15:03 -0500 Subject: [PATCH] Bump reflex --- ChangeLog.md | 4 ++++ reflex-fsnotify.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 608a2c4..4b5f36e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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. diff --git a/reflex-fsnotify.cabal b/reflex-fsnotify.cabal index 773e0d3..09dd196 100644 --- a/reflex-fsnotify.cabal +++ b/reflex-fsnotify.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: reflex-fsnotify -version: 0.2.1.1 +version: 0.2.1.2 synopsis: Reflex FRP interface for watching files description: Watch files and directories for changes using a functional-reactive interface! @@ -25,7 +25,7 @@ library , 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