mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.
This commit is contained in:
@@ -32,7 +32,7 @@ import XMonad.Layout.LayoutModifier(ModifiedLayout(..),
|
||||
import XMonad.Util.Types(Direction2D(..))
|
||||
import Control.Applicative((<$>))
|
||||
import Control.Arrow(Arrow((***), first, second))
|
||||
import Control.Monad(Monad(return), mapM, join)
|
||||
import Control.Monad(join)
|
||||
import Data.Function(on)
|
||||
import Data.List(sortBy)
|
||||
|
||||
|
Reference in New Issue
Block a user