summaryrefslogtreecommitdiffhomepage
path: root/Config.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 12:13:29 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 12:13:29 +0200
commit3ef7bc5280266beda839016729c6b1bb2abde0cb (patch)
treecb34ddc0dd03151c3dba21b6483537828cc2fe1e /Config.hs
parentf54a1eadde25096483f4a7fde9e348ddfb647027 (diff)
downloadxmobar-3ef7bc5280266beda839016729c6b1bb2abde0cb.tar.gz
xmobar-3ef7bc5280266beda839016729c6b1bb2abde0cb.tar.bz2
Config.hs: more code cleanup
darcs-hash:20070713101329-d6583-66db78de40afea1eb529919c44560ccf52a0acd1.gz
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 b2aae29..b120809 100644
--- a/Config.hs
+++ b/Config.hs
@@ -19,6 +19,7 @@ module Config ( -- * Configuration
, runnableTypes
) where
+
import Commands
import {-# SOURCE #-} Runnable
@@ -61,4 +62,4 @@ defaultConfig =
}
runnableTypes :: (Command,())
-runnableTypes = undefined :: (Command,())
+runnableTypes = undefined