diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![nix][status-nix-png]][status-nix] 
 [![haskell-ci][status-haskell-ci-png]][status-haskell-ci]
+[![hackage][hackage-png]][hackage]
 
 `systranything` lets you put anything in your system tray. It is supported by 
 all destop environment that implements the [StatusNotifierHost 
@@ -67,12 +68,15 @@
 experience.
 
 [freedesktop]: https://www.freedesktop.org/wiki/
+[hackage-png]: https://img.shields.io/hackage/v/systranything
+[hackage]: https://hackage.haskell.org/package/systranything
 [kde]: https://kde.org/
 [nix]: https://nixos.org/
 [polybar]: https://polybar.github.io/
-[status-notifier-host]: https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierHost/
-[status-nix-png]: https://github.com/jecaro/systranything/workflows/nix/badge.svg
 [status-haskell-ci-png]: https://github.com/jecaro/systranything/workflows/Haskell-CI/badge.svg
-[xfce]: https://www.xfce.org/
-[status-nix]: https://github.com/jecaro/systranything/actions/workflows/nix.yml
 [status-haskell-ci]: https://github.com/jecaro/systranything/actions/workflows/haskell-ci.yml
+[status-nix-png]: https://github.com/jecaro/systranything/workflows/nix/badge.svg
+[status-nix]: https://github.com/jecaro/systranything/actions/workflows/nix.yml
+[status-notifier-host]: https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierHost/
+[xfce]: https://www.xfce.org/
+
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.1.0
+version: 0.1.2.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.2.8,
   GHC == 9.4.5,
-  GHC == 9.6.2
+  GHC == 9.6.4,
+  GHC == 9.8.2
 extra-source-files:
   cabal.project
 extra-doc-files:
