suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.

This commit is contained in:
Brent Yorgey
2010-01-12 17:25:07 +00:00
parent 96792aa4ab
commit b435a6a519
46 changed files with 20 additions and 69 deletions

View File

@@ -29,7 +29,6 @@ import Control.Monad.Reader (asks)
import XMonad.Operations (withFocused)
import Data.Char (isUpper)
import Data.Maybe (listToMaybe)
import Graphics.X11.Xlib.Misc (stringToKeysym)
import XMonad.Util.XSelection (getSelection)
import XMonad.Util.EZConfig (parseKey)
import Text.ParserCombinators.ReadP (readP_to_S)