diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.0.0.2] - 2023-10-09
+
+### Added
+
+* Compatibility with `GHC >= 9.8`.
+
 ## [0.0.0.1] - 2022-05-05
 
 ### Added
diff --git a/src/Test/Syd/Persistent.hs b/src/Test/Syd/Persistent.hs
--- a/src/Test/Syd/Persistent.hs
+++ b/src/Test/Syd/Persistent.hs
@@ -13,6 +13,7 @@
   )
 where
 
+import Control.Monad
 import Control.Monad.Reader
 import qualified Data.ByteString as SB
 import Data.List
diff --git a/sydtest-persistent.cabal b/sydtest-persistent.cabal
--- a/sydtest-persistent.cabal
+++ b/sydtest-persistent.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.7.
+-- This file has been generated from package.yaml by hpack version 0.35.2.
 --
 -- see: https://github.com/sol/hpack
 
 name:           sydtest-persistent
-version:        0.0.0.1
+version:        0.0.0.2
 synopsis:       A persistent companion library for sydtest
 category:       Testing
 homepage:       https://github.com/NorfairKing/sydtest#readme
