aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
2009-07-04Added upper version limit to base in cabal file.fiddlosopher1-1/+1
2009-07-04Version bump to 1.2.1.fiddlosopher1-1/+1
2009-06-25Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)fiddlosopher1-5/+4
2009-06-17Don't install markdown2pdf by default - still has bugs.fiddlosopher1-4/+5
2009-05-01Added new Haskell version of markdown2pdf.fiddlosopher1-0/+11
2009-04-29Fixed profiling options.fiddlosopher1-2/+2
2009-04-29Added -caf-all to profiling options.fiddlosopher1-2/+2
2009-04-18Use Paths_pandoc to get version number.fiddlosopher1-1/+2
2009-02-26Revert "Require Cabal >= 1.6."fiddlosopher1-1/+1
2009-02-26Require Cabal >= 1.6.fiddlosopher1-1/+1
2009-02-24Removed plugin support.fiddlosopher1-9/+2
2009-02-14Added new lhs tests to cabal file.fiddlosopher1-0/+10
2009-02-14Version bump to 1.2.fiddlosopher1-1/+1
2009-02-14Make wrappers flag False by default.fiddlosopher1-1/+1
2009-01-31Rewrote hsmarkdown in Haskell for portability.fiddlosopher1-0/+14
2009-01-31Renamed Main.hs -> pandoc.hs.fiddlosopher1-1/+1
2009-01-25Added TemplateHaskell to Extensions for executable, removed -threaded for lib...fiddlosopher1-2/+2
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-2/+2
2009-01-24Moved some Extra-Source-Files to Data-Files.fiddlosopher1-9/+10
2009-01-24Added a plugin system, based on hint.fiddlosopher1-1/+8
2008-12-29Brought citeproc support up to date for citeproc-hs-0.2.fiddlosopher1-1/+1
2008-12-23Added Bug-Reports field to cabal file.fiddlosopher1-0/+1
2008-12-01Conditionally depend on syb and base >= 4 if ghc >= 6.10.fiddlosopher1-1/+5
2008-12-01Removed package-URL field from cabal file.fiddlosopher1-1/+0
2008-11-06Updated location of odt-styles in pandoc.cabal.fiddlosopher1-6/+6
2008-10-30Version bump to 1.1.fiddlosopher1-1/+1
2008-10-16Bump version to 1.0.0.2.fiddlosopher1-1/+1
2008-10-16Add BUGS to files in tarball.fiddlosopher1-1/+1
2008-09-14Bumped version to 1.0.0.1.fiddlosopher1-1/+1
2008-09-10pandoc.cabal: Removed most upper-bounds on dependency versions.fiddlosopher1-16/+7
2008-09-10Use versioned dependencies in pandoc.cabal, following guidelines infiddlosopher1-4/+16
2008-09-10Version bump to 1.0.fiddlosopher1-1/+1
2008-09-09pandoc.cabal: removed COPYING from Extra-Source-Files;fiddlosopher1-1/+1
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher1-9/+3
2008-09-04Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher1-16/+4
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher1-2/+1
2008-08-14Simplified and improved UTF8 handling:fiddlosopher1-14/+5
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-4/+4
2008-08-12Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.fiddlosopher1-1/+1
2008-08-11Added new markdown reader tests to list of extra source files in pandoc.cabal.fiddlosopher1-1/+3
2008-08-10Removed markdown2pdf and all references to it.fiddlosopher1-4/+4
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher1-0/+1
2008-08-09Moved more of the build process from Makefile to Setup.hs:fiddlosopher1-4/+72
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher1-1/+1
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher1-6/+11
2008-08-05Mention ODT writer in pandoc.cabal.fiddlosopher1-1/+1
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher1-1/+12
2008-08-03Improved configuration options and CPP macros.fiddlosopher1-4/+7
2008-08-03Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher1-1/+9
2008-08-02Improved template handling:fiddlosopher1-0/+1