Skip to content

Commit

Permalink
Bump reflex
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Nov 6, 2020
1 parent a30e856 commit cca6746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions reflex-fsnotify.cabal
Original file line number Diff line number Diff line change
@@ -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!
Expand All @@ -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
Expand Down

0 comments on commit cca6746

Please sign in to comment.