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:
slotThe
2020-12-14 13:41:28 +01:00
parent 5240116f3c
commit 78d526d1dd
31 changed files with 12 additions and 52 deletions

View File

@@ -27,7 +27,6 @@ import XMonad
import qualified XMonad.StackSet as S
import Data.List
import Data.Maybe
import Data.Monoid (mconcat)
import XMonad.Actions.PhysicalScreens (ScreenComparator(ScreenComparator), getScreenIdAndRectangle, screenComparatorById)
import Data.Function (on)