From bb93e18ec17a49be1c91d0890d1eb8b21d854950 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 23 Oct 2012 11:48:23 +0000 Subject: cleanup Simplify the implementation of writeUTF8File and use it in one more place. Remove unused imports left over after a previous change. --- src/compiler/GFI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GFI.hs') diff --git a/src/compiler/GFI.hs b/src/compiler/GFI.hs index 634e52164..fcd97c503 100644 --- a/src/compiler/GFI.hs +++ b/src/compiler/GFI.hs @@ -40,7 +40,7 @@ import Data.List(nub,isPrefixOf,isInfixOf,partition) import qualified Data.Map as Map import qualified Data.ByteString.Char8 as BS import qualified Text.ParserCombinators.ReadP as RP -import System.IO(utf8,mkTextEncoding,hSetEncoding,stdin,stdout,stderr) +import System.IO(utf8) --import System.CPUTime(getCPUTime) import System.Directory({-getCurrentDirectory,-}getAppUserDataDirectory) import Control.Exception(SomeException,fromException,evaluate,try) -- cgit v1.2.3