diff --git a/blaze-textual.cabal b/blaze-textual.cabal
--- a/blaze-textual.cabal
+++ b/blaze-textual.cabal
@@ -1,5 +1,5 @@
 name:            blaze-textual
-version:         0.2.3
+version:         0.2.3.1
 license:         BSD3
 license-file:    LICENSE
 category:        Text
@@ -57,7 +57,6 @@
     ghc-prim,
     old-locale,
     text >= 0.11.0.2,
-    time,
     vector
 
   if !flag(native)
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.2.3.1  2023-03-02
+
+* Drop redundant dependency on `time` (see [#19](https://github.com/swamp-agr/blaze-textual/pull/19)).
+
 0.2.3  2023-03-02
 
 * Fix incorrect minBound detection and `-128 :: Int8` (see [#12](https://github.com/swamp-agr/blaze-textual/pull/12)).
