aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Shell.hs
diff options
context:
space:
mode:
authorsean.escriva <sean.escriva@gmail.com>2009-09-28 22:44:43 +0200
committersean.escriva <sean.escriva@gmail.com>2009-09-28 22:44:43 +0200
commitc11a6e9d11b994cc23aa096ff85c31c7a881283b (patch)
tree4de75600dd9412ed6a5f9ece873cbc0e7dcdf478 /XMonad/Prompt/Shell.hs
parenta343d09be11a512c48611b2abbb9d270ff71e75e (diff)
downloadXMonadContrib-c11a6e9d11b994cc23aa096ff85c31c7a881283b.tar.gz
XMonadContrib-c11a6e9d11b994cc23aa096ff85c31c7a881283b.tar.xz
XMonadContrib-c11a6e9d11b994cc23aa096ff85c31c7a881283b.zip
minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules
Ignore-this: 25e71f59bdcc5bf94c2d6f476833216b darcs-hash:20090928204443-29414-d1844586f2955c8b76d971b20d6e2b6c1ea91d4d.gz
Diffstat (limited to 'XMonad/Prompt/Shell.hs')
-rw-r--r--XMonad/Prompt/Shell.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt/Shell.hs b/XMonad/Prompt/Shell.hs
index 782cb56..67e8337 100644
--- a/XMonad/Prompt/Shell.hs
+++ b/XMonad/Prompt/Shell.hs
@@ -57,7 +57,7 @@ instance XPrompt Shell where
shellPrompt :: XPConfig -> X ()
shellPrompt c = do
- cmds <- io $ getCommands
+ cmds <- io getCommands
mkXPrompt Shell c (getShellCompl cmds) (spawn . encodeOutput)
-- | See safe and unsafeSpawn. prompt is an alias for safePrompt;