diff --git a/tasty-tmux.cabal b/tasty-tmux.cabal
--- a/tasty-tmux.cabal
+++ b/tasty-tmux.cabal
@@ -1,5 +1,5 @@
 name:                tasty-tmux
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Terminal user acceptance testing (UAT) via tmux
 
 description:
@@ -21,7 +21,7 @@
                      CHANGELOG.md
 
 tested-with:
-  GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
+  GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.7 || ==9.6.3 || ==9.8.1
 
 homepage:            https://github.com/purebred-mua/tasty-tmux
 bug-reports:         https://github.com/purebred-mua/tasty-tmux/issues
@@ -38,7 +38,7 @@
   build-depends:
     base >=4.11 && <5
     , mtl >=2.2 && <2.4
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , text >=1.2 && <3
     , typed-process >=0.2.4 && <0.3
     , regex-posix >= 0.95
