remove unused imports
authorJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 20:48:18 +0000 (16:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 20:48:18 +0000 (16:48 -0400)
Utility/SafeOutput.hs
Utility/Terminal.hs

index ee37d2c2744fb46dceadf63b79acd70f690fbad0..d7813860efa65e8b3fe99ed1c02f4719caa9ee3e 100644 (file)
@@ -16,7 +16,6 @@ module Utility.SafeOutput (
 
 import Data.Char
 import qualified Data.ByteString as S
-import System.IO
 
 class SafeOutputtable t where
        safeOutput :: t -> t
index 6835478410b35c31cab51a4635bb60001935578c..bd96699e9528c71ade1818c0116abd0a33479e48 100644 (file)
@@ -13,8 +13,6 @@ module Utility.Terminal (
        checkIsTerminal,
 ) where
 
-import Data.Char
-import qualified Data.ByteString as S
 import System.IO
 #ifdef mingw32_HOST_OS
 import System.Win32.MinTTY (isMinTTYHandle)