aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2008-02-17 13:44:34 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2008-02-17 13:44:34 +0100
commit4a69981260d16670493ca01f93d1495b066f3b12 (patch)
treedf12582a5e0bc40769b2849d95a599ce45dcb66f /XMonad/Prompt
parent1e42b6d2d5fcecfd228d69bba6376de0c7bda029 (diff)
downloadXMonadContrib-4a69981260d16670493ca01f93d1495b066f3b12.tar.gz
XMonadContrib-4a69981260d16670493ca01f93d1495b066f3b12.tar.xz
XMonadContrib-4a69981260d16670493ca01f93d1495b066f3b12.zip
some code formatting
darcs-hash:20080217124434-32816-3ea034e6955a1a8d674f84d99fcc8c96df78a359.gz
Diffstat (limited to 'XMonad/Prompt')
-rw-r--r--XMonad/Prompt/Shell.hs18
1 files changed, 9 insertions, 9 deletions
diff --git a/XMonad/Prompt/Shell.hs b/XMonad/Prompt/Shell.hs
index 5ff8cbd..1f79e13 100644
--- a/XMonad/Prompt/Shell.hs
+++ b/XMonad/Prompt/Shell.hs
@@ -12,15 +12,15 @@
--
-----------------------------------------------------------------------------
-module XMonad.Prompt.Shell(
- -- * Usage
- -- $usage
- shellPrompt
- , getShellCompl
- , split
- , prompt
- , safePrompt
- ) where
+module XMonad.Prompt.Shell
+ ( -- * Usage
+ -- $usage
+ shellPrompt
+ , getShellCompl
+ , split
+ , prompt
+ , safePrompt
+ ) where
import System.Environment
import Control.Monad