From 6d95984626d33ba4ea4139cce70e34f0eec32e83 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Tue, 12 Feb 2013 20:14:43 -0800
Subject: [PATCH] Version bump to 1.11, Text.Pandoc.Parsing no longer exposed.

---
 pandoc.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 1364c7cc3..89be5a656 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
 Name:            pandoc
-Version:         1.10.1.1
+Version:         1.11
 Cabal-Version:   >= 1.10
 Build-Type:      Custom
 License:         GPL
@@ -272,7 +272,6 @@ Library
                    Text.Pandoc.Options,
                    Text.Pandoc.Pretty,
                    Text.Pandoc.Shared,
-                   Text.Pandoc.Parsing,
                    Text.Pandoc.Highlighting,
                    Text.Pandoc.Readers.HTML,
                    Text.Pandoc.Readers.LaTeX,
@@ -309,6 +308,7 @@ Library
                    Text.Pandoc.Biblio,
                    Text.Pandoc.SelfContained
   Other-Modules:   Text.Pandoc.MIME,
+                   Text.Pandoc.Parsing,
                    Text.Pandoc.UUID,
                    Text.Pandoc.ImageSize,
                    Text.Pandoc.Slides,