From 01f56cd3314e629bc2cfe6f4de734c4ee3815b3e Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 27 Sep 2007 19:34:49 +0200 Subject: Confg.hs: added PipeReader to the default configuration darcs-hash:20070927173449-d6583-f06cd0ee41a568b7f4f31cc24ebcd541ec0568df.gz --- Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index f13f39f..0493476 100644 --- a/Config.hs +++ b/Config.hs @@ -23,6 +23,7 @@ import Commands import {-# SOURCE #-} Runnable import Plugins.Monitors import Plugins.Date +import Plugins.PipeReader -- $config -- Configuration data type and default configuration @@ -68,5 +69,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,(Monitors,(Date,()))) +runnableTypes :: (Command,(Monitors,(Date,(PipeReader,())))) runnableTypes = undefined -- cgit v1.2.3