aboutsummaryrefslogtreecommitdiffstats
path: root/MetaModule.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-07-28 15:20:29 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-07-28 15:20:29 +0200
commitf7831d52e51f7cfa7ea21ad0ffeddf8ebfb62c08 (patch)
tree0ea78f6823650edeaa4c450fb74ef3684a1e1be5 /MetaModule.hs
parent1b9363d20a0a9862478a45d06dea1dfce68a6aac (diff)
downloadXMonadContrib-f7831d52e51f7cfa7ea21ad0ffeddf8ebfb62c08.tar.gz
XMonadContrib-f7831d52e51f7cfa7ea21ad0ffeddf8ebfb62c08.tar.xz
XMonadContrib-f7831d52e51f7cfa7ea21ad0ffeddf8ebfb62c08.zip
Commands: refactoring to include in MetaModule
Just a small refactooring (well, now runCommand requires a command list, and I added runCommand's that will take a string to run it against the default command list) to include this module in MetaModule so that we can track it in case of API changes (this patch has been requested by Spencer). darcs-hash:20070728132029-32816-448eb6fdec6c3cb564ccd6f93e3f56cf065bba24.gz
Diffstat (limited to 'MetaModule.hs')
-rw-r--r--MetaModule.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MetaModule.hs b/MetaModule.hs
index 226a1b0..db8d505 100644
--- a/MetaModule.hs
+++ b/MetaModule.hs
@@ -23,7 +23,7 @@ import XMonadContrib.Accordion ()
import XMonadContrib.Anneal ()
-- commented because of conflicts with 6.6's instances import XMonadContrib.BackCompat ()
import XMonadContrib.Circle ()
--- TODO commented because it requires hs-boot modifications import XMonadContrib.Commands ()
+import XMonadContrib.Commands ()
import XMonadContrib.Combo ()
import XMonadContrib.CopyWindow ()
import XMonadContrib.Decoration ()