From 50134d5b5c4baabdfb35c0aeb8bf53d29f009c4d Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 21 Nov 2018 23:51:41 +0000 Subject: All sources moved inside src --- src/lib/Xmobar/Runnable.hs-boot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/lib/Xmobar/Runnable.hs-boot (limited to 'src/lib/Xmobar/Runnable.hs-boot') diff --git a/src/lib/Xmobar/Runnable.hs-boot b/src/lib/Xmobar/Runnable.hs-boot new file mode 100644 index 0000000..0f67322 --- /dev/null +++ b/src/lib/Xmobar/Runnable.hs-boot @@ -0,0 +1,8 @@ +{-# LANGUAGE ExistentialQuantification #-} +module Xmobar.Runnable where +import Xmobar.Commands + +data Runnable = forall r . (Exec r,Read r,Show r) => Run r + +instance Read Runnable +instance Exec Runnable -- cgit v1.2.3