From 51178dda976fd358bcd091f833254542006cebcc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Sep 2012 10:43:03 -0700 Subject: Export encodePath/decodePath from UTF8. Removed duplicate code in src/pandoc.hs. --- src/Text/Pandoc/UTF8.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text') diff --git a/src/Text/Pandoc/UTF8.hs b/src/Text/Pandoc/UTF8.hs index 508ad30a9..506686972 100644 --- a/src/Text/Pandoc/UTF8.hs +++ b/src/Text/Pandoc/UTF8.hs @@ -35,6 +35,7 @@ module Text.Pandoc.UTF8 ( readFile , hPutStr , hPutStrLn , hGetContents + , encodePath ) where -- cgit v1.2.3