mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -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:
@@ -29,9 +29,7 @@ import Data.Char
|
||||
import Data.Maybe
|
||||
import Data.Ord
|
||||
import Numeric
|
||||
import System.Environment
|
||||
import System.IO
|
||||
import System.IO.Unsafe
|
||||
import System.IO.Error
|
||||
import Control.Arrow
|
||||
import Data.List
|
||||
|
Reference in New Issue
Block a user