Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Fix unused-imports in unix os
Browse files Browse the repository at this point in the history
  • Loading branch information
matsubara0507 committed Feb 26, 2018
1 parent 9eb3d64 commit 17863f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/Test/Tasty/Discover.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ import Data.Maybe (fromMaybe)
#if defined(mingw32_HOST_OS)
import GHC.IO.Encoding.CodePage (mkLocaleEncoding)
import GHC.IO.Encoding.Failure (CodingFailureMode (TransliterateCodingFailure))
#endif
import GHC.IO.Handle (hGetContents, hSetEncoding)
#else
import GHC.IO.Handle (hGetContents)
#endif
import System.FilePath (pathSeparator, takeDirectory)
import System.FilePath.Glob (compile, globDir1, match)
import System.IO (IOMode (ReadMode), openFile)
Expand Down

0 comments on commit 17863f6

Please sign in to comment.