summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Collapse)AuthorAge
* Fixed ghc-prof-options.John MacFarlane2015-03-28
|
* Require highlighting-kate >= 0.5.14John MacFarlane2015-03-28
| | | | | | | | | | This ensures that all code blocks will be wrapped in a div with class sourceCode. Also, the default highlighting CSS now adds `div.sourceCode { x-overflow: auto; }`, which means that code blocks (even with line numbers) will acquire a scroll bar on screens too small to display them (e.g. mobile phones). See #1903 and jgm/highlighting-kate#65.
* pandoc.cabal: changed default profiling options.John MacFarlane2015-03-27
| | | | | Removed `-auto-all` and `-caf-all` at cabal's suggestion. Use `-auto-exported` instead.
* Require highlighting-kate 0.5.13.John MacFarlane2015-03-27
| | | | Closes #1903.
* Bumped upper bounds for filepath, QuickCheck.John MacFarlane2015-03-19
| | | | Bumped lower bounds for highlighting-kate, texmath.
* Added CommonMark reader using cmark (libcmark bindings).John MacFarlane2015-03-17
| | | | | | | | - Added commonmark as an input format. - Added `Text.Pandoc.Readers.CommonMark.readCommonMark`. - For now, we use the markdown writer to generate benchmark text for the CommonMark reader. We can change this when we get a writer.
* Bump criterion version bound.John MacFarlane2015-03-17
|
* Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\ | | | | Fixes for multiple docx writer style bugs.
| * Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
| |
* | Bump blaze-html and blaze-markup upper version boundsRyanGlScott2015-02-28
|/
* Allow wildcards in `--epub-embed-font` arguments.John MacFarlane2015-02-13
| | | | Closes #1939.
* Allow haddock-library 1.2Mark Wright2015-01-05
|
* Version bump to 1.13.3.John MacFarlane2014-12-26
|
* Require latest highlighting-kate and texmath.John MacFarlane2014-12-19
|
* Added old-locale flag.John MacFarlane2014-12-19
| | | | | This will ease transition to time 1.5. However, currently we can't build with time 1.5 because of dependencies.
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
|
* Link the test suite using -threadedBryan O'Sullivan2014-12-08
| | | | | | | | | This allows the test suite to be run using "+RTS -N". Doing so improves the performance of the test suite on my quad-core Mac laptop as follows: Before: 8.2 seconds After: 2.5 seconds
* Merge pull request #1746 from shelf/dw-ext-imagesMatthew Pickering2014-12-08
|\ | | | | DokuWiki writer: fix external images
| * DokuWiki writer: add external_images testTimothy Humphries2014-11-09
| | | | | | | | Add test for #1739.
* | Update pandoc.cabal, Bumping JuicyPixels upper boundVincent2014-12-06
|/
* Fixed README and pandoc.cabal for TWiki reader.John MacFarlane2014-10-31
|
* TWiki Reader: update documentationAlexander Sulfrian2014-10-30
|
* TWiki Reader: add basic syntax testAlexander Sulfrian2014-10-30
|
* TWiki Reader: add new new twiki readerAlexander Sulfrian2014-10-30
|
* Version bump to 1.13.2.John MacFarlane2014-10-20
| | | | | This is needed because of the addition of KaTeX to HTMLMathMethod.
* Adde network dependency under network-uri flag in test section.John MacFarlane2014-09-28
|
* Bump text, random, http-client upper boundsRyanGlScott2014-09-22
|
* Version bump to 1.13.1.John MacFarlane2014-08-30
|
* Added new dokuwiki multiblock table tests to pandoc.cabal.John MacFarlane2014-08-30
|
* Capitalized Build-Depends for consistency.John MacFarlane2014-08-24
|
* Fix build dependencies for the trypandoc flag.Gabor Pali2014-08-24
| | | | | | Build dependencies of the trypandoc executable are required, regardless of the trypandoc flag was set to either True or False. Correct package description to make them truly optional.
* Added network-uri flag.John MacFarlane2014-08-20
| | | | This addresses the split of network and network-uri.
* Added tables.dokuwiki and tables.icml to extra-source-files.John MacFarlane2014-08-17
|
* Added trypandoc flag to build trypandoc cgi executable.John MacFarlane2014-08-17
| | | | Supporting files are in trypandoc/.
* Bump version to 1.13.0.1.John MacFarlane2014-08-17
|
* Added dokuwiki template to pandoc.cabal.John MacFarlane2014-08-13
|
* Included Tests.Writers.Docbook in test modules.John MacFarlane2014-08-13
|
* Added make-pandoc-man-pages flagJohn MacFarlane2014-08-13
| | | | | Previously we built this by default, but most users won't need to build it, since we include built man pages with the package.
* Added Makefile to rebuild man pages.John MacFarlane2014-08-13
| | | | This should only be needed by developers.
* Revised tests directory.John MacFarlane2014-08-13
| | | | | | | | | Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
* Removed special testHook from Setup.John MacFarlane2014-08-13
| | | | | | | | | This was just too fragile and dependent on a changing Cabal API (see #1526). Instead of passing the bulid directory to the test program, we now let the test program find itself (using executable-path) and then find the pandoc executable relative to itself.
* Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\ | | | | Attempts to convert gif, tiff and bmp to png in pdf writer
| * PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering2014-08-13
| | | | | | | | | | | | | | Now depends on the JuicyPixels library. Will attempt to convert an image (gif, tiff, bmp) to png when converting to pdf.
* | EPUB Tests: Added wasteland testMatthew Pickering2014-08-13
|/ | | | | This epub contains many epub:type elements including footnotes and titlepage.
* Docx: Add dropcap tests.Jesse Rosenthal2014-08-11
|
* Require zip-archive 0.2.3.4, with normalized path comparison.John MacFarlane2014-08-11
|
* Improved EPUB TestsMatthew Pickering2014-08-10
| | | | | | | | | | | | | Rewrote features test to remove all unimplemented features. There are now all three examples of where an image can be included in the test. 1. Cover image 2. As a spine elemnt 3. In the document Tests have also been added to make sure that the mediabag contains all these images after processing.
* Removed OMath module, depend on texmath >= 0.8.John MacFarlane2014-08-10
|
* Added Text.Pandoc.Readers.Docx.FontsMatthew Pickering2014-08-09
|
* EPUB test renaming.John MacFarlane2014-08-07
| | | | | | | | | Renamed epub test files so they're identified more clearly as epub: features.{epub,native} -> epub.features.{epub,native}, and similarly with formatting.{epub,native}. Added epub test files to cabal file, so they'll be included in the tarball.