From 8da08b8848b500613840b80bbf695c7ff1f1e927 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Tue, 12 Jul 2022 22:17:36 +0100 Subject: [PATCH] scripts: Include xmonad{ctl,propread}.hs in the release tarball Last year I thought a bit about making this an actual `executable` in xmonad-contrib.cabal, but decided against it. Unfortunately I can't remember why. So let's do the bare minimum to at least ship it now, and if I remember or if anyone has any ideas, we can do the next step or document why not. Fixes: https://github.com/xmonad/xmonad-contrib/issues/734 --- xmonad-contrib.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 2c1b73e0..957d8f46 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -30,6 +30,8 @@ extra-source-files: README.md scripts/xinitrc scripts/xmonad-acpi.c scripts/xmonad-clock.c + scripts/xmonadctl.hs + scripts/xmonadpropread.hs XMonad/Config/dmwit.xmobarrc XMonad/Config/Example.hs cabal-version: 1.12