Commit graph

67 commits

Author SHA1 Message Date
John MacFarlane
54d54fc57f Use pandoc-types 1.17.0.2 in stack.yaml. 2016-10-17 13:59:58 +02:00
John MacFarlane
e298dc2065 BUmp pandoc-types version in stack.yamls. 2016-10-17 09:57:55 +02:00
John MacFarlane
8625ff21a9 Update stack.yamls to use pandoc-types 1.17 release. 2016-10-16 22:18:03 +02:00
John MacFarlane
886e131949 Use latest pandoc-citeproc in stack.yamls. 2016-10-13 16:35:23 +02:00
John MacFarlane
6156cdda13 Update stack.yaml files. 2016-10-13 13:02:18 +02:00
John MacFarlane
c28c16d463 Use doctemplates 0.1.0.2. 2016-10-02 12:29:37 +02:00
John MacFarlane
fcb45c3505 Use doctemplates 0.1.0.1. 2016-10-02 11:07:10 +02:00
John MacFarlane
5ec9b6352c Moved template compiling/rendering code to a separate library.
jgm/doctemplates.

This allows the pandoc templating system to be used independently.
2016-10-02 09:30:26 +02:00
John MacFarlane
cacb9c0fcb USe latest pandoc-citeproc in binary package stack.yaml. 2016-09-25 23:06:18 +02:00
John MacFarlane
86f6d7921d Added pandoc-citeproc back to extra-deps. 2016-09-23 13:00:18 +02:00
John MacFarlane
c1d26a20cc Use lts-7.0 in stack.yaml files. 2016-09-23 12:50:56 +02:00
John MacFarlane
d2464de2af Use texmath 0.8.6.5. Closes #3040. 2016-07-24 10:56:19 -07:00
John MacFarlane
fba8dc1b41 make_deb.sh: get pandoc-citeproc LICENSE from github. 2016-07-21 10:29:09 -07:00
John MacFarlane
307b94ac71 make_deb.sh: get pandoc-citeproc.1 directly from github. 2016-07-21 10:14:47 -07:00
John MacFarlane
2bd07f4f01 deb Vagrantfile: install curl. 2016-07-21 09:51:58 -07:00
John MacFarlane
c52fa06900 Small changes in debian package creation.
Use more recent resolver, no longer need custom stack.yaml
for hsb2hs
2016-07-20 13:48:20 -07:00
John MacFarlane
e71a0e5712 Add aeson-pretty to stack.yaml for deb, windows. 2016-07-16 15:27:14 -07:00
John MacFarlane
e9c20314d0 Use cmark-0.5.3.1 in stack.yaml. 2016-07-16 08:49:46 -07:00
John MacFarlane
c2bcefb39e Use cmark-0.5.3 in stack.yaml. 2016-07-15 12:32:25 -07:00
John MacFarlane
75a9ba5dca Use pandoc-citeproc-0.10.1 for packages. 2016-07-14 22:57:58 -07:00
John MacFarlane
6ea8ff19c3 Added http-client dependencies to stack.yaml files. 2016-07-04 10:24:28 -07:00
John MacFarlane
44ce21e134 stack.yaml: use 6.5 resolver. 2016-07-03 11:54:11 -07:00
John MacFarlane
97f8f4ad4b Use pandoc-citeproc-0.10 in binary pkgs. 2016-06-04 15:42:07 -07:00
John MacFarlane
64a037141d Fixed --local-bin-path in deb package script. 2016-06-04 08:11:07 -07:00
John MacFarlane
6f9f790ae8 deb pkg: use --local-bin-path so we don't install to ~/.local. 2016-06-04 08:02:03 -07:00
John MacFarlane
2e2298abf3 Fixed typo in deb, osx stack.yaml. 2016-03-19 15:33:18 -07:00
John MacFarlane
f939c210ea Build vs pandoc-citeproc 0.9.1.1. 2016-03-19 14:55:48 -07:00
John MacFarlane
a2706ee075 Build pandoc-citeproc 0.9.1 for binary pkgs. 2016-03-19 14:51:17 -07:00
John MacFarlane
6a4c17642c Build binary packages with with latest texmath. 2016-03-19 14:45:25 -07:00
John MacFarlane
33bad8de18 Depend on most recent aeson, highlighting-kate.
These aren't in stackage yet.
2016-03-19 14:19:13 -07:00
John MacFarlane
3dadc1b1bd Use lts-5.8 resolver. 2016-03-19 14:16:08 -07:00
John MacFarlane
52794d8d52 Removed aeson extra-dep from stack.yaml. 2016-02-09 17:28:37 -08:00
John MacFarlane
1aaf4b8c83 Changed aeson version in stack.yaml to 0.11.0.0. 2016-02-09 14:08:51 -08:00
John MacFarlane
522f8f3b47 Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml. 2016-02-09 09:34:51 -08:00
John MacFarlane
a412104636 Fixed typo in deb/stack.yaml. 2016-01-09 14:12:14 -08:00
John MacFarlane
0602a22071 deb/stack.yaml - use older aeson to avoid excessive memory use in compile.
With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu
64-bit VM.
2016-01-07 14:14:58 -08:00
John MacFarlane
eadf5ad2c1 deb/Makefile - make DEBPKGVER work. 2016-01-07 13:43:57 -08:00
John MacFarlane
f010b39999 debpkg - back to lts-3.20.
We get memory exhaustion on lts-4.0.  My guess is that it's
due to aeson-0.10.
2016-01-07 12:22:17 -08:00
John MacFarlane
6cf610d811 More deb packaging tweaks. 2016-01-07 11:40:01 -08:00
John MacFarlane
6cb94d593f Minor tweak in how make_deb.sh is called. 2016-01-07 11:37:31 -08:00
John MacFarlane
8a5950a674 deb/make_deb.sh - removed 'stack clean'. 2016-01-07 11:37:31 -08:00
John MacFarlane
d2dfaccb99 make_deb.sh - use --install-ghc flag instead of stack setup. 2016-01-07 11:33:22 -08:00
John MacFarlane
646ef17e55 deb pkg generation improvements.
Allow setting DEBPKGVER.
Bump to stack lts-4.0.
Make output verbose.
2016-01-07 11:24:51 -08:00
John MacFarlane
669153eace deb/Makefile: Renamed COMMIT -> TREE 2016-01-07 11:13:06 -08:00
John MacFarlane
1cee48158e Updated binary package stack.yamls to ensure pandoc-citeproc...
is built with embed_data_files. This fixes a problem with
the original 1.16 binary packages.
2016-01-03 20:52:59 -08:00
John MacFarlane
4edd1a7873 Updated stack.yaml files.
Use latest resolver.
Use latest pandoc-citeproc and pandoc-types release.
2016-01-02 12:37:23 -08:00
John MacFarlane
a2fa46065d stack.yaml - use simpler extra-deps field. 2015-12-30 13:27:17 -08:00
John MacFarlane
b27783e2ec Use cmark 0.5.
Closes #2605.
2015-12-29 19:52:06 -08:00
John MacFarlane
36c589a21e Use lts-3.18 in stack.yamls. 2015-12-13 16:35:16 -08:00
John MacFarlane
ad6578f673 Use lts-3.16. 2015-12-01 22:55:42 -08:00