remove unused imports
This commit is contained in:
parent
160d4c9254
commit
2fdb6ca879
2 changed files with 0 additions and 3 deletions
|
@ -16,7 +16,6 @@ module Utility.SafeOutput (
|
||||||
|
|
||||||
import Data.Char
|
import Data.Char
|
||||||
import qualified Data.ByteString as S
|
import qualified Data.ByteString as S
|
||||||
import System.IO
|
|
||||||
|
|
||||||
class SafeOutputtable t where
|
class SafeOutputtable t where
|
||||||
safeOutput :: t -> t
|
safeOutput :: t -> t
|
||||||
|
|
|
@ -13,8 +13,6 @@ module Utility.Terminal (
|
||||||
checkIsTerminal,
|
checkIsTerminal,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Char
|
|
||||||
import qualified Data.ByteString as S
|
|
||||||
import System.IO
|
import System.IO
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
import System.Win32.MinTTY (isMinTTYHandle)
|
import System.Win32.MinTTY (isMinTTYHandle)
|
||||||
|
|
Loading…
Reference in a new issue