aboutsummaryrefslogtreecommitdiff
path: root/stack.full.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-10-05Use hslua v0.9.0Albert Krewinkel1-1/+1
2017-08-23Name change OSX -> macOS (#3869)ickc1-1/+1
* 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 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-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-3/+2
This should fix the build failure on travis.
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-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-20Added hslua-aeson to stack.yamls.John MacFarlane1-1/+3
2016-10-26Use lts-7.5 resolver.John MacFarlane1-1/+1
2016-10-18Use lts-7.4 resolver.John MacFarlane1-1/+1
2016-10-13Update stack.yaml files.John MacFarlane1-2/+0
2016-10-02Use doctemplates 0.1.0.2.John MacFarlane1-4/+5
2016-10-02Use doctemplates 0.1.0.1.John MacFarlane1-1/+1
2016-10-02Moved template compiling/rendering code to a separate library.John MacFarlane1-0/+1
jgm/doctemplates. This allows the pandoc templating system to be used independently.
2016-09-23Use lts-7.0 in stack.yaml files.John MacFarlane1-5/+1
2016-07-26Added texmath 0.8.6.5.John MacFarlane1-0/+1
2016-07-23Fixed stack.full.yaml.John MacFarlane1-0/+6
2016-07-22Removed flag setting for texmath in stack.full.yaml.John MacFarlane1-2/+0
2016-07-21stack.full.yaml - only build pandoc, pandoc-types, pandoc-citeproc.John MacFarlane1-4/+0
2016-07-21Updated stack.full.yaml.John MacFarlane1-3/+6
2016-05-16stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.John MacFarlane1-0/+5
2016-03-28stack.full.yaml: build local zip-archive, texmath.John MacFarlane1-1/+2
2016-03-27stack.full.yaml: also include local cmark-hs.John MacFarlane1-0/+1
2016-03-19texmath-0.8.5 in extra-deps in stack.full.yaml.John MacFarlane1-1/+1
2016-03-19Build binary packages with with latest texmath.John MacFarlane1-0/+2
2016-03-19Depend on most recent aeson, highlighting-kate.John MacFarlane1-0/+1
These aren't in stackage yet.
2016-03-19Use lts-5.8 resolver.John MacFarlane1-1/+1
2016-02-18Remove stray line from stack.full.yamlAndrew Dunning1-1/+0
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 MacFarlane1-1/+0
2016-02-09Changed aeson version in stack.yaml to 0.11.0.0.John MacFarlane1-1/+1
2016-02-09Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.John MacFarlane1-4/+2
2016-01-07Update stack.full.yamlMatthew Eddey1-1/+1
2016-01-07stack.yaml - use older aeson to avoid excessive memory use on compile.John MacFarlane1-0/+2
2016-01-06stack.yaml, stack.full.yaml - use lts-4.0 resolver.John MacFarlane1-1/+1
2016-01-02Updated stack.yaml files.John MacFarlane1-1/+1
Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
2015-12-30stack.yaml - use simpler extra-deps field.John MacFarlane1-3/+2
2015-12-29Use cmark 0.5.John MacFarlane1-0/+2
Closes #2605.
2015-12-13Use lts-3.18 in stack.yamls.John MacFarlane1-1/+1
2015-12-01Use lts-3.16.John MacFarlane1-1/+1
2015-11-28stack.full.yaml - use local versions of everything.John MacFarlane1-9/+3
2015-11-24Added stack.full.yaml to build pandoc-citeproc as well.John MacFarlane1-0/+22