aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
2013-10-06Setup.hs: Better way of handling man page building.John MacFarlane1-1/+3
2013-10-01Require pandoc-types >= 1.12.2.2.John MacFarlane1-3/+3
2013-09-29Require pandoc-types >= 1.12.2.John MacFarlane1-3/+3
2013-09-20Bump version to 1.12.0.2 and update changelog.John MacFarlane1-1/+1
2013-09-20Removed stringable as a dependency. IT is not used.John MacFarlane1-1/+0
2013-09-20Version bump to 1.12.0.1.John MacFarlane1-1/+1
2013-09-19Handle Boolean values in `--metadata`.John MacFarlane1-0/+2
2013-09-17Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane1-0/+1
2013-09-17Depend on pandoc-types 1.12.1.John MacFarlane1-3/+3
2013-09-16Declare alex and happy as build-tools.John MacFarlane1-1/+2
2013-09-09Fixed a couple test files in cabal file.John MacFarlane1-2/+2
2013-09-01Added `--metadata/-M` option.John MacFarlane1-0/+1
2013-08-26Added markdown citation parsing test.John MacFarlane1-0/+1
2013-08-25Removed tests relating to citation processing.John MacFarlane1-7/+0
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-6/+1
2013-08-24Moved most of Text.Pandoc.Readers.TeXMath to texmath 0.6.4.John MacFarlane1-1/+1
2013-08-18Removed scripts directory.John MacFarlane1-10/+0
2013-08-16Added scripts/deflists.py to filter examples.John MacFarlane1-0/+1
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-0/+9
2013-08-10Added Tests.Walk.John MacFarlane1-0/+1
2013-08-08Pass writename as argument to filters.John MacFarlane1-1/+1
2013-08-08Added Text.Pandoc.Process (pipeProcess).John MacFarlane1-1/+2
2013-08-08Revert "Revert "Added `--filter` option.""John MacFarlane1-0/+1
2013-08-08Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane1-1/+2
2013-08-08Added Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2013-08-05Require latest version of texmath.John MacFarlane1-1/+1
2013-08-04Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane1-4/+0
2013-08-03pandoc.cabal: Removed support for ghc version < 7.2.John MacFarlane1-40/+6
2013-07-23Revert "Added `--filter` option."John MacFarlane1-1/+0
2013-07-23Added `--filter` option.John MacFarlane1-0/+1
2013-07-22Require highlighting-kate 0.5.5.John MacFarlane1-3/+3
2013-07-04cabal: Added http-conduit flag, which allows fetching https resources.John MacFarlane1-0/+8
2013-07-02Markdown reader: Better error messages for yaml headers.John MacFarlane1-1/+1
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-0/+1
2013-06-26Require highlighting-kate 0.5.4.John MacFarlane1-3/+3
2013-06-24Use new flexible metadata type.John MacFarlane1-3/+5
2013-06-24Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane1-0/+3
2013-06-24Use aeson for json.John MacFarlane1-3/+2
2013-05-29Set default stack size to 16M.John MacFarlane1-2/+2
2013-05-07Bump upper bound for criterion.John MacFarlane1-1/+1
2013-05-07Use latest highlighting-kate and texmath.John MacFarlane1-2/+2
2013-05-01Version bump to 1.11.2.John MacFarlane1-1/+1
2013-04-26PDF: On Windows, create temdir in working directory.John MacFarlane1-0/+2
2013-04-23Added Text.Pandoc.Asciify utility module.John MacFarlane1-0/+1
2013-04-14Added CONTRIBUTING.md.John MacFarlane1-1/+1
2013-04-14Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane1-1/+5
2013-03-28Added stubs for haddock reader tests.John MacFarlane1-0/+2
2013-03-28Mention haddock reader in cabal description.John MacFarlane1-8/+9
2013-03-28Add reader for Haddock markup based on Haddock's own lexer/parser.David Lazar1-1/+5
2013-03-26Removed blaze_html_0_5 flag, require blaze-html >= 0.5.John MacFarlane1-9/+1