diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-09-29 09:56:47 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-09-29 09:56:47 -0400 |
commit | c416ff98bc6c1bf84bd64630df0add490c5cf8e8 (patch) | |
tree | 1fd93016ede4c9d5cba612036fa2f86d0f96db1a /src/Text/Pandoc | |
parent | ae68836352afae134510b93b29983cb207fa37d0 (diff) | |
download | pandoc-c416ff98bc6c1bf84bd64630df0add490c5cf8e8.tar.gz |
UTF8: Removed unneeded imports.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/UTF8.hs | 5 |
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, |