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