From 9af7e4149a9b986ce127f809ef830a7c8e0318ec Mon Sep 17 00:00:00 2001 From: Ryan Trinkle Date: Thu, 20 May 2021 23:11:10 -0400 Subject: Add show instances for several types so that configs can be generated programmatically --- src/Xmobar/Run/Runnable.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Xmobar/Run/Runnable.hs') diff --git a/src/Xmobar/Run/Runnable.hs b/src/Xmobar/Run/Runnable.hs index 068a05b..f89f901 100644 --- a/src/Xmobar/Run/Runnable.hs +++ b/src/Xmobar/Run/Runnable.hs @@ -34,7 +34,7 @@ instance Exec Runnable where trigger (Run a) = trigger a instance Show Runnable where - show (Run x) = show x + show (Run x) = "Run " ++ show x instance Read Runnable where readPrec = readRunnable -- cgit v1.2.3