summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Run/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xmobar/Run/Types.hs')
-rw-r--r--src/Xmobar/Run/Types.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xmobar/Run/Types.hs b/src/Xmobar/Run/Types.hs
index 4fb526a..f4a7252 100644
--- a/src/Xmobar/Run/Types.hs
+++ b/src/Xmobar/Run/Types.hs
@@ -18,8 +18,6 @@
module Xmobar.Run.Types(runnableTypes) where
-import Xmobar.Run.Commands
-
import {-# SOURCE #-} Xmobar.Run.Runnable()
import Xmobar.Plugins.Monitors
import Xmobar.Plugins.Date
@@ -42,6 +40,8 @@ import Xmobar.Plugins.MBox
import Xmobar.Plugins.DateZone
#endif
+import Xmobar.Run.Command
+
-- | An alias for tuple types that is more convenient for long lists.
type a :*: b = (a, b)
infixr :*: