aboutsummaryrefslogtreecommitdiff
path: root/deb
AgeCommit message (Collapse)AuthorFilesLines
2016-07-16Add aeson-pretty to stack.yaml for deb, windows.John MacFarlane1-0/+1
2016-07-16Use cmark-0.5.3.1 in stack.yaml.John MacFarlane1-1/+1
2016-07-15Use cmark-0.5.3 in stack.yaml.John MacFarlane1-0/+1
2016-07-14Use pandoc-citeproc-0.10.1 for packages.John MacFarlane1-1/+1
2016-07-04Added http-client dependencies to stack.yaml files.John MacFarlane1-0/+2
2016-07-03stack.yaml: use 6.5 resolver.John MacFarlane1-2/+1
2016-06-04Use pandoc-citeproc-0.10 in binary pkgs.John MacFarlane1-1/+1
2016-06-04Fixed --local-bin-path in deb package script.John MacFarlane1-1/+1
2016-06-04deb pkg: use --local-bin-path so we don't install to ~/.local.John MacFarlane3-10/+10
2016-03-19Fixed typo in deb, osx stack.yaml.John MacFarlane1-1/+1
2016-03-19Build vs pandoc-citeproc 0.9.1.1.John MacFarlane1-1/+1
2016-03-19Build pandoc-citeproc 0.9.1 for binary pkgs.John MacFarlane1-1/+1
2016-03-19Build binary packages with with latest texmath.John MacFarlane1-0/+1
2016-03-19Depend on most recent aeson, highlighting-kate.John MacFarlane1-0/+2
These aren't in stackage yet.
2016-03-19Use lts-5.8 resolver.John MacFarlane1-1/+1
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-5/+2
2016-01-09Fixed typo in deb/stack.yaml.John MacFarlane1-1/+1
2016-01-07deb/stack.yaml - use older aeson to avoid excessive memory use in compile.John MacFarlane1-1/+3
With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM.
2016-01-07deb/Makefile - make DEBPKGVER work.John MacFarlane1-1/+1
2016-01-07debpkg - back to lts-3.20.John MacFarlane1-1/+1
We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10.
2016-01-07More deb packaging tweaks.John MacFarlane2-3/+1
2016-01-07Minor tweak in how make_deb.sh is called.John MacFarlane1-1/+1
2016-01-07deb/make_deb.sh - removed 'stack clean'.John MacFarlane1-2/+1
2016-01-07make_deb.sh - use --install-ghc flag instead of stack setup.John MacFarlane2-4/+3
2016-01-07deb pkg generation improvements.John MacFarlane3-3/+70
Allow setting DEBPKGVER. Bump to stack lts-4.0. Make output verbose.
2016-01-07deb/Makefile: Renamed COMMIT -> TREEJohn MacFarlane1-2/+2
2016-01-03Updated binary package stack.yamls to ensure pandoc-citeproc...John MacFarlane1-1/+1
is built with embed_data_files. This fixes a problem with the original 1.16 binary packages.
2016-01-02Updated stack.yaml files.John MacFarlane1-2/+3
Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
2015-12-30stack.yaml - use simpler extra-deps field.John MacFarlane1-2/+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-15Build deb pkg on wheezy so we require a lower libc version.John MacFarlane3-4/+4
2015-11-15deb/Vagrantfile improvements.John MacFarlane1-2/+3
- Reduce memory size. - Retrieve key.
2015-11-15Vagrantfile: Install certificates needed for stack to work.John MacFarlane3-0/+57
2015-11-14Use latest pandoc-citeproc in deb and osx packages.John MacFarlane1-1/+1
2015-11-14Use latest pandoc-citeproc in osx, deb packages.John MacFarlane1-2/+2
2015-11-13Use current pandoc-citeproc for deb and osx packages.John MacFarlane1-1/+1
2015-11-12Debian: added configurable VAGRANTBOX env variable.John MacFarlane2-2/+3
This should make it easy to build in different virtual machines, e.g. 32-bit.
2015-10-24deb/Makefile: added 'clean'.John MacFarlane1-1/+4
2015-10-24deb/Vagrantfile: share .., so we can put the deb there.John MacFarlane1-1/+1
2015-10-24Added Vagrantfile for building deb in vm.John MacFarlane2-0/+81
This should help in automating binary package creation. 'make package' will make the package. 'make package COMMIT=blah' will make the package from commit blah.
2015-10-24Changed path . to .. in deb/osx stack.yaml.John MacFarlane1-1/+1
2015-10-24Changes for deb and osx package generators.John MacFarlane1-0/+17
- Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options.
2015-01-26Add Installed-Size to debian package control file.John MacFarlane1-0/+1
This should help with warnings from Ubuntu 14.04 Software Center. See #1900.
2014-12-19Removed extra spaces in deb/control.in.John MacFarlane1-11/+11
2014-12-17More improvements to debpkg target.John MacFarlane1-1/+1
The generated deb has been confirmed to install and run on a fresh ubuntu/trusty64 vagrant box.
2014-12-17Improved make_deb.sh.John MacFarlane1-1/+1