diff --git a/pandoc.cabal b/pandoc.cabal index 78d8794a5..fdb2dee03 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -8,7 +8,7 @@ Author: John MacFarlane Maintainer: John MacFarlane Stability: alpha Homepage: http://johnmacfarlane.net/pandoc -Package-URL: http://pandoc.googlecode.com/files/pandoc-0.4.tar.gz +Package-URL: http://pandoc.googlecode.com/files/pandoc-0.47.tar.gz Category: Text Tested-With: GHC Synopsis: Conversion between markup formats diff --git a/pandoc.cabal.ghc66 b/pandoc.cabal.ghc66 index 60851b076..0f2db18e4 100644 --- a/pandoc.cabal.ghc66 +++ b/pandoc.cabal.ghc66 @@ -1,5 +1,5 @@ Name: pandoc -Version: 0.46 +Version: 0.47 License: GPL License-File: COPYING Copyright: (c) 2006-2007 John MacFarlane @@ -7,7 +7,7 @@ Author: John MacFarlane Maintainer: John MacFarlane Stability: alpha Homepage: http://johnmacfarlane.net/pandoc -Package-URL: http://pandoc.googlecode.com/files/pandoc-0.4.tar.gz +Package-URL: http://pandoc.googlecode.com/files/pandoc-0.47.tar.gz Category: Text Tested-With: GHC Synopsis: Conversion between markup formats @@ -40,12 +40,13 @@ Exposed-Modules: Text.Pandoc, Text.Pandoc.Shared, Text.Pandoc.UTF8, Text.Pandoc.ASCIIMathML, + Text.Pandoc.DefaultHeaders, + Text.Pandoc.Highlighting, Text.Pandoc.Readers.HTML, Text.Pandoc.Readers.LaTeX, Text.Pandoc.Readers.Markdown, Text.Pandoc.Readers.RST, Text.Pandoc.Readers.TeXMath, - Text.Pandoc.Writers.DefaultHeaders, Text.Pandoc.Writers.Docbook, Text.Pandoc.Writers.HTML, Text.Pandoc.Writers.LaTeX,