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-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Run/Runnable.hs-boot b/src/Xmobar/Run/Runnable.hs-boot
index f272d81..1cd1688 100644
--- a/src/Xmobar/Run/Runnable.hs-boot
+++ b/src/Xmobar/Run/Runnable.hs-boot
@@ -1,6 +1,6 @@
{-# LANGUAGE ExistentialQuantification #-}
module Xmobar.Run.Runnable where
-import Xmobar.Run.Commands
+import Xmobar.Run.Exec
data Runnable = forall r . (Exec r,Read r,Show r) => Run r