diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,8 +1,12 @@
 # Changelog for yesod-filter
 
+## 0.1.0.2 (2020-10-08)
+
+- Fix the version constraints of package `text`.
+
 ## 0.1.0.1 (2020-10-07)
 
-- Fix the version of time package.
+- Fix the version constraints of package `time`.
 
 ## 0.1.0.0 (2020-10-06)
 
diff --git a/yesod-filter.cabal b/yesod-filter.cabal
--- a/yesod-filter.cabal
+++ b/yesod-filter.cabal
@@ -1,5 +1,5 @@
 name:                yesod-filter
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Automatic filter generator for Yesod
 description:         Please see the README on GitHub at <https://github.com/iij-ii/yesod-filter#readme>
 homepage:            https://github.com/iij-ii/yesod-filter#readme
@@ -24,7 +24,7 @@
   build-depends:       base >= 4.7 && < 5
                      , persistent
                      , template-haskell
-                     , text
+                     , text >= 1.2.4
                      , time >= 1.9
                      , yesod-core
                      , yesod-persistent
@@ -45,7 +45,7 @@
                      , persistent-template
                      , QuickCheck
                      , template-haskell
-                     , text
+                     , text >= 1.2.4
                      , time >= 1.9
                      , yesod-filter
                      , yesod-persistent
