aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Update to hslua-0.8.0Albert Krewinkel1-1/+1
hslua no longer provides lua stack instances for Int and Double, the necessary instances are added to the Custom writer and the lua filtering system.
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel1-1/+1
2017-08-09Use haddock-library 1.4.3, since 1.4.5 requirse cabal 2.John MacFarlane1-1/+1
2017-08-09Added haddock-library-1.4.5 to stack.yaml for nightly.John MacFarlane1-0/+1
2017-08-09Build config that works with lts-9.0 and nightly.John MacFarlane1-2/+3
2017-08-09Remove cmark from stack.yaml.John MacFarlane1-1/+0
2017-08-07Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane1-0/+1
This uses bindings to GitHub's fork of cmark, so it should parse gfm exactly as GitHub does (excepting certain postprocessing steps, involving notifications, emojis, etc.). * Added Text.Pandoc.Readers.GFM (exporting readGFM) * Added Text.Pandoc.Writers.GFM (exporting writeGFM) * Added `gfm` as input and output forma Note that tables are currently always rendered as HTML in the writer; this can be improved when CMarkGFM supports tables in output.
2017-08-02Use latest cmark.John MacFarlane1-0/+1
2017-06-30Use latest texmath.John MacFarlane1-0/+1
2017-06-04stack.yaml - Use lts-8.16 resolver.John MacFarlane1-1/+1
2017-05-07Remove https flag.John MacFarlane1-1/+0
Supporting two completely different libraries for fetching from URLs makes it difficult to trap errors, because of different error types expected from the libraries. There's no clear reason not to build with these https-capable libraires.
2017-05-02stack.yaml: use lts-8.12.John MacFarlane1-2/+1
This should fix the build failure on travis.
2017-04-22Use foundation-0.0.7.John MacFarlane1-0/+1
See https://github.com/haskell-foundation/foundation/issues/238 for the bug on Windows with 0.0.6.
2017-04-22Use latest skylighting, lts.John MacFarlane1-3/+2
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel1-1/+0
Pushing values to the lua stack via custom functions is faster and more flexible.
2017-04-09stack.yaml: update foundation to 0.0.6 (#3565)Alexander Krotov1-0/+1
foundation-0.0.4 from lts-8.8 does not build on FreeBSD
2017-04-09Use stack lts-8.8.John MacFarlane1-2/+1
This gives us a newer verison of executable-path, which we need for FreeBSD.
2017-04-01Use latest skylighting.John MacFarlane1-1/+1
This means we no longer need language.dtd when loading custom highlighting definitions. See #3334.
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel1-1/+2
The 0.5.0 release of hslua fixes problems with lua C modules on linux. The signature of the `loadstring` function changed, so a compatibility wrapper is introduced to allow both 0.4.* and 0.5.* versions to be used.
2017-03-22stack.yaml: Use texmath-0.9.4.John MacFarlane1-1/+1
2017-03-20Lua filters (#3514)Albert Krewinkel1-0/+1
* Add `--lua-filter` option. This works like `--filter` but takes pathnames of special lua filters and uses the lua interpreter baked into pandoc, so that no external interpreter is needed. Note that lua filters are all applied after regular filters, regardless of their position on the command line. * Add Text.Pandoc.Lua, exporting `runLuaFilter`. Add `pandoc.lua` to data files. * Add private module Text.Pandoc.Lua.PandocModule to supply the default lua module. * Add Tests.Lua to tests. * Add data/pandoc.lua, the lua module pandoc imports when processing its lua filters. * Document in MANUAL.txt.
2017-03-10stack.yaml: Use texmath 0.9.3.John MacFarlane1-1/+1
2017-03-07stack.yamls: use lts-8.4 and texmath-0.9.1.1.John MacFarlane1-1/+2
2017-03-04Require skylighting 0.3.1.John MacFarlane1-1/+1
2017-02-20Use latest skylighting (0.3).John MacFarlane1-2/+2
2017-02-20Use new skylighting-0.2.John MacFarlane1-1/+2
2017-02-12stack.yamls: Use lts-8.0.John MacFarlane1-6/+2
2017-01-31Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*.John MacFarlane1-1/+1
2017-01-29Merge branch 'typeclass'John MacFarlane1-1/+1
2017-01-29Use latest skylighting.John MacFarlane1-1/+1
2017-01-28Rely on skylighting 0.1.1.2.John MacFarlane1-1/+1
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-4/+1
This reverts commit f02a12aff638fa2339192231b8f601bffdfe3e14.
2017-01-25Added extra-dep: true to stack.yaml for url deps.John MacFarlane1-0/+2
2017-01-25Compile against pandoc-types 1.18.*.John MacFarlane1-1/+6
2017-01-21Use skylighting 0.1.1.1 in stack.yaml.John MacFarlane1-1/+1
2017-01-19Use skylighting 0.1.1.John MacFarlane1-1/+1
Closes #3363.
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-1/+2
So far this just reproduces capacity. Later we'll be able to add features like warning messages, dynamic loading of xml syntax definitions, and dynamic loading of themes.
2016-11-30stack.yaml - use texmath 0.9 release.John MacFarlane1-3/+1
2016-11-30Use new module from texmath to lookup MS font codepoints.John MacFarlane1-0/+3
+ Removed Text.Pandoc.Readers.Docx.Fonts + Moved its code to texmath; we now use (from texmath 0.9) Text.TeXMath.Unicode.Fonts + Use texmath 0.9 (currently from git). + Updated epub tests because texmath now handles more mathml.
2016-11-27Updated stack.yaml to use lts 7.9 + latest pandoc-citeproc dev.John MacFarlane1-1/+1
2016-10-26Use lts-7.5 resolver.John MacFarlane1-1/+1
2016-10-18Use lts-7.4 resolver.John MacFarlane1-2/+1
2016-10-18stack.yaml - use latest pandoc-types.John MacFarlane1-1/+1
2016-10-17Bump pandoc-types versions to 1.17.0.3 in stack.yaml.John MacFarlane1-1/+1
2016-10-17Use pandoc-types 1.17.0.2 in stack.yaml.John MacFarlane1-4/+1
2016-10-17Try travis build with latest dev pandoc-types.John MacFarlane1-1/+4
2016-10-17BUmp pandoc-types version in stack.yamls.John MacFarlane1-1/+1
2016-10-16Update stack.yamls to use pandoc-types 1.17 release.John MacFarlane1-3/+1
2016-10-13Use newest pandoc-types from repo.John MacFarlane1-1/+1
2016-10-13Update stack.yaml files.John MacFarlane1-2/+0