aboutsummaryrefslogtreecommitdiffstats
path: root/ShellPrompt.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-10-07 09:01:48 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-10-07 09:01:48 +0200
commit54d0eefaae568357419f046da4c401eefc4bdbbd (patch)
tree1aa0ce54ac81c797ff56d448a75a8e86c8877eaf /ShellPrompt.hs
parent914210320cfb1f76e169b2674a592750df6fe8d0 (diff)
downloadXMonadContrib-54d0eefaae568357419f046da4c401eefc4bdbbd.tar.gz
XMonadContrib-54d0eefaae568357419f046da4c401eefc4bdbbd.tar.xz
XMonadContrib-54d0eefaae568357419f046da4c401eefc4bdbbd.zip
ShellPrompt: fromMaybe requires importing Data.Maybe
darcs-hash:20071007070148-32816-495ab0d050b28ae756ced9634dc058098ad1004b.gz
Diffstat (limited to 'ShellPrompt.hs')
-rw-r--r--ShellPrompt.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPrompt.hs b/ShellPrompt.hs
index 5a6aaf6..1ff4705 100644
--- a/ShellPrompt.hs
+++ b/ShellPrompt.hs
@@ -26,6 +26,7 @@ import XMonadContrib.Dmenu
import Control.Monad
import Data.List
+import Data.Maybe
import System.Directory
import System.IO
import System.Environment