diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for streamly-fsnotify
 
+## 1.0.0.1 -- 2019-12-09
+
+* Widen bounds on ``time`` to support Windows build.
+
 ## 1.0.0.0 -- 2019-12-06
 
 * First version. Released on an unsuspecting world.
diff --git a/streamly-fsnotify.cabal b/streamly-fsnotify.cabal
--- a/streamly-fsnotify.cabal
+++ b/streamly-fsnotify.cabal
@@ -3,7 +3,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             1.0.0.0
+version:             1.0.0.1
 synopsis:            Folder watching as a Streamly stream.
 description:         Provides Streamly streams for both single-level and
                      recursive folder watching. Also contains a principled and
@@ -28,6 +28,6 @@
                        paths >= 0.2.0.0 && < 0.3.0.0,
                        semirings >= 0.5.2 && < 0.6.0,
                        text >= 1.2.4.0 && < 1.3.0.0,
-                       time >= 1.9.3 && < 2.0.0
+                       time >= 1.1 && < 2.0.0
   hs-source-dirs:      src
   default-language:    Haskell2010
