diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for net-spider-rpl-cli
 
+## 0.1.3.1  -- 2020-04-26
+
+* Confirm test with `greskell-1.1.0.0`.
+
 ## 0.1.3.0  -- 2020-04-18
 
 * Add Analyze module.
diff --git a/net-spider-rpl-cli.cabal b/net-spider-rpl-cli.cabal
--- a/net-spider-rpl-cli.cabal
+++ b/net-spider-rpl-cli.cabal
@@ -1,5 +1,5 @@
 name:                   net-spider-rpl-cli
-version:                0.1.3.0
+version:                0.1.3.1
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -33,7 +33,7 @@
                         net-spider-cli >=0.2.0.0 && <0.3,
                         text >=1.2.2.2 && <1.3,
                         unordered-containers >=0.2.8 && <0.3,
-                        greskell >=1.0.0.0 && <1.1,
+                        greskell >=1.0.0.0 && <1.2,
                         optparse-applicative >=0.14.3.0 && <0.16,
                         monad-logger >=0.3.28.1 && <0.4,
                         time >=1.8.0.2 && <1.10,
