diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+4.4.4 [2026.01.10]
+------------------
+* Remove unused dependencies.
+
 4.4.3 [2025.03.03]
 ------------------
 * Drop support for pre-8.0 versions of GHC.
diff --git a/adjunctions.cabal b/adjunctions.cabal
--- a/adjunctions.cabal
+++ b/adjunctions.cabal
@@ -1,6 +1,6 @@
 name:          adjunctions
 category:      Data Structures, Adjunctions
-version:       4.4.3
+version:       4.4.4
 license:       BSD2
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -28,10 +28,11 @@
              , GHC == 9.0.2
              , GHC == 9.2.8
              , GHC == 9.4.8
-             , GHC == 9.6.6
+             , GHC == 9.6.7
              , GHC == 9.8.4
-             , GHC == 9.10.1
-             , GHC == 9.12.1
+             , GHC == 9.10.3
+             , GHC == 9.12.2
+             , GHC == 9.14.1
 
 source-repository head
   type: git
@@ -49,21 +50,19 @@
     UndecidableInstances
 
   build-depends:
-    array               >= 0.3.0.2 && < 0.7,
     base                >= 4.9     && < 5,
     comonad             >= 4       && < 6,
     containers          >= 0.3     && < 0.9,
-    contravariant       >= 1       && < 2,
     distributive        >= 0.5.1   && < 1,
     free                >= 4       && < 6,
     mtl                 >= 2.0.1   && < 2.4,
     profunctors         >= 4       && < 6,
     tagged              >= 0.7     && < 1,
     semigroupoids       >= 4       && < 7,
-    semigroups          >= 0.11    && < 1,
-    transformers        >= 0.5.2   && < 0.7,
-    transformers-compat >= 0.3     && < 1,
-    void                >= 0.5.5.1 && < 1
+    transformers        >= 0.5.2   && < 0.7
+
+  if !impl(ghc>=8.6)
+    build-depends: contravariant (>=1.5 && <2)
 
   exposed-modules:
     Control.Comonad.Representable.Store
