mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 23:45:48 +00:00
UTF8: Removed unneeded imports.
This commit is contained in:
@@ -45,11 +45,6 @@ module Text.Pandoc.UTF8 ( readFile
|
||||
|
||||
where
|
||||
|
||||
#if MIN_VERSION_base(4,4,0)
|
||||
#else
|
||||
import Codec.Binary.UTF8.String (encodeString, decodeString)
|
||||
#endif
|
||||
|
||||
import System.IO hiding (readFile, writeFile, getContents,
|
||||
putStr, putStrLn, hPutStr, hPutStrLn, hGetContents)
|
||||
import Prelude hiding (readFile, writeFile, getContents, putStr, putStrLn,
|
||||
|
||||
Reference in New Issue
Block a user