diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for greskell-core
 
+## 0.1.3.5  -- 2020-06-21
+
+* Confirm test with `base-4.14.0.0`
+
 ## 0.1.3.4  -- 2020-06-06
 
 * Support `doctest-0.17`.
diff --git a/greskell-core.cabal b/greskell-core.cabal
--- a/greskell-core.cabal
+++ b/greskell-core.cabal
@@ -1,5 +1,5 @@
 name:                   greskell-core
-version:                0.1.3.4
+version:                0.1.3.5
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -30,7 +30,7 @@
                         Data.Greskell.AsIterator
   other-modules:        Data.Greskell.GraphSON.GraphSONTyped,
                         Data.Greskell.GraphSON.Core
-  build-depends:        base >=4.9.0.0 && <4.14,
+  build-depends:        base >=4.9.0.0 && <4.15,
                         aeson >=1.0.2.1 && <1.6,
                         unordered-containers >=0.2.7.1 && <0.3,
                         hashable >=1.2.6.1 && <1.4,
