diff options
| author | hallgren <hallgren@chalmers.se> | 2012-10-23 11:48:23 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-10-23 11:48:23 +0000 |
| commit | bb93e18ec17a49be1c91d0890d1eb8b21d854950 (patch) | |
| tree | c0f0716c56bf46a12e18e514a555a92963902051 /src/compiler/GFI.hs | |
| parent | 0bf9627d792ab53028fd846cc2aa1b6d358d2902 (diff) | |
cleanup
Simplify the implementation of writeUTF8File and use it in one more place.
Remove unused imports left over after a previous change.
Diffstat (limited to 'src/compiler/GFI.hs')
| -rw-r--r-- | src/compiler/GFI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
