diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for fold-debounce-conduit
 
+## 0.1.0.2  -- 2016-05-22
+
+* Confirmed build with base-4.9.0.0
+
+
 ## 0.1.0.1  -- 2016-05-03
 
 * Bump dependency version upper bounds.
diff --git a/fold-debounce-conduit.cabal b/fold-debounce-conduit.cabal
--- a/fold-debounce-conduit.cabal
+++ b/fold-debounce-conduit.cabal
@@ -1,5 +1,5 @@
 name:                   fold-debounce-conduit
-version:                0.1.0.1
+version:                0.1.0.2
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -20,7 +20,7 @@
   exposed-modules:      Data.Conduit.FoldDebounce
   -- other-modules:
   default-extensions:   FlexibleContexts
-  build-depends:        base >=4.6.0 && <4.9,
+  build-depends:        base >=4.6.0 && <5.0,
                         conduit >=1.2.4 && <1.3,
                         fold-debounce >=0.2.0 && <0.3,
                         resourcet >=1.1.5 && <1.2,
