diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+0.3.7.8 (2022-08-28):
+    - Updated version bounds for GHC 9.4
 0.3.7.7 (2022-05-25):
     - Updated the `alignment` macro to avoid warnings on hsc2hs-0.68 (ghc-8.0); also fixing cross-compilation for Arm AArch64:
     * <https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/8.0#hsc2hs-defines-an-alignment-macro>
diff --git a/unix-bytestring.cabal b/unix-bytestring.cabal
--- a/unix-bytestring.cabal
+++ b/unix-bytestring.cabal
@@ -6,11 +6,11 @@
 --    <https://github.com/haskell/cabal/issues/4899>
 
 ----------------------------------------------------------------
--- wren gayle romano <wren@cpan.org>                ~ 2022.05.25
+-- wren gayle romano <wren@cpan.org>                ~ 2022.08.28
 ----------------------------------------------------------------
 
 Name:           unix-bytestring
-Version:        0.3.7.7
+Version:        0.3.7.8
 Build-Type:     Simple
 Stability:      provisional
 Homepage:       https://wrengr.org/software/hackage.html
@@ -50,7 +50,8 @@
     GHC ==8.8.4,
     GHC ==8.10.3,
     GHC ==9.0.1,
-    GHC ==9.2.1
+    GHC ==9.2.4,
+    GHC ==9.4.1
 
 Source-Repository head
     Type:     git
@@ -72,7 +73,7 @@
     -- them on our own for better backwards compatibility.
     --
     -- Not sure what the real minbound is on bytestring...
-    Build-Depends: base       >= 4.1     && < 4.17
+    Build-Depends: base       >= 4.1     && < 4.18
                  , bytestring >= 0.9.1.5 && < 0.12
 
 ----------------------------------------------------------------
