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/Xmobar/Runnable.hs-boot | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/Xmobar/Runnable.hs-boot (limited to 'src/Xmobar/Runnable.hs-boot') diff --git a/src/Xmobar/Runnable.hs-boot b/src/Xmobar/Runnable.hs-boot deleted file mode 100644 index 0f67322..0000000 --- a/src/Xmobar/Runnable.hs-boot +++ /dev/null @@ -1,8 +0,0 @@ -{-# 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