Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-07-14 | Revert "appveyor - for diagnostics, try building just aeson-pretty..." | John MacFarlane | 1 | -1/+1 | |
This reverts commit 6aa6fb2692dbd6eda8950f8ee55ad29fb7c33cc6. | |||||
2018-07-14 | appveyor - for diagnostics, try building just aeson-pretty... | John MacFarlane | 1 | -1/+1 | |
instead of pandoc-citeproc. | |||||
2018-07-14 | appveyor: try with stack --no-terminal, remove verbosity. | John MacFarlane | 1 | -1/+1 | |
2018-07-14 | appveyor: use right option to change verbosity. | John MacFarlane | 1 | -1/+1 | |
2018-07-14 | appveyor: increase stack verbosity. | John MacFarlane | 1 | -1/+1 | |
2018-07-14 | appveyor: revert build aeson-pretty first. | John MacFarlane | 1 | -1/+0 | |
2018-07-13 | Fix aeson flag again... | John MacFarlane | 1 | -1/+1 | |
2018-07-13 | Fix appveyor flag. | John MacFarlane | 1 | -1/+1 | |
2018-07-13 | appveyor: try building aeson-pretty first... | John MacFarlane | 1 | -0/+1 | |
2018-04-12 | appveyor.yml - build 64 bit version and 32 bit. | John MacFarlane | 1 | -4/+4 | |
2018-03-12 | appveyor: use Visual Studio 2013 instead of 2015. | John MacFarlane | 1 | -0/+1 | |
Perhaps this will help with #4283. | |||||
2018-01-21 | appveyor - remove -fexternal-interpreter. | John MacFarlane | 1 | -1/+1 | |
This didn't help with the problem #4283. | |||||
2018-01-21 | appveyor - put comment about cache delete on one line, | John MacFarlane | 1 | -4/+1 | |
so it's easier to copy/paste. | |||||
2018-01-20 | More appveyor fixes. | John MacFarlane | 1 | -2/+2 | |
2018-01-20 | appveyor - changed syntax for adding ghc-options. | John MacFarlane | 1 | -1/+1 | |
2018-01-20 | appveyor.yml : use -fexternal-interpreter. | John MacFarlane | 1 | -1/+2 | |
This is supposed to help with the segfaults that come from use of TH. See #4021. | |||||
2017-12-27 | Update appveyor to use stack.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-10-12 | appveyor.yml: added skip_commits. | John MacFarlane | 1 | -0/+10 | |
2017-10-11 | Revert "appveyor tweak - maybe this will help with the build issue." | John MacFarlane | 1 | -1/+1 | |
This reverts commit c40768b28a4646dec425ce4784cfcf46e2405464. | |||||
2017-10-11 | appveyor tweak - maybe this will help with the build issue. | John MacFarlane | 1 | -1/+1 | |
2017-08-16 | Ensure hslua is build for 32 bits on windows i386 | Albert Krewinkel | 1 | -1/+4 | |
This prevents some otherwise hard to find and hard miscalculations in lua filters. | |||||
2017-05-24 | Revert "appveyor.yml: don't use matrix." | John MacFarlane | 1 | -9/+5 | |
This reverts commit d4ccd1e001bce84f1bae338cd07d4e8e2e7875cb. | |||||
2017-05-24 | appveyor.yml: don't use matrix. | John MacFarlane | 1 | -5/+9 | |
2017-05-24 | appveyor: turn off 64-bit build for now. | John MacFarlane | 1 | -3/+3 | |
2017-05-24 | appveyor.yml: added fast_finish, fails if either job fails. | John MacFarlane | 1 | -0/+3 | |
2017-05-19 | appveyor.yml - really fixed artifacts. | John MacFarlane | 1 | -2/+2 | |
2017-05-19 | appveyor.yml - fix artifacts. | John MacFarlane | 1 | -4/+4 | |
2017-05-19 | appveyor.yml: added comment with instructions to reset build cache. | John MacFarlane | 1 | -0/+6 | |
2017-05-19 | Revert "appveyor.yml - reset cache when appveyor.yml changes." | John MacFarlane | 1 | -2/+2 | |
This reverts commit 8ac2675c2788e4273c46c92e2a224583d51c2ad1. | |||||
2017-05-19 | appveyor.yml - reset cache when appveyor.yml changes. | John MacFarlane | 1 | -2/+2 | |
2017-05-19 | Fixed appveyor.yml. | John MacFarlane | 1 | -2/+2 | |
2017-05-19 | appveyor.yml updates. | John MacFarlane | 1 | -6/+11 | |
* Don't try to cache ghc, it's too big. * Build both 32 and 64 bit versions. | |||||
2017-05-19 | appveyor.yml. Fix WINBIN path. | John MacFarlane | 1 | -1/+1 | |
2017-05-19 | appveyor.yml - put stack executable in stack_root. | John MacFarlane | 1 | -1/+1 | |
2017-05-19 | appveyor.yml fixes. | John MacFarlane | 1 | -9/+9 | |
2017-05-19 | appveyor.yml improvements. | John MacFarlane | 1 | -17/+16 | |
2017-05-18 | Fixed appveyor.yml. | John MacFarlane | 1 | -2/+2 | |
2017-05-18 | appveyor: attempt two builds, one 32-bit, one 64-bit. | John MacFarlane | 1 | -1/+4 | |
2017-05-16 | appveyor.yml: remove manual calls to editbin. | John MacFarlane | 1 | -5/+0 | |
To really solve this memory limit, we need to build with a 64-bit version of ghc. | |||||
2017-05-15 | appveyor.yml: proper editbin path both times... | John MacFarlane | 1 | -1/+1 | |
2017-05-15 | Fixed appveyor.yml syntax error. | John MacFarlane | 1 | -1/+1 | |
2017-05-15 | appveyor.yml: proper path for editbin. | John MacFarlane | 1 | -1/+2 | |
I hope. | |||||
2017-05-15 | appveyor.yml: Don't install hsb2hs. | John MacFarlane | 1 | -3/+0 | |
We now use file-embed instead. |