diff --git a/systranything.cabal b/systranything.cabal
--- a/systranything.cabal
+++ b/systranything.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: systranything
-version: 0.1.3.0
+version: 0.1.4.0
 synopsis: Let you put anything in the system tray
 homepage: https://github.com/jecaro/systranything
 author: Jean-Charles Quillet
@@ -15,9 +15,9 @@
   contains the specification of the menu items with shell commands to execute
   when the items are clicked.
 tested-with:
-  GHC == 9.4.8,
-  GHC == 9.6.4,
-  GHC == 9.8.2
+  GHC == 9.8.4,
+  GHC == 9.10.3,
+  GHC == 9.12.2
 extra-source-files:
   cabal.project
 extra-doc-files:
@@ -127,13 +127,8 @@
     hspec-expectations >= 0.8.4 && < 0.9,
     systranything,
     tasty >= 1.4.3 && < 1.6,
+    tasty-autocollect >= 0.4.3 && < 0.5,
     tasty-hunit-compat >= 0.2.0 && < 0.3,
     text,
-    yaml
-  if impl(ghc < 9.6)
-    build-depends:
-      tasty-autocollect == 0.4.2
-  else
-    build-depends:
-      tasty-autocollect >= 0.4.3 && < 0.5
+    yaml,
 
