Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-18 | windows/stack.yaml - use latest pandoc-citeproc from git. | John MacFarlane | 1 | -1/+1 | |
Otherwise tests will fail on appveyor. | |||||
2016-10-27 | Update pandoc-citeproc commit to use for binary packages. | John MacFarlane | 1 | -1/+1 | |
2016-10-26 | stack.yamls - use git commit from pandoc-citeproc | John MacFarlane | 1 | -1/+3 | |
so we don't have to wait for stackage's hackage mirror to update. | |||||
2016-10-26 | Use lts-7.5 resolver. | John MacFarlane | 1 | -1/+1 | |
2016-10-26 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2016-10-25 | Use pandoc-citeproc 0.10.2 in stack package builds. | John MacFarlane | 1 | -1/+1 | |
2016-10-24 | stack.yamls - use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2016-10-23 | stack.yamls - use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2016-10-19 | Merge pull request #3158 from ickc/COPY-LICENSE | John MacFarlane | 1 | -1/+1 | |
Use the markdown version of COPYING from GNU | |||||
2016-10-19 | Download markdown version of the license from GNU and rename to `COPYING.md` | Kolen Cheung | 1 | -1/+1 | |
From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md | |||||
2016-10-18 | Added pandoc-citeproc back to extra-deps in stack.yaml. | John MacFarlane | 1 | -0/+1 | |
Otherwise we can't set flags. | |||||
2016-10-18 | Use lts-7.4 resolver. | John MacFarlane | 1 | -3/+1 | |
2016-10-18 | stack.yaml - use latest pandoc-types. | John MacFarlane | 1 | -1/+1 | |
2016-10-17 | Bump pandoc-types versions to 1.17.0.3 in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-10-17 | Use pandoc-types 1.17.0.2 in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-10-17 | BUmp pandoc-types version in stack.yamls. | John MacFarlane | 1 | -1/+1 | |
2016-10-16 | Update stack.yamls to use pandoc-types 1.17 release. | John MacFarlane | 1 | -3/+1 | |
2016-10-13 | Use latest pandoc-types in windows/stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-10-13 | Use latest pandoc-citeproc in stack.yamls. | John MacFarlane | 1 | -1/+1 | |
2016-10-13 | Update stack.yaml files. | John MacFarlane | 1 | -2/+0 | |
2016-10-13 | Updated stack.yaml and windows/stack.yaml to use latest pandoc-types. | John MacFarlane | 1 | -1/+5 | |
2016-10-02 | Use doctemplates 0.1.0.2. | John MacFarlane | 1 | -1/+1 | |
2016-10-02 | Use doctemplates 0.1.0.1. | John MacFarlane | 1 | -1/+1 | |
2016-10-02 | Moved template compiling/rendering code to a separate library. | John MacFarlane | 1 | -0/+1 | |
jgm/doctemplates. This allows the pandoc templating system to be used independently. | |||||
2016-09-25 | USe latest pandoc-citeproc in binary package stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-09-23 | Added pandoc-citeproc back to extra-deps. | John MacFarlane | 1 | -0/+1 | |
2016-09-23 | Use lts-7.0 in stack.yaml files. | John MacFarlane | 1 | -6/+1 | |
2016-07-24 | Use texmath 0.8.6.5. Closes #3040. | John MacFarlane | 1 | -0/+1 | |
2016-07-22 | Fix MANUAL.txt path in make-windows-installer.txt. | John MacFarlane | 1 | -1/+1 | |
2016-07-20 | Rename README to MANUAL.txt | Albert Krewinkel | 2 | -12/+12 | |
2016-07-16 | Add aeson-pretty to stack.yaml for deb, windows. | John MacFarlane | 1 | -0/+1 | |
2016-07-16 | Use cmark-0.5.3.1 in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2016-07-15 | Use cmark-0.5.3 in stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2016-07-14 | Use pandoc-citeproc-0.10.1 for packages. | John MacFarlane | 1 | -1/+1 | |
2016-07-04 | Added http-client dependencies to stack.yaml files. | John MacFarlane | 1 | -0/+2 | |
2016-07-03 | stack.yaml: use 6.5 resolver. | John MacFarlane | 1 | -5/+1 | |
2016-06-26 | Include table of contents in README.html in Windows package. | John MacFarlane | 1 | -1/+1 | |
2016-06-24 | Added texmath 0.8.6.4 to windows/stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2016-06-23 | Improved Windows installer - don't ignore properties set on command-line. | John MacFarlane | 1 | -2/+5 | |
See #2708. Needs testing to see if this resolves the issue. Thanks to @nkalvi. | |||||
2016-06-04 | Use pandoc-citeproc-0.10 in binary pkgs. | John MacFarlane | 1 | -1/+1 | |
2016-06-04 | Improved Windows installer (nkalvi, #2708, #2389). | John MacFarlane | 5 | -85/+299 | |
* Scope selection in the first screen. Since I couldn't detect if the user is 'real' admin user, default is still per user. * Scope is limited to per machine on servers. Though not perfect (couldn't detect `DisableMSI` policy), it should handle #2389 better. * For per machine, location can be changed by selecting Advanced. Localization: modified templates from WiX toolkit support localization very well. A short sample localization file for en-us is used. * Dialog elements are moved to their own files. | |||||
2016-06-03 | Fixed windows/stack.yaml. | John MacFarlane | 1 | -2/+0 | |
Can't set flag on something not in extra-deps. | |||||
2016-06-03 | Use windows/stack.yaml for appveyor build. | John MacFarlane | 2 | -27/+5 | |
Use released pandoc-citeproc, not git. | |||||
2016-06-03 | Windows build: create pandoc-citeproc on appveyor, so we can put in msi. | John MacFarlane | 1 | -5/+2 | |
Updated stackage resolver. | |||||
2016-05-19 | Added pandoc-citeproc to stack-appveyor.yaml extra-deps. | John MacFarlane | 1 | -0/+1 | |
2016-05-16 | stack.yamls - make sure proper flags used for texmath, pandoc-citeproc. | John MacFarlane | 2 | -0/+7 | |
2016-05-11 | Use windows stack.yaml on appveyor to embedded the templates | Jan Schulz | 1 | -0/+20 | |
2016-03-20 | Removed strip commands from make-windows-installer.bat. | John MacFarlane | 1 | -2/+0 | |
2016-03-19 | Build binary packages with with latest texmath. | John MacFarlane | 1 | -0/+1 | |
2016-03-19 | Depend on most recent aeson, highlighting-kate. | John MacFarlane | 1 | -1/+2 | |
These aren't in stackage yet. |