diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for wikicfp-scraper
 
+## 0.1.0.1  -- 2016-05-29
+
+* Confirmed build with time-1.6.0.1 and base-4.9.0.0
+
+
 ## 0.1.0.0  -- 2016-05-21
 
 * First version. Released on an unsuspecting world.
diff --git a/wikicfp-scraper.cabal b/wikicfp-scraper.cabal
--- a/wikicfp-scraper.cabal
+++ b/wikicfp-scraper.cabal
@@ -1,5 +1,5 @@
 name:                   wikicfp-scraper
-version:                0.1.0.0
+version:                0.1.0.1
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -22,11 +22,11 @@
                         
   other-modules:        Web.WikiCFP.Scraper.Type,
                         Web.WikiCFP.Scraper.Scalpel
-  build-depends:        base >=4.6.0 && <4.9,
+  build-depends:        base >=4.6.0 && <5.0,
                         bytestring >=0.10.0 && <0.11,
                         text >=0.11.3.1 && <1.3,
                         scalpel >=0.2.1 && <0.4,
-                        time >=1.4.0 && <1.6,
+                        time >=1.4.0 && <1.7,
                         attoparsec >=0.10.4 && <0.14
 
 -- executable wikicfp-scraper
