aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Collapse)AuthorFilesLines
2014-04-10Updated GHC versions in tested-with field.John MacFarlane1-1/+1
2014-04-06Moved some doc files from data-files to extra-source-files.John MacFarlane1-1/+3
They aren't needed at runtime. We keep README and COPYRIGHT in data to ensure that they'll be available on all systems on which pandoc is installed. Closes #1123.
2014-04-04pandoc.cabal: allow QuickCheck-2.7Sergei Trofimovich1-1/+1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2014-03-04Updated README and pandoc.cabal with icml writer.John MacFarlane1-2/+2
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane1-0/+1
2014-03-04Added org-mode to list of readers in cabal description.John MacFarlane1-2/+2
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel1-0/+2
The basic structure of org-mode documents is recognized; however, org-mode features like todo markers, tags etc. are not supported yet.
2014-02-28InDesign ICML Writermb211-0/+1
2014-02-23PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane1-0/+2
Closes #1151, I hope. Testing needed.
2014-02-03Version bump to 1.12.3.3.John MacFarlane1-1/+1
No changes to source: just to regenerate tarball with latest alex, happy, to satisfy GHC 7.8.
2014-02-03Version bump to 1.12.3.2.John MacFarlane1-1/+1
2014-01-27Bumped version bounds for blaze-html, blaze-markup.John MacFarlane1-2/+2
2014-01-14Allow binary 0.5. Version bump to 1.12.3.1.John MacFarlane1-2/+2
2014-01-09Require latest texmath, highlighting-kate.John MacFarlane1-4/+4
2014-01-09Relaxed version bounds on attoparsec, text, aeson.John MacFarlane1-6/+6
2014-01-09Better exif parsing, including image resolution.John MacFarlane1-1/+2
This introduces a dependency on binary >= 0.6, but we depend on binary >= 0.5 via zip-archive anyway. Closes #976.
2014-01-06Increase upper bound for text.John MacFarlane1-3/+2
2014-01-06Increase upper bound on process.John MacFarlane1-1/+1
2014-01-02Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane1-1/+1
2013-12-26Allow temporary 1.2.John MacFarlane1-1/+1
2013-12-10Allow zip-archive 0.2.John MacFarlane1-1/+1
2013-12-09Relaxed version bounds for array, http-conduit, process.John MacFarlane1-4/+4
2013-12-08Version mubp to 1.12.2.1John MacFarlane1-1/+1
2013-11-06Require texmath >= 0.6.5.2.John MacFarlane1-1/+1
2013-11-03Version bump to 1.12.2.John MacFarlane1-1/+1
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane1-1/+1
Deprecate readTeXMath, and use readTeXMath' in all the writers. Require texmath >= 0.6.5.
2013-10-20Bump version to 1.12.1.John MacFarlane1-1/+1
2013-10-20Removed data files for s5, slideous, slidy.John MacFarlane1-23/+0
Users of s5 and slideous will have to download the needed files, as has been documented for some time in the README. slidy files will be sought on the web, as before.
2013-10-19Version bump to 1.12.0.3.John MacFarlane1-1/+1
2013-10-15Require pandoc-types 1.12.3.John MacFarlane1-3/+3
This will enforce a certain JSON encoding.
2013-10-08Revert "Setup.hs: Better way of handling man page building."John MacFarlane1-3/+1
This reverts commit ed061b91c8e3247e1d3b1538eca24687adf0e575.
2013-10-06Setup.hs: Better way of handling man page building.John MacFarlane1-1/+3
Previously we tried to remove make-pandoc-man-pages from the list of packages to be haddocked, installed, copied, etc. It works better to set 'Buildable: False' on make-pandoc-man-pages, then have the buildHook temporarily set Buildable to True. This allows make-pandoc-man-pages to be built (and used in generating the man pages), but not installed.
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
Note that anything not parseable as a YAML boolean or string is treated as a literal string. Note that you can still get a string value with "yes" or any of the strings interpretable as booleans: -M boolvalue=yes -M stringvalue='"yes"'
2013-09-17Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane1-0/+1
This also has the effect that `--bibliography` can be repeated, as before.
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
Closes #986.
2013-09-09Fixed a couple test files in cabal file.John MacFarlane1-2/+2
2013-09-01Added `--metadata/-M` option.John MacFarlane1-0/+1
This is like `--variable/-V`, but actually adds to metadata, not just variables.
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
Going forward we'll use pandoc-citeproc, as an external filter. The `--bibliography`, `--csl`, and `--citation-abbreviation` fields have been removed. Instead one must include `bibliography`, `csl`, or `csl-abbrevs` fields in the document's YAML metadata. The filter can then be used as follows: pandoc --filter pandoc-citeproc The `Text.Pandoc.Biblio` module has been removed. Henceforth, `Text.CSL.Pandoc` from pandoc-citations can be used by library users. The Markdown and LaTeX readers now longer format bibliographies and citations. That must be done using `processCites` or `processCites'` from Text.CSL.Pandoc. All bibliography-related fields have been removed from `ReaderOptions` and `WriterOptions`: `writerBiblioFiles`, `readerReferences`, `readerCitationStyle`. API change.
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
This has been put in its own github repo: https://github.com/jgm/pandoc-filters-python
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