aboutsummaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Collapse)Author
2017-12-27Removed stack.pkg.yaml.John MacFarlane
We only really need stack.yaml; we can put flag settings for pandoc-citeproc there. Also use ghc-8.0.2 in dockerized linux build. This is the only version available for alpine so far.
2017-11-04Use -O2 for windows, macos binary packages.John MacFarlane
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-02-12Windows packaging fixes to use new stack.pkg.yaml.John MacFarlane
2017-02-12Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml.John MacFarlane
2017-02-12stack.yamls: Use lts-8.0.John MacFarlane
2017-02-07Use latest pandoc-citeproc dev in stack builds.John MacFarlane
2017-02-07Update dev version of pandoc-citeproc in stack.yaml.John MacFarlane
2017-02-07Use latest dev version of pandoc-citeproc.John MacFarlane
2017-01-31stack.yaml - use latest skylighting.John MacFarlane
2017-01-30Windows builds: removed -S option from pandoc invocations.John MacFarlane
2017-01-30stack.yamls: Updated commit of pandoc-citeproc to build against.John MacFarlane
2017-01-30stack.yamls: Updated commit of pandoc-citeproc to build against.John MacFarlane
2017-01-30Use dev pandoc-citeproc in windows,osx,deb/stack.yaml.John MacFarlane
2017-01-29Updated deb, osx, windows stack.yaml.John MacFarlane
Use latest skylighting, pandoc-citeproc.
2017-01-21Use skylighting 0.1.1.1 in stack.yaml.John MacFarlane
2017-01-19windows stack.yaml - use latest skylighting.John MacFarlane
2016-12-23Updated windows stack.yaml.John MacFarlane
2016-11-30Use pandoc-citeproc 0.10.3 release in stack.yamls for binary pkgs.John MacFarlane
2016-11-30stack.yaml - use texmath 0.9 release.John MacFarlane
2016-11-30Use new module from texmath to lookup MS font codepoints.John MacFarlane
+ Removed Text.Pandoc.Readers.Docx.Fonts + Moved its code to texmath; we now use (from texmath 0.9) Text.TeXMath.Unicode.Fonts + Use texmath 0.9 (currently from git). + Updated epub tests because texmath now handles more mathml.
2016-11-27Updated stack.yaml to use lts 7.9 + latest pandoc-citeproc dev.John MacFarlane
2016-11-18windows/stack.yaml - use latest pandoc-citeproc from git.John MacFarlane
Otherwise tests will fail on appveyor.
2016-10-27Update pandoc-citeproc commit to use for binary packages.John MacFarlane
2016-10-26stack.yamls - use git commit from pandoc-citeproc1.18John MacFarlane
so we don't have to wait for stackage's hackage mirror to update.
2016-10-26Use lts-7.5 resolver.John MacFarlane
2016-10-26Use latest pandoc-citeproc.John MacFarlane
2016-10-25Use pandoc-citeproc 0.10.2 in stack package builds.John MacFarlane
2016-10-24stack.yamls - use latest pandoc-citeproc.John MacFarlane
2016-10-23stack.yamls - use latest pandoc-citeproc.John MacFarlane
2016-10-19Merge pull request #3158 from ickc/COPY-LICENSEJohn MacFarlane
Use the markdown version of COPYING from GNU
2016-10-19Download markdown version of the license from GNU and rename to `COPYING.md`Kolen Cheung
From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
2016-10-18Added pandoc-citeproc back to extra-deps in stack.yaml.John MacFarlane
Otherwise we can't set flags.
2016-10-18Use lts-7.4 resolver.John MacFarlane
2016-10-18stack.yaml - use latest pandoc-types.John MacFarlane
2016-10-17Bump pandoc-types versions to 1.17.0.3 in stack.yaml.John MacFarlane
2016-10-17Use pandoc-types 1.17.0.2 in stack.yaml.John MacFarlane
2016-10-17BUmp pandoc-types version in stack.yamls.John MacFarlane
2016-10-16Update stack.yamls to use pandoc-types 1.17 release.John MacFarlane
2016-10-13Use latest pandoc-types in windows/stack.yaml.John MacFarlane
2016-10-13Use latest pandoc-citeproc in stack.yamls.John MacFarlane
2016-10-13Update stack.yaml files.John MacFarlane
2016-10-13Updated stack.yaml and windows/stack.yaml to use latest pandoc-types.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-25USe latest pandoc-citeproc in binary package stack.yaml.John MacFarlane
2016-09-23Added pandoc-citeproc back to extra-deps.John MacFarlane
2016-09-23Use lts-7.0 in stack.yaml files.John MacFarlane
2016-07-24Use texmath 0.8.6.5. Closes #3040.John MacFarlane