summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Expand)AuthorAge
* Got s5 writer working with html template.fiddlosopher2009-12-31
* Moved odt-styles -> odt. Changed ODT module to look at user data first.fiddlosopher2009-12-31
* Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher2009-12-31
* Removed TH dependency from S5 module, removed DefaultTemplates.fiddlosopher2009-12-31
* Added getDefaultTemplate to Templates.fiddlosopher2009-12-31
* Added templates/ directory.fiddlosopher2009-12-31
* Renamed headers -> templates.fiddlosopher2009-12-31
* Added templates module.fiddlosopher2009-12-31
* Changed RunTests.hs to use the Diff library.fiddlosopher2009-12-31
* Removed reference to html2markdown wrapper in wrapper flag description.fiddlosopher2009-12-07
* Version bump to 1.3 (because of change to ParserState).fiddlosopher2009-12-01
* Bumped version to 1.2.2 and updated changelog.fiddlosopher2009-11-28
* 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