aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-24 05:48:22 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-24 05:48:22 +0000
commit609a953a8304b8b6ec80e918c9a23ac768d42a2d (patch)
treed2e693560d4c050a9dbb266b29dd21ad6f1a307b
parent50e660d34638b85bf4c5da221a95a787a5796064 (diff)
downloadpandoc-609a953a8304b8b6ec80e918c9a23ac768d42a2d.tar.gz
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
-rw-r--r--pandoc.cabal2
-rw-r--r--pandoc.cabal.ghc667
2 files changed, 5 insertions, 4 deletions
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 <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
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 <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,