aboutsummaryrefslogtreecommitdiff
path: root/stack.pkg.yaml
AgeCommit message (Collapse)Author
2017-11-18Lua filters: preload text module (#4077)Albert Krewinkel
The `text` module is preloaded in lua. The module contains some UTF-8 aware string functions, implemented in Haskell. The module is loaded on request only, e.g.: text = require 'text' function Str (s) s.text = text.upper(s.text) return s end
2017-11-11Use pandoc-types 1.17.3John MacFarlane
2017-11-08Change to using pandoc-citeproc 0.12.1 in binary packages.John MacFarlane
2017-11-04Use skylighting 0.4.3.2.John MacFarlane
2017-11-03Use texmath 0.10.John MacFarlane
2017-11-03Use latest skylighting.John MacFarlane
2017-11-02Update skylighting version in stack.pkg.yaml.John MacFarlane
2017-10-28Use latest pandoc-citeproc release for binary package.John MacFarlane
2017-10-26use skylighting 0.4.2 in stack.pkg.yaml.John MacFarlane
2017-10-22Back to using alpine-based Dockerfile for linux build.John MacFarlane
2017-10-20Use doctemplates 0.2.1: allows `$--` line comments in templates.John MacFarlane
Closes #3806.
2017-10-11Use latest pandoc-citeproc.John MacFarlane
2017-10-11Added hs-bibutils to stack.pgk.yaml.John MacFarlane
2017-10-10Use latest pandoc-citeproc in stack.pkg.yaml.John MacFarlane
2017-10-05Use hslua v0.9.0Albert Krewinkel
2017-10-03Use latest texmath.John MacFarlane
2017-10-03Use latest texmath.John MacFarlane
2017-10-03Use latest pandoc-citeproc for pkg build.John MacFarlane
2017-09-28Use latest skylighting.John MacFarlane
2017-09-24Use pandoc-types 1.17.2.John MacFarlane
2017-09-17stack.pkg.yaml - use latest pandoc-citeproc.John MacFarlane
2017-09-15Use skylighting 0.4.John MacFarlane
2017-09-14FromJSON/ToJSON instances for Reader, WriterOptions.John MacFarlane
Depends on skylighting 0.3.5.
2017-09-13Use texmath 0.9.4.2 in stack.yaml.John MacFarlane
2017-09-09Use skylighting 0.3.4.1.John MacFarlane
2017-09-04Use latest pandoc-citeproc in stack.pkg.yaml.John MacFarlane
2017-08-23Use lts-9.1 in travis.John MacFarlane
2017-08-21Updated stack.pkg.yaml.John MacFarlane
2017-08-16Update to hslua-0.8.0Albert Krewinkel
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-14Use latest commit for pandoc-citeproc.John MacFarlane
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel
2017-08-09Use haddock-library 1.4.3, since 1.4.5 requirse cabal 2.John MacFarlane
2017-08-09Added haddock-library-1.4.5 to stack.yaml for nightly.John MacFarlane
2017-08-09Build config that works with lts-9.0 and nightly.John MacFarlane
2017-08-09stack.pkg.yaml - add cmark-gfm.John MacFarlane
2017-08-02Use latest cmark.John MacFarlane
2017-06-30Updated stack.pkg.yaml.John MacFarlane
2017-06-11stack.pkg.yaml - update pandoc-citeproc commit.John MacFarlane
2017-06-04Updated to lts-8.16 in stack.pkg.yaml.John MacFarlane
2017-06-04Use latest pandoc-citeproc in binary packages.John MacFarlane
2017-05-07Remove https flag.John MacFarlane
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 MacFarlane
This should fix the build failure on travis.
2017-04-22Use foundation-0.0.7.John MacFarlane
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 MacFarlane
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel
Pushing values to the lua stack via custom functions is faster and more flexible.
2017-04-09Use stack lts-8.8.John MacFarlane
This gives us a newer verison of executable-path, which we need for FreeBSD.
2017-04-01Use latest skylighting.John MacFarlane
This means we no longer need language.dtd when loading custom highlighting definitions. See #3334.
2017-03-30Compile with latest pandoc-citeproc.John MacFarlane
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel
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 MacFarlane