mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
Get rid of unused imports
Starting with 5240116f3c
we only support
GHC versions 8.4.4 and up (more precisely, the GHC version associated
with stackage lts-12 and up). The imports in question are now in
Prelude and need not be imported explicitly.
This commit is contained in:
@@ -35,11 +35,9 @@ import XMonad(Typeable,
|
||||
import qualified XMonad.StackSet as W
|
||||
import Control.Arrow(second, first)
|
||||
import Control.Monad(mplus)
|
||||
import Data.Foldable(Foldable,foldMap, sum)
|
||||
import Data.Foldable(sum)
|
||||
import Data.Function(on)
|
||||
import Data.List(sortBy)
|
||||
import Data.Monoid(Monoid,mempty, mappend, (<>))
|
||||
import Data.Semigroup
|
||||
|
||||
|
||||
-- $usage
|
||||
|
Reference in New Issue
Block a user