summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-29 09:56:47 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-29 09:56:47 -0400
commitc416ff98bc6c1bf84bd64630df0add490c5cf8e8 (patch)
tree1fd93016ede4c9d5cba612036fa2f86d0f96db1a /src
parentae68836352afae134510b93b29983cb207fa37d0 (diff)
UTF8: Removed unneeded imports.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/UTF8.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Text/Pandoc/UTF8.hs b/src/Text/Pandoc/UTF8.hs
index e134c97ae..46be536d0 100644
--- a/src/Text/Pandoc/UTF8.hs
+++ b/src/Text/Pandoc/UTF8.hs
@@ -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,