summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-12 20:14:43 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-12 20:14:43 -0800
commit6d95984626d33ba4ea4139cce70e34f0eec32e83 (patch)
treeb6c6269247417ea40d4295f306714eb0a471cc63 /pandoc.cabal
parent5330e6342135789ade52165ecb31c20c0e98b67c (diff)
Version bump to 1.11, Text.Pandoc.Parsing no longer exposed.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files 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,