Remove redundant imports in tests

This commit is contained in:
Julian Ospald 2018-07-19 13:26:02 +08:00
rodič 6bc5381108
revize 3c5f06f41d
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 511B62C09D50CD28
5 změnil soubory, kde provedl 0 přidání a 7 odebrání

Zobrazit soubor

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

Zobrazit soubor

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

Zobrazit soubor

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

Zobrazit soubor

@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

Zobrazit soubor

@ -61,9 +61,6 @@ import System.Posix.Files.ByteString
, unionFileModes
)
import qualified "unix" System.Posix.IO.ByteString as SPI
import qualified "unix-bytestring" System.Posix.IO.ByteString as SPB
baseTmpDir :: ByteString