summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Expand)AuthorAge
* Require pandoc-types >= 1.14John MacFarlane2015-07-27
* Updated README and cabal description for ODT reader.John MacFarlane2015-07-23
* Added odt readerMarLinn2015-07-23
* Version bump to 1.15.0.6.John MacFarlane2015-07-15
* Updated to use cmark >= 0.4.John MacFarlane2015-07-14
* Allow vector 0.11.John MacFarlane2015-07-14
* Version bump to 1.15.0.5 and updated changelog.John MacFarlane2015-07-09
* Make cabal require hsb2hs >= 0.3.1.John MacFarlane2015-07-05
* Added pandoc.1 to repository. Don't build as part of cabal build.John MacFarlane2015-07-02
* Bump version to 1.15.0.4.John MacFarlane2015-07-02
* Bump version to 1.15.0.3, updated changelog.John MacFarlane2015-07-02
* Version bump to 1.15.0.2, updated changelog.John MacFarlane2015-07-02
* Added man page source files to extra-source-files.John MacFarlane2015-07-02
* Bump version to 1.15.0.1, update changelog.John MacFarlane2015-07-01
* Install man pages as part of cabal 'copy' phase.John MacFarlane2015-07-01
* Generate man page in cabal build process and include in data/.John MacFarlane2015-07-01
* New method for building man pages.John MacFarlane2015-07-01
* New method for producing man pages.John MacFarlane2015-06-28
* Version bump to 1.14.1.John MacFarlane2015-06-28
* Fixed regression in CSS parsing with `--self-contained`.John MacFarlane2015-06-28
* replace old url with pandoc.orgPablo Rodríguez2015-06-09
* Bump cmark version to >= 0.3.4.John MacFarlane2015-06-08
* Version bump to 1.14.0.4, added commonmark template to data files.John MacFarlane2015-06-02
* Bump version to 1.14.0.3; updated changelog.John MacFarlane2015-06-01
* Allow compilation with syb 0.5.*.John MacFarlane2015-05-31
* Bump to 1.14.0.2, updated changelog.John MacFarlane2015-05-31
* Allow building with hslua 0.4.John MacFarlane2015-05-31
* Better fix for #2187.John MacFarlane2015-05-28
* Added filepath dependency to make-reference-files.John MacFarlane2015-05-28
* Bump version to 1.14.0.1.John MacFarlane2015-05-28
* Don't include generated man pages in extra-source-files.John MacFarlane2015-05-28
* Bump upper bound for aeson.John MacFarlane2015-05-28
* Require cmark-hs >= 0.3.3 (fixes #2175).John MacFarlane2015-05-26
* Require highlighting-kate 0.6.John MacFarlane2015-05-26
* HTML reader: Support base tag.John MacFarlane2015-05-13
* SelfContained: properly handle data URIs in css urls.John MacFarlane2015-05-04
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Bump zlib upper version boundsRyanGlScott2015-04-20
* Merge pull request #2079 from lierdakil/rst-normalize-headingsJohn MacFarlane2015-04-17
|\
| * RST Writer: Tests for rubrics and heading normalizationNikolay Yakimov2015-04-16
* | Bump texmath lower bound to 0.8.1John MacFarlane2015-04-13
|/
* Added CommonMark writer.John MacFarlane2015-03-29
* Require cmark 0.3.1.John MacFarlane2015-03-29
* Always build man pages. Removed make-pandoc-man-pages flag.John MacFarlane2015-03-28
* Added images needed for docx tests to cabal extra-source-files.John MacFarlane2015-03-28
* Added source files for reference.docx/odt to extra-source-files.John MacFarlane2015-03-28
* Added Tests.Writers.Docx to cabal file.John MacFarlane2015-03-28
* Version bump to 1.14.John MacFarlane2015-03-28
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\
| * Add Text.Pandoc.Error module with PandocError typeMatthew Pickering2015-02-18