We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30e856 commit cca6746Copy full SHA for cca6746
ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for reflex-fsnotify
2
3
+## 0.2.1.2
4
+
5
+* Support reflex 0.8
6
7
## 0.2.1.1
8
9
* Support GHC 8.8 and `reflex` 0.7.
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
25
, directory >= 1.3 && < 1.4
26
, filepath >= 1.4 && < 1.5
27
, fsnotify >= 0.3 && < 0.4
28
- , reflex >= 0.5 && < 0.8
+ , reflex >= 0.5 && < 0.9
29
hs-source-dirs: src
30
default-language: Haskell2010
31
ghc-options: -Wall
0 commit comments