diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for reflex-fsnotify
 
+## 0.2.1.1
+
+* Support GHC 8.8 and `reflex` 0.7.
+
 ## 0.2.1.0
 
 * Add `watchDirs` to watch a list of directories
diff --git a/reflex-fsnotify.cabal b/reflex-fsnotify.cabal
--- a/reflex-fsnotify.cabal
+++ b/reflex-fsnotify.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.10
 name: reflex-fsnotify
-version: 0.2.1.0
+version: 0.2.1.1
 synopsis: reflex-frp interface for watching files
 description: Receive FRP events whenever files change.
 bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues
@@ -13,16 +13,16 @@
 build-type: Simple
 extra-source-files: ChangeLog.md
                     README.md
-tested-with: GHC ==8.6.5
+tested-with: GHC ==8.8.3 || ==8.6.5
 
 library
   exposed-modules: Reflex.FSNotify
-  build-depends: base >=4.10 && <4.13
+  build-depends: base >=4.10 && <4.14
                , containers >= 0.6 && < 0.7
                , directory >= 1.3 && < 1.4
                , filepath >= 1.4 && < 1.5
                , fsnotify >= 0.3 && < 0.4
-               , reflex >= 0.5 && < 0.7
+               , reflex >= 0.5 && < 0.8
   hs-source-dirs: src
   default-language: Haskell2010
   ghc-options: -Wall
