summaryrefslogtreecommitdiff
path: root/stack.yaml
Commit message (Collapse)AuthorAge
* Use foundation-0.0.7.John MacFarlane2017-04-22
| | | | | See https://github.com/haskell-foundation/foundation/issues/238 for the bug on Windows with 0.0.6.
* Use latest skylighting, lts.John MacFarlane2017-04-22
|
* Drop dependency on hslua-aesonAlbert Krewinkel2017-04-14
| | | | | Pushing values to the lua stack via custom functions is faster and more flexible.
* stack.yaml: update foundation to 0.0.6 (#3565)Alexander Krotov2017-04-09
| | | foundation-0.0.4 from lts-8.8 does not build on FreeBSD
* Use stack lts-8.8.John MacFarlane2017-04-09
| | | | | This gives us a newer verison of executable-path, which we need for FreeBSD.
* Use latest skylighting.John MacFarlane2017-04-01
| | | | | | | This means we no longer need language.dtd when loading custom highlighting definitions. See #3334.
* Ensure compatibility with hslua 0.5.*Albert Krewinkel2017-03-24
| | | | | | 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.
* stack.yaml: Use texmath-0.9.4.John MacFarlane2017-03-22
|
* Lua filters (#3514)Albert Krewinkel2017-03-20
| | | | | | | | | * 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.
* stack.yaml: Use texmath 0.9.3.John MacFarlane2017-03-10
|
* stack.yamls: use lts-8.4 and texmath-0.9.1.1.John MacFarlane2017-03-07
|
* Require skylighting 0.3.1.John MacFarlane2017-03-04
|
* Use latest skylighting (0.3).John MacFarlane2017-02-20
|
* Use new skylighting-0.2.John MacFarlane2017-02-20
|
* stack.yamls: Use lts-8.0.John MacFarlane2017-02-12
|
* Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*.John MacFarlane2017-01-31
|
* Merge branch 'typeclass'John MacFarlane2017-01-29
|\
| * Rely on skylighting 0.1.1.2.John MacFarlane2017-01-28
| |
| * Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
| | | | | | | | This reverts commit f02a12aff638fa2339192231b8f601bffdfe3e14.
| * Added extra-dep: true to stack.yaml for url deps.John MacFarlane2017-01-25
| |
| * Compile against pandoc-types 1.18.*.John MacFarlane2017-01-25
| |
* | Use latest skylighting.John MacFarlane2017-01-29
|/
* Use skylighting 0.1.1.1 in stack.yaml.John MacFarlane2017-01-21
|
* Use skylighting 0.1.1.John MacFarlane2017-01-19
| | | | Closes #3363.
* Updates to use skylighting rather than highlighting-kate.John MacFarlane2016-12-23
| | | | | | | | 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.
* stack.yaml - use texmath 0.9 release.John MacFarlane2016-11-30
|
* Use new module from texmath to lookup MS font codepoints.John MacFarlane2016-11-30
| | | | | | | | + 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.
* Updated stack.yaml to use lts 7.9 + latest pandoc-citeproc dev.John MacFarlane2016-11-27
|
* Use lts-7.5 resolver.John MacFarlane2016-10-26
|
* Use lts-7.4 resolver.John MacFarlane2016-10-18
|
* stack.yaml - use latest pandoc-types.John MacFarlane2016-10-18
|
* Bump pandoc-types versions to 1.17.0.3 in stack.yaml.John MacFarlane2016-10-17
|
* Use pandoc-types 1.17.0.2 in stack.yaml.John MacFarlane2016-10-17
|
* Try travis build with latest dev pandoc-types.John MacFarlane2016-10-17
|
* BUmp pandoc-types version in stack.yamls.John MacFarlane2016-10-17
|
* Update stack.yamls to use pandoc-types 1.17 release.John MacFarlane2016-10-16
|
* Use newest pandoc-types from repo.John MacFarlane2016-10-13
|
* Update stack.yaml files.John MacFarlane2016-10-13
|
* Updated stack.yaml and windows/stack.yaml to use latest pandoc-types.John MacFarlane2016-10-13
|
* Use doctemplates 0.1.0.2.John MacFarlane2016-10-02
|
* Use doctemplates 0.1.0.1.John MacFarlane2016-10-02
|
* Moved template compiling/rendering code to a separate library.John MacFarlane2016-10-02
| | | | | | jgm/doctemplates. This allows the pandoc templating system to be used independently.
* Use lts-7.0 in stack.yaml files.John MacFarlane2016-09-23
|
* Use texmath 0.8.6.5. Closes #3040.John MacFarlane2016-07-24
|
* Use cmark-0.5.3.1 in stack.yaml.John MacFarlane2016-07-16
|
* Use cmark-0.5.3 in stack.yaml.John MacFarlane2016-07-15
|
* Use pandoc-citeproc-0.10.1 for packages.John MacFarlane2016-07-14
|
* stack.yaml - use ghc 8.01 and nightly.John MacFarlane2016-07-13
|
* Depend on http-client 0.5, http-client-tls 0.3John MacFarlane2016-07-04
|
* stack.yaml: use 6.5 resolver.John MacFarlane2016-07-03
|