summaryrefslogtreecommitdiff
path: root/deb
Commit message (Collapse)AuthorAge
* Use texmath 0.8.6.5. Closes #3040.John MacFarlane2016-07-24
|
* make_deb.sh: get pandoc-citeproc LICENSE from github.John MacFarlane2016-07-21
|
* make_deb.sh: get pandoc-citeproc.1 directly from github.John MacFarlane2016-07-21
|
* deb Vagrantfile: install curl.John MacFarlane2016-07-21
|
* Small changes in debian package creation.John MacFarlane2016-07-20
| | | | | Use more recent resolver, no longer need custom stack.yaml for hsb2hs
* Add aeson-pretty to stack.yaml for deb, windows.John MacFarlane2016-07-16
|
* Use cmark-0.5.3.1 in stack.yaml.John MacFarlane2016-07-16
|
* Use cmark-0.5.3 in stack.yaml.John MacFarlane2016-07-15
|
* Use pandoc-citeproc-0.10.1 for packages.John MacFarlane2016-07-14
|
* Added http-client dependencies to stack.yaml files.John MacFarlane2016-07-04
|
* stack.yaml: use 6.5 resolver.John MacFarlane2016-07-03
|
* Use pandoc-citeproc-0.10 in binary pkgs.John MacFarlane2016-06-04
|
* Fixed --local-bin-path in deb package script.John MacFarlane2016-06-04
|
* deb pkg: use --local-bin-path so we don't install to ~/.local.John MacFarlane2016-06-04
|
* Fixed typo in deb, osx stack.yaml.John MacFarlane2016-03-19
|
* Build vs pandoc-citeproc 0.9.1.1.John MacFarlane2016-03-19
|
* Build pandoc-citeproc 0.9.1 for binary pkgs.John MacFarlane2016-03-19
|
* Build binary packages with with latest texmath.John MacFarlane2016-03-19
|
* Depend on most recent aeson, highlighting-kate.John MacFarlane2016-03-19
| | | | These aren't in stackage yet.
* Use lts-5.8 resolver.John MacFarlane2016-03-19
|
* Removed aeson extra-dep from stack.yaml.John MacFarlane2016-02-09
|
* Changed aeson version in stack.yaml to 0.11.0.0.John MacFarlane2016-02-09
|
* Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.John MacFarlane2016-02-09
|
* Fixed typo in deb/stack.yaml.John MacFarlane2016-01-09
|
* deb/stack.yaml - use older aeson to avoid excessive memory use in compile.John MacFarlane2016-01-07
| | | | | With aeson 0.10 I was getting an out of memory error on a 2GB Ubuntu 64-bit VM.
* deb/Makefile - make DEBPKGVER work.John MacFarlane2016-01-07
|
* debpkg - back to lts-3.20.John MacFarlane2016-01-07
| | | | | We get memory exhaustion on lts-4.0. My guess is that it's due to aeson-0.10.
* More deb packaging tweaks.John MacFarlane2016-01-07
|
* Minor tweak in how make_deb.sh is called.John MacFarlane2016-01-07
|
* deb/make_deb.sh - removed 'stack clean'.John MacFarlane2016-01-07
|
* make_deb.sh - use --install-ghc flag instead of stack setup.John MacFarlane2016-01-07
|
* deb pkg generation improvements.John MacFarlane2016-01-07
| | | | | | Allow setting DEBPKGVER. Bump to stack lts-4.0. Make output verbose.
* deb/Makefile: Renamed COMMIT -> TREEJohn MacFarlane2016-01-07
|
* Updated binary package stack.yamls to ensure pandoc-citeproc...John MacFarlane2016-01-03
| | | | | is built with embed_data_files. This fixes a problem with the original 1.16 binary packages.
* Updated stack.yaml files.John MacFarlane2016-01-02
| | | | | Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
* stack.yaml - use simpler extra-deps field.John MacFarlane2015-12-30
|
* Use cmark 0.5.John MacFarlane2015-12-29
| | | | Closes #2605.
* Use lts-3.18 in stack.yamls.John MacFarlane2015-12-13
|
* Use lts-3.16.John MacFarlane2015-12-01
|
* Build deb pkg on wheezy so we require a lower libc version.John MacFarlane2015-11-15
|
* deb/Vagrantfile improvements.John MacFarlane2015-11-15
| | | | | - Reduce memory size. - Retrieve key.
* Vagrantfile: Install certificates needed for stack to work.John MacFarlane2015-11-15
|
* Use latest pandoc-citeproc in deb and osx packages.John MacFarlane2015-11-14
|
* Use latest pandoc-citeproc in osx, deb packages.John MacFarlane2015-11-14
|
* Use current pandoc-citeproc for deb and osx packages.John MacFarlane2015-11-13
|
* Debian: added configurable VAGRANTBOX env variable.John MacFarlane2015-11-12
| | | | | This should make it easy to build in different virtual machines, e.g. 32-bit.
* deb/Makefile: added 'clean'.John MacFarlane2015-10-24
|
* deb/Vagrantfile: share .., so we can put the deb there.John MacFarlane2015-10-24
|
* Added Vagrantfile for building deb in vm.John MacFarlane2015-10-24
| | | | | | | 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.
* Changed path . to .. in deb/osx stack.yaml.John MacFarlane2015-10-24
|