diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for KVITable
 
+## 1.0.2.0 -- 2023-01-09
+
+* Support GHC 9.4.
+
 ## 1.0.1.0 -- 2022-05-26
 
 * Support GHC 9.2 [thanks to Ryan Scott].
diff --git a/kvitable.cabal b/kvitable.cabal
--- a/kvitable.cabal
+++ b/kvitable.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >=1.10
 name:                kvitable
-version:             1.0.1.0
+version:             1.0.2.0
 synopsis:            Key/Value Indexed Table container and formatting library
 description:
    .
@@ -29,6 +29,7 @@
 maintainer:          kquick@galois.com
 copyright:           Kevin Quick, 2021-2022
 category:            Text
+homepage:            https://github.com/kquick/kvitable
 build-type:          Simple
 tested-with:         GHC ==8.6.5 GHC ==8.8.4 GHC ==8.10.4 GHC ==9.0.1
 extra-source-files:  CHANGELOG.md
@@ -46,12 +47,12 @@
                      , Data.KVITable.Render.ASCII
                      , Data.KVITable.Render.HTML
   -- other-modules:
-  build-depends:       base >=4.12 && <4.17
-                     , containers >= 0.6 && < 0.7
+  build-depends:       base >=4.12 && <4.18
+                     , containers
                      , lucid  >= 2.9 && < 2.12
                      , microlens >= 0.4 && < 0.5
                      , prettyprinter >= 1.7 && < 1.8
-                     , text >= 1.2 && < 1.3
+                     , text
 
 test-suite test-kvitable
   type:                exitcode-stdio-1.0
