aboutsummaryrefslogtreecommitdiff
path: root/stack.full.yaml
AgeCommit message (Collapse)Author
2017-11-08Remove stack.full.yaml.John MacFarlane
See #4052.
2017-10-05Use hslua v0.9.0Albert Krewinkel
2017-08-23Name change OSX -> macOS (#3869)ickc
* Name change OSX -> macOS fix commit c96b64e This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS. The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd. * fix casing of Linux, UNIX, and Windows
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-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel
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-14Drop dependency on hslua-aesonAlbert Krewinkel
Pushing values to the lua stack via custom functions is faster and more flexible.
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-20Added hslua-aeson to stack.yamls.John MacFarlane
2016-10-26Use lts-7.5 resolver.John MacFarlane
2016-10-18Use lts-7.4 resolver.John MacFarlane
2016-10-13Update stack.yaml files.John MacFarlane
2016-10-02Use doctemplates 0.1.0.2.John MacFarlane
2016-10-02Use doctemplates 0.1.0.1.John MacFarlane
2016-10-02Moved template compiling/rendering code to a separate library.John MacFarlane
jgm/doctemplates. This allows the pandoc templating system to be used independently.
2016-09-23Use lts-7.0 in stack.yaml files.John MacFarlane
2016-07-26Added texmath 0.8.6.5.John MacFarlane
2016-07-23Fixed stack.full.yaml.John MacFarlane
2016-07-22Removed flag setting for texmath in stack.full.yaml.John MacFarlane
2016-07-21stack.full.yaml - only build pandoc, pandoc-types, pandoc-citeproc.John MacFarlane
2016-07-21Updated stack.full.yaml.John MacFarlane
2016-05-16stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.John MacFarlane
2016-03-28stack.full.yaml: build local zip-archive, texmath.John MacFarlane
2016-03-27stack.full.yaml: also include local cmark-hs.John MacFarlane
2016-03-19texmath-0.8.5 in extra-deps in stack.full.yaml.John MacFarlane
2016-03-19Build binary packages with with latest texmath.John MacFarlane
2016-03-19Depend on most recent aeson, highlighting-kate.John MacFarlane
These aren't in stackage yet.
2016-03-19Use lts-5.8 resolver.John MacFarlane
2016-02-18Remove stray line from stack.full.yamlAndrew Dunning
The line causes an error with stack 1.0.2: ``` Could not parse '/pandoc-build/pandoc/stack.full.yaml': AesonException "Error in $.extra-deps: failed to parse field 'extra-deps': failed to parse field extra-deps: expected [a], encountered Null" See http://docs.haskellstack.org/en/stable/yaml_configuration.html. ```
2016-02-09Removed aeson extra-dep from stack.yaml.John MacFarlane
2016-02-09Changed aeson version in stack.yaml to 0.11.0.0.John MacFarlane
2016-02-09Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.John MacFarlane
2016-01-07Update stack.full.yamlMatthew Eddey
2016-01-07stack.yaml - use older aeson to avoid excessive memory use on compile.John MacFarlane
2016-01-06stack.yaml, stack.full.yaml - use lts-4.0 resolver.John MacFarlane
2016-01-02Updated stack.yaml files.John MacFarlane
Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
2015-12-30stack.yaml - use simpler extra-deps field.John MacFarlane
2015-12-29Use cmark 0.5.John MacFarlane
Closes #2605.
2015-12-13Use lts-3.18 in stack.yamls.John MacFarlane
2015-12-01Use lts-3.16.John MacFarlane
2015-11-28stack.full.yaml - use local versions of everything.John MacFarlane
2015-11-24Added stack.full.yaml to build pandoc-citeproc as well.John MacFarlane