remove unused imports

This commit is contained in:
Joey Hess 2023-04-12 16:48:18 -04:00
parent 160d4c9254
commit 2fdb6ca879
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 0 additions and 3 deletions

View 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

View 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)