aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/XSelection.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@cis.upenn.edu>2010-01-12 18:25:07 +0100
committerBrent Yorgey <byorgey@cis.upenn.edu>2010-01-12 18:25:07 +0100
commit6516064616b0b993a694cb4e8423a53c60a9b3c3 (patch)
tree635d7cb9ab8071886e7ce691bb06348bc171fbdc /XMonad/Util/XSelection.hs
parent45e4748a59d76795fd2549ea7df66c3e44682f79 (diff)
downloadXMonadContrib-6516064616b0b993a694cb4e8423a53c60a9b3c3.tar.gz
XMonadContrib-6516064616b0b993a694cb4e8423a53c60a9b3c3.tar.xz
XMonadContrib-6516064616b0b993a694cb4e8423a53c60a9b3c3.zip
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.
Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Util/XSelection.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/XSelection.hs b/XMonad/Util/XSelection.hs
index 9113429..ad660c6 100644
--- a/XMonad/Util/XSelection.hs
+++ b/XMonad/Util/XSelection.hs
@@ -23,7 +23,7 @@ module XMonad.Util.XSelection ( -- * Usage
transformSafePromptSelection) where
import Control.Exception as E (catch)
-import Control.Monad(Monad (return, (>>)), Functor(..), liftM, join)
+import Control.Monad (liftM, join)
import Data.Maybe (fromMaybe)
import XMonad
import XMonad.Util.Run (safeSpawn, unsafeSpawn)