Skip to content

Commit cca6746

Browse files
committed
Bump reflex
1 parent a30e856 commit cca6746

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for reflex-fsnotify
22

3+
## 0.2.1.2
4+
5+
* Support reflex 0.8
6+
37
## 0.2.1.1
48

59
* Support GHC 8.8 and `reflex` 0.7.

reflex-fsnotify.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: reflex-fsnotify
3-
version: 0.2.1.1
3+
version: 0.2.1.2
44
synopsis: Reflex FRP interface for watching files
55
description:
66
Watch files and directories for changes using a functional-reactive interface!
@@ -25,7 +25,7 @@ library
2525
, directory >= 1.3 && < 1.4
2626
, filepath >= 1.4 && < 1.5
2727
, fsnotify >= 0.3 && < 0.4
28-
, reflex >= 0.5 && < 0.8
28+
, reflex >= 0.5 && < 0.9
2929
hs-source-dirs: src
3030
default-language: Haskell2010
3131
ghc-options: -Wall

0 commit comments

Comments
 (0)