summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Run/Runnable.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xmobar/Run/Runnable.hs-boot')
-rw-r--r--src/Xmobar/Run/Runnable.hs-boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/Run/Runnable.hs-boot b/src/Xmobar/Run/Runnable.hs-boot
index 1cd1688..0d4b827 100644
--- a/src/Xmobar/Run/Runnable.hs-boot
+++ b/src/Xmobar/Run/Runnable.hs-boot
@@ -4,5 +4,6 @@ import Xmobar.Run.Exec
data Runnable = forall r . (Exec r,Read r,Show r) => Run r
+instance Show Runnable
instance Read Runnable
instance Exec Runnable