Skip to content
Snippets Groups Projects
Verified Commit 1a3439cf authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Please hlint

parent a5127ef0
Branches
Tags
No related merge requests found
......@@ -66,16 +66,16 @@ import Language.Haskell.TH.Syntax
( Lift (..), lift )
import System.AbstractFilePath.Encoding ( encodeWith, EncodingException(..) )
import GHC.IO.Encoding.Failure ( CodingFailureMode(..) )
#ifdef WINDOWS
import System.AbstractFilePath.Encoding ( ucs2le )
import System.AbstractFilePath.Encoding ( encodeWith, EncodingException(..), ucs2le )
import System.IO
( TextEncoding, utf16le )
import GHC.IO.Encoding.UTF16 ( mkUTF16le )
import System.AbstractFilePath.Data.ByteString.Short.Word16 as BS
import qualified System.AbstractFilePath.Data.ByteString.Short as BS8
#else
import System.AbstractFilePath.Encoding ( encodeWith, EncodingException(..) )
import System.IO
( TextEncoding, utf8 )
import GHC.IO.Encoding.UTF8 ( mkUTF8 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment