Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-25 | cabal.project - use source repository stanzas. | John MacFarlane | 1 | -2/+0 | |
2018-09-25 | appveyor - use github version of memory for now with ghc 8.6. | John MacFarlane | 1 | -0/+1 | |
2018-09-25 | appveyor - clone pandoc-citeproc into vendor/. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | appveyor - git clone pandoc-citeproc repo. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | appveyor - Put cabal unpack in right place. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | appveyor - Unpack pandoc-citeproc. | John MacFarlane | 1 | -0/+1 | |
2018-09-25 | appveyor - added &&. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | appveyor - use forfiles and cabal new-build. | John MacFarlane | 1 | -1/+2 | |
new-install symlinks don't work on windows. | |||||
2018-09-25 | appveyor - try manually creating package.db. | John MacFarlane | 1 | -2/+2 | |
2018-09-25 | appveyor - another attempt. | John MacFarlane | 1 | -2/+2 | |
2018-09-25 | appveyor - use --allow-newer | John MacFarlane | 1 | -2/+1 | |
2018-09-25 | appveyor - workaround for bug in new-install. | John MacFarlane | 1 | -1/+5 | |
2018-09-25 | Revert "appveyor - remove cabal_store for now." | John MacFarlane | 1 | -3/+3 | |
This reverts commit 2927d1e12a15830ee0b71cfd80990efa72bfc402. | |||||
2018-09-25 | appveyor - remove cabal_store for now. | John MacFarlane | 1 | -3/+3 | |
2018-09-25 | appveyor - remove ghc --version. | John MacFarlane | 1 | -1/+0 | |
2018-09-25 | appveyor - Another try. | John MacFarlane | 1 | -4/+2 | |
2018-09-25 | appveyor - hopefully fix path. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | appveyor: another try. | John MacFarlane | 1 | -5/+4 | |
2018-09-25 | appveyor - Further diganostics. | John MacFarlane | 1 | -2/+2 | |
2018-09-25 | appveyor - use verbose for choco install ghc. | John MacFarlane | 1 | -2/+2 | |
2018-09-25 | appveyor - more diagnostics. | John MacFarlane | 1 | -3/+2 | |
2018-09-25 | appveyor - more diagnostics. | John MacFarlane | 1 | -1/+3 | |
2018-09-25 | appveyor - fix wixtoolset version. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | appveyor - added diagnostic. | John MacFarlane | 1 | -5/+5 | |
2018-09-25 | appveyor - Fix typo. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | appveyor - added refreshenv. | John MacFarlane | 1 | -2/+4 | |
2018-09-25 | appveyor - install cabal separately. | John MacFarlane | 1 | -1/+3 | |
2018-09-25 | appveyor - further tweaks, comment out stack build for now. | John MacFarlane | 1 | -11/+14 | |
2018-09-25 | More appveyor tweaks. | John MacFarlane | 1 | -7/+8 | |
2018-09-24 | appveyor.yml - another try. | John MacFarlane | 1 | -2/+1 | |
2018-09-24 | Revert "appveyor - comment out 64-bit build for now, add semicolons." | John MacFarlane | 1 | -14/+14 | |
This reverts commit 50294050b20a8139b87f34cb880f3c12ae720e4f. | |||||
2018-09-24 | appveyor - comment out 64-bit build for now, add semicolons. | John MacFarlane | 1 | -14/+14 | |
2018-09-24 | appveyor - remove stack i386 build. | John MacFarlane | 1 | -11/+11 | |
2018-09-24 | appveyor - another attempt. | John MacFarlane | 1 | -12/+10 | |
2018-09-24 | Revert "appveyor: Try without echo "" hack." | John MacFarlane | 1 | -2/+2 | |
This reverts commit 6315e8b6c3c17424c6eaf5cc9b1c11729d7315ba. | |||||
2018-09-24 | appveyor: Try without echo "" hack. | John MacFarlane | 1 | -2/+2 | |
2018-09-24 | appveyor - fix typo. | John MacFarlane | 1 | -1/+1 | |
2018-09-24 | appveyor - use ps. | John MacFarlane | 1 | -12/+12 | |
2018-09-24 | appveyor.yml - another tweak. | John MacFarlane | 1 | -5/+6 | |
2018-09-24 | appveyor.yml - fix env variables. | John MacFarlane | 1 | -2/+2 | |
2018-09-24 | appveyor.yml - use proper windows conditional syntax. | John MacFarlane | 1 | -8/+6 | |
2018-09-24 | Fix appveyor.yaml env variable. | John MacFarlane | 1 | -1/+1 | |
2018-09-24 | appveyor.yml - try adding cabal 8.6.1.1 build. | John MacFarlane | 1 | -11/+33 | |
2018-09-06 | Clean up appveyor build. | John MacFarlane | 1 | -29/+21 | |
We now use ghc 8.4.3, lts-12 for the 64-bit build. We still use ghc 8.2, lts-11 for the 32-bit build because of blocking bugs: https://github.com/commercialhaskell/stackage/issues/3385 With luck this will be fixed in ghc 8.6. Get stack from chocolatey. Use 32-bit stack for 32-bit builds, 64-bit for 64-bit. | |||||
2018-09-03 | appveyor.yml : try building with lts-12. | John MacFarlane | 1 | -3/+16 | |
2018-08-28 | appveyor.yml: use -arch with candle. | John MacFarlane | 1 | -1/+3 | |
This may help with #4795. | |||||
2018-08-16 | Revert "appveyor.yml: use regular stack.yaml, not stack.lts11.yaml." | John MacFarlane | 1 | -2/+2 | |
This reverts commit 0a93d33566c9ee9e11a6b8951c9b847c581df3d9. | |||||
2018-08-16 | appveyor.yml: use regular stack.yaml, not stack.lts11.yaml. | John MacFarlane | 1 | -2/+2 | |
2018-07-14 | appveyor: fixed use of --stack-yaml. | John MacFarlane | 1 | -3/+3 | |
2018-07-14 | appveyor: try using lts-11. | John MacFarlane | 1 | -3/+3 | |