From e1ffcca70a31a5651820db1de0475288c3db8a14 Mon Sep 17 00:00:00 2001 From: jecaro Date: Fri, 14 Jun 2024 16:21:00 +0200 Subject: [PATCH] Fix cabal checks --- systranything.cabal | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/systranything.cabal b/systranything.cabal index 1977d18..f28f74b 100644 --- a/systranything.cabal +++ b/systranything.cabal @@ -10,8 +10,27 @@ license: MIT license-file: LICENSE category: Desktop build-type: Simple +tested-with: + GHC == 9.2.8, + GHC == 9.4.5, + GHC == 9.6.2 +description: -tested-with: GHC == 9.2.8, GHC == 9.4.5, GHC == 9.6.2 + `systranything` lets you put anything in your system tray. It is supported by + all destop environment that implements the + from + + It uses a YAML file which describes the icon to put in the system tray along + a context menu and callbacks to be executed in a shell. + + The menu can contain labels, separators, submenus, checkboxes and + radiobuttons. Scroll events can be triggered on the main icon. + +source-repository head + type: git + location: https://github.com/jecaro/systranything.git executable systranything main-is: