From 78759cfd42a47979c0a96028a3d7564525ea93ab Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Sat, 9 Feb 2013 19:04:55 -0800 Subject: [PATCH] Revert "Hide module Text.Pandoc.Parsing." This reverts commit 18a5c9a8bf071398f3976a7c2c255638e135de7c. We want to do this eventually, but as it requires a major version bump, let's wait til later. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index accae11d5..6bea6cb47 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -272,6 +272,7 @@ Library Text.Pandoc.Options, Text.Pandoc.Pretty, Text.Pandoc.Shared, + Text.Pandoc.Parsing, Text.Pandoc.Highlighting, Text.Pandoc.Readers.HTML, Text.Pandoc.Readers.LaTeX, @@ -311,7 +312,6 @@ Library Text.Pandoc.UUID, Text.Pandoc.ImageSize, Text.Pandoc.Slides, - Text.Pandoc.Parsing, Paths_pandoc Buildable: True