diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,12 @@
+## Version 0.7.4.1 (2025-08-26)
+
+- Fix build with `-Werror=unused-packages`.
+- Tested with GHC 8.0 - 9.14 alpha1.
+
 ## Version 0.7.4 (2025-03-27)
 
- - Add `wasm32-wasi` support
-   ([PR #16](https://github.com/haskell-pkg-janitors/unix-compat/pull/16)).
+- Add `wasm32-wasi` support
+  ([PR #16](https://github.com/haskell-pkg-janitors/unix-compat/pull/16)).
 - Tested with GHC 8.0 - 9.12.
 
 ## Version 0.7.3 (2024-10-11)
diff --git a/unix-compat.cabal b/unix-compat.cabal
--- a/unix-compat.cabal
+++ b/unix-compat.cabal
@@ -1,6 +1,6 @@
 cabal-version:  1.18
 name:           unix-compat
-version:        0.7.4
+version:        0.7.4.1
 synopsis:       Portable POSIX-compatibility layer.
 description:    This package provides portable implementations of parts
                 of the unix package. This package re-exports the unix
@@ -16,8 +16,9 @@
 build-type:     Simple
 
 tested-with:
+  GHC == 9.14.1
   GHC == 9.12.2
-  GHC == 9.10.1
+  GHC == 9.10.2
   GHC == 9.8.4
   GHC == 9.6.7
   GHC == 9.4.8
@@ -61,7 +62,7 @@
     build-depends: Win32     >= 2.5.0.0  && < 3
     build-depends: directory >= 1.3.1    && < 1.4
     build-depends: filepath  >= 1.4.1.0  && < 1.6
-    build-depends: time      >= 1.6.0.1  && < 1.15
+    build-depends: time      >= 1.6.0.1  && < 2
 
     other-modules:
       System.PosixCompat.Internal.Time
@@ -101,7 +102,6 @@
     , HUnit
     , directory >= 1.3.1.0
         -- directory-1.3.1.0 adds createFileLink
-    , extra
     , temporary
 
   default-language: Haskell2010
