From ffd7248af80280fb05c57e86cb2349a9060f3c81 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 15 Apr 2007 16:22:29 +0000 Subject: Fixed export declarations; removed unneeded import of Pandoc.Shared. git-svn-id: https://pandoc.googlecode.com/svn/trunk@585 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/ParserCombinators/Pandoc.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/Text/ParserCombinators/Pandoc.hs b/src/Text/ParserCombinators/Pandoc.hs index f418e0e75..cbccdcf1c 100644 --- a/src/Text/ParserCombinators/Pandoc.hs +++ b/src/Text/ParserCombinators/Pandoc.hs @@ -36,15 +36,12 @@ module Text.ParserCombinators.Pandoc ( skipSpaces, blankline, blanklines, - escaped, enclosed, - nullBlock, stringAnyCase, parseFromStr, lineClump ) where import Text.ParserCombinators.Parsec -import Text.Pandoc.Shared import Data.Char ( toUpper, toLower ) --- | Parse any line of text -- cgit v1.2.3