Updated package URL for pandoc.cabal and pandoc.cabal.ghc66.

Updated pandoc.cabal.ghc66 with highlighting modules and new
location for DefaultWriters.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1240 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-02-24 05:48:22 +00:00
parent 50e660d346
commit 609a953a83
2 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ Author: John MacFarlane <jgm@berkeley.edu>
Maintainer: John MacFarlane <jgm@berkeley.edu>
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

View file

@ -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 <jgm@berkeley.edu>
Maintainer: John MacFarlane <jgm@berkeley.edu>
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,