From 455b75246e1af3c71f21dc3ba7fa4030f9346606 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Tue, 16 Sep 2008 07:20:25 +0200 Subject: Added CommandReader darcs-hash:20080916052025-c2a52-b56fb3901980591a17383a9267166cc3c9d34185.gz --- Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index f55f35d..8f6b687 100644 --- a/Config.hs +++ b/Config.hs @@ -28,6 +28,7 @@ import {-# SOURCE #-} Runnable import Plugins.Monitors import Plugins.Date import Plugins.PipeReader +import Plugins.CommandReader import Plugins.StdinReader #ifdef INOTIFY @@ -86,7 +87,7 @@ infixr :*: -- the 'Runnable.Runnable' Read instance. To install a plugin just add -- the plugin's type to the list of types (separated by ':*:') appearing in -- this function's type signature. -runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: StdinReader :*: +runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: CommandReader :*: StdinReader :*: #ifdef INOTIFY Mail :*: #endif -- cgit v1.2.3