aboutsummaryrefslogtreecommitdiffstats
path: root/WorkspaceDir.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-10-14 01:01:02 +0200
committerDon Stewart <dons@galois.com>2007-10-14 01:01:02 +0200
commit07a0bee8302ee0542117a2b8a4511e478ca3bd44 (patch)
tree4d6d260bed4a3e6f47bf124422b35b1bd9254f57 /WorkspaceDir.hs
parentabfa6b672d98ed8bba502127eb49600d7626a01f (diff)
downloadXMonadContrib-07a0bee8302ee0542117a2b8a4511e478ca3bd44.tar.gz
XMonadContrib-07a0bee8302ee0542117a2b8a4511e478ca3bd44.tar.xz
XMonadContrib-07a0bee8302ee0542117a2b8a4511e478ca3bd44.zip
WorkspaceDir introduces dependency on directory package
darcs-hash:20071013230102-cba2c-346f0e5523f86efb54fad3702447418503907f8d.gz
Diffstat (limited to 'WorkspaceDir.hs')
-rw-r--r--WorkspaceDir.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/WorkspaceDir.hs b/WorkspaceDir.hs
index 3fe46d5..baaeb74 100644
--- a/WorkspaceDir.hs
+++ b/WorkspaceDir.hs
@@ -17,6 +17,8 @@
-- know of to attach a behavior to a workspace. This means that any terminals
-- (or other programs) pulled up in that workspace (with that layout) will
-- execute in that working directory. Sort of handy, I think.
+--
+-- Requires the 'directory' package
--
-----------------------------------------------------------------------------