aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Collapse)AuthorFilesLines
2014-06-16Bump version to 1.13John MacFarlane1-1/+1
2014-06-16Reference new DocX tests in cabal file.Jesse Rosenthal1-1/+20
2014-06-16Add files to cabal.Jesse Rosenthal1-0/+3
Note there is a build warning for unused `makeImagesSelfContained` function, since there isn't yet a command-line-option to make use of it.
2014-06-06Require aeson >= 0.7.0.5 to avoid build problems.John MacFarlane1-1/+1
2014-06-03Require texmath >= 0.6.6.3. Closes #1324.John MacFarlane1-1/+1
This fixes \tilde{E}, especially in docx.
2014-06-03Version bump to 1.12.5.John MacFarlane1-1/+1
2014-06-02Require latest texmath. Closes #1319.John MacFarlane1-1/+1
This allows `\left` to be used with `]`, `)`, etc.
2014-06-01Templates: Fail informatively on template syntax errors.John MacFarlane1-1/+0
With the move from parsec to attoparsec, we lost good error reporting. In fact, since we weren't testing for end of input, malformed templates would fail silently. Here we revert back to Parsec for better error messages.
2014-05-28PDF writer: Fixed treatment of data uris for images.John MacFarlane1-1/+2
Closes #1062.
2014-05-27Require latest highlighting-kate. Fixes #1317.John MacFarlane1-3/+3
2014-05-27Require latest zip-archive.John MacFarlane1-1/+1
This has fixes for unicode path names. Note that compiling pandoc against zip-archive 0.2.3 or 0.2.3.1 will lead to invalid zip containers, causing LibreOffice (e.g.) to regard ODTs as corrupt.
2014-05-18Removed dependency on conduit.John MacFarlane1-5/+6
* http-conduit flag is now https. * Instead of http-conduit, we depend on http-client and http-client-tls.
2014-05-16travis: Test with ghc 7.8.2 rather than 7.8.1.John MacFarlane1-1/+1
2014-05-16Allow scientific 0.3Michael Snoyman1-1/+1
2014-05-15Require highlighting-kate 0.5.8.1.John MacFarlane1-3/+3
0.5.8 has a serious bug that causes error failure with ocaml and fsharp.
2014-05-14Bump version to 1.12.4.2.John MacFarlane1-1/+1
2014-05-12Added default.icml to data-files so it installs with the package.John MacFarlane1-0/+1
2014-05-12Version bump to 1.12.4.1.John MacFarlane1-1/+1
2014-05-12Require highlighting-kate >= 0.5.8.John MacFarlane1-3/+3
This fixes a performance regression.
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-1/+1
2014-05-07Bumped version bound for mtl.John MacFarlane1-1/+1
2014-05-07Require latest texmath.John MacFarlane1-1/+1
2014-05-07Require latest highlighting-kate.John MacFarlane1-3/+3
2014-05-03AsciiDoc writer: Added test for empty table cells.John MacFarlane1-0/+1
2014-04-29Require pandoc-types 1.12.3.3.John MacFarlane1-3/+3
Fixes #1269.
2014-04-25Bump version to 1.12.4.John MacFarlane1-1/+1
2014-04-24Merge pull request #1260 from joehillen/tabs-in-cabalfileJohn MacFarlane1-4/+4
change tabs to spaces in pandoc.cabal
2014-04-24Bumped upper bounds for http-conduit and network.John MacFarlane1-3/+3
2014-04-24Require aeson >= 0.7.John MacFarlane1-2/+2
2014-04-24Render numbers in YAML metadata without decimals when possible.John MacFarlane1-0/+1
The change to aeson > 0.7 caused numbers to be rendered with decimals. This change causes them to be rendered without decimals wehn possible.
2014-04-22change tabs to spaces in pandoc.cabalJoe Hillenbrand1-4/+4
2014-04-14Require yaml >= 0.8.8.2.John MacFarlane1-2/+2
Otherwise we have problems with integers being rendered with decimal points.
2014-04-14Require tagsoup 0.13.1.John MacFarlane1-1/+1
This fixes a bug in parsing of script tags. See #1248.
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