summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Run
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xmobar/Run')
-rw-r--r--src/Xmobar/Run/Types.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Xmobar/Run/Types.hs b/src/Xmobar/Run/Types.hs
index 6b51b2d..e5c2e76 100644
--- a/src/Xmobar/Run/Types.hs
+++ b/src/Xmobar/Run/Types.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE TypeOperators, CPP #-}
+{-# LANGUAGE DataKinds #-}
------------------------------------------------------------------------------
-- |
-- Module: Xmobar.Run.Types
@@ -60,7 +61,9 @@ infixr :*:
runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*:
BufferedPipeReader :*: CommandReader :*: StdinReader :*:
XMonadLog :*: EWMH :*: Kbd :*: Locks :*: NotmuchMail :*:
- PacmanUpdates :*:
+ PacmanUpdatesDeprecated :*:
+ PacmanUpdates False :*:
+ PacmanUpdates True :*:
#ifdef INOTIFY
Mail :*: MBox :*:
#endif