summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Collapse)AuthorAge
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
|
* Bumped version bound for mtl.John MacFarlane2014-05-07
|
* Require latest texmath.John MacFarlane2014-05-07
|
* Require latest highlighting-kate.John MacFarlane2014-05-07
|
* AsciiDoc writer: Added test for empty table cells.John MacFarlane2014-05-03
|
* Require pandoc-types 1.12.3.3.John MacFarlane2014-04-29
| | | | Fixes #1269.
* Bump version to 1.12.4.John MacFarlane2014-04-25
|
* Merge pull request #1260 from joehillen/tabs-in-cabalfileJohn MacFarlane2014-04-24
|\ | | | | change tabs to spaces in pandoc.cabal
| * change tabs to spaces in pandoc.cabalJoe Hillenbrand2014-04-22
| |
* | Bumped upper bounds for http-conduit and network.John MacFarlane2014-04-24
| |
* | Require aeson >= 0.7.John MacFarlane2014-04-24
| |
* | Render numbers in YAML metadata without decimals when possible.John MacFarlane2014-04-24
|/ | | | | | The change to aeson > 0.7 caused numbers to be rendered with decimals. This change causes them to be rendered without decimals wehn possible.
* Require yaml >= 0.8.8.2.John MacFarlane2014-04-14
| | | | | Otherwise we have problems with integers being rendered with decimal points.
* Require tagsoup 0.13.1.John MacFarlane2014-04-14
| | | | | This fixes a bug in parsing of script tags. See #1248.
* Updated GHC versions in tested-with field.John MacFarlane2014-04-10
|
* Moved some doc files from data-files to extra-source-files.John MacFarlane2014-04-06
| | | | | | | | | 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.
* pandoc.cabal: allow QuickCheck-2.7Sergei Trofimovich2014-04-04
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Updated README and pandoc.cabal with icml writer.John MacFarlane2014-03-04
|
* Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane2014-03-04
|\
| * InDesign ICML Writermb212014-02-28
| |
* | Added org-mode to list of readers in cabal description.John MacFarlane2014-03-04
| |
* | Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
| | | | | | | | | | The basic structure of org-mode documents is recognized; however, org-mode features like todo markers, tags etc. are not supported yet.
* | PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane2014-02-23
| | | | | | | | Closes #1151, I hope. Testing needed.
* | Version bump to 1.12.3.3.John MacFarlane2014-02-03
| | | | | | | | | | No changes to source: just to regenerate tarball with latest alex, happy, to satisfy GHC 7.8.
* | Version bump to 1.12.3.2.John MacFarlane2014-02-03
| |
* | Bumped version bounds for blaze-html, blaze-markup.John MacFarlane2014-01-27
| |
* | Allow binary 0.5. Version bump to 1.12.3.1.John MacFarlane2014-01-14
| |
* | Require latest texmath, highlighting-kate.John MacFarlane2014-01-09
| |
* | Relaxed version bounds on attoparsec, text, aeson.John MacFarlane2014-01-09
| |
* | Better exif parsing, including image resolution.John MacFarlane2014-01-09
| | | | | | | | | | | | | | This introduces a dependency on binary >= 0.6, but we depend on binary >= 0.5 via zip-archive anyway. Closes #976.
* | Increase upper bound for text.John MacFarlane2014-01-06
| |
* | Increase upper bound on process.John MacFarlane2014-01-06
| |
* | Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane2014-01-02
| |
* | Allow temporary 1.2.John MacFarlane2013-12-26
| |
* | Allow zip-archive 0.2.John MacFarlane2013-12-10
| |
* | Relaxed version bounds for array, http-conduit, process.John MacFarlane2013-12-09
| |
* | Version mubp to 1.12.2.1John MacFarlane2013-12-08
|/
* Require texmath >= 0.6.5.2.John MacFarlane2013-11-06
|
* Version bump to 1.12.2.John MacFarlane2013-11-03
|
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
| | | | | Deprecate readTeXMath, and use readTeXMath' in all the writers. Require texmath >= 0.6.5.
* Bump version to 1.12.1.John MacFarlane2013-10-20
|
* Removed data files for s5, slideous, slidy.John MacFarlane2013-10-20
| | | | | | | 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.
* Version bump to 1.12.0.3.John MacFarlane2013-10-19
|
* Require pandoc-types 1.12.3.John MacFarlane2013-10-15
| | | | This will enforce a certain JSON encoding.
* Revert "Setup.hs: Better way of handling man page building."John MacFarlane2013-10-08
| | | | This reverts commit ed061b91c8e3247e1d3b1538eca24687adf0e575.
* Setup.hs: Better way of handling man page building.John MacFarlane2013-10-06
| | | | | | | | | | 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.
* Require pandoc-types >= 1.12.2.2.John MacFarlane2013-10-01
|
* Require pandoc-types >= 1.12.2.John MacFarlane2013-09-29
|
* Bump version to 1.12.0.2 and update changelog.John MacFarlane2013-09-20
|
* Removed stringable as a dependency. IT is not used.John MacFarlane2013-09-20
|