From 5e916888721ab2687ce1ade07d4427aeece38139 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 13 Jul 2007 11:36:13 +0200 Subject: added Plugins.hs for exporting the needed plugin API darcs-hash:20070713093613-d6583-ff3b5c080757cfd123f7f02e00612ef9bea0ab44.gz --- Plugins.hs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Plugins.hs (limited to 'Plugins.hs') diff --git a/Plugins.hs b/Plugins.hs new file mode 100644 index 0000000..4efe615 --- /dev/null +++ b/Plugins.hs @@ -0,0 +1,20 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Xmobar.Plugins +-- Copyright : (c) Andrea Rossato +-- License : BSD-style (see LICENSE) +-- +-- Maintainer : Andrea Rossato +-- Stability : unstable +-- Portability : unportable +-- +-- This module export the API for plugins. +-- +-- Have a look ate Plugins/HelloWorld.hs +-- +----------------------------------------------------------------------------- + +module Plugins ( Exec (..) + ) where + +import Commands \ No newline at end of file -- cgit v1.2.3