summaryrefslogtreecommitdiffhomepage
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index e21b7ff..021ee28 100644
--- a/Config.hs
+++ b/Config.hs
@@ -21,6 +21,7 @@ module Config ( -- * Configuration
import Commands
import {-# SOURCE #-} Runnable
+import Plugins.Monitors
-- $config
-- Configuration data type and default configuration
@@ -66,5 +67,5 @@ defaultConfig =
-- the 'Runnable.Runnable' Read instance. To install a plugin just add
-- the plugin's type to the list of types appearing in this function's type
-- signature.
-runnableTypes :: (Command,())
+runnableTypes :: (Command,(Monitors,()))
runnableTypes = undefined