Commit graph

163 commits

Author SHA1 Message Date
John MacFarlane
b3ada2f11b cabal.project - use source repository stanzas. 2018-09-25 17:48:33 -07:00
John MacFarlane
438fb9c7cb appveyor - use github version of memory for now with ghc 8.6. 2018-09-25 17:14:45 -07:00
John MacFarlane
8f5ffd4470 appveyor - clone pandoc-citeproc into vendor/. 2018-09-25 15:25:12 -07:00
John MacFarlane
26f762b0e7 appveyor - git clone pandoc-citeproc repo. 2018-09-25 15:23:24 -07:00
John MacFarlane
cef2a57b13 appveyor - Put cabal unpack in right place. 2018-09-25 15:15:55 -07:00
John MacFarlane
d98e9cba8b appveyor - Unpack pandoc-citeproc. 2018-09-25 15:08:59 -07:00
John MacFarlane
efddb1b6aa appveyor - added &&. 2018-09-25 14:39:54 -07:00
John MacFarlane
c324d43d15 appveyor - use forfiles and cabal new-build.
new-install symlinks don't work on windows.
2018-09-25 14:29:52 -07:00
John MacFarlane
1dd9b9141a appveyor - try manually creating package.db. 2018-09-25 14:08:26 -07:00
John MacFarlane
1a7958f64b appveyor - another attempt. 2018-09-25 14:00:13 -07:00
John MacFarlane
a9a0032c71 appveyor - use --allow-newer 2018-09-25 13:52:36 -07:00
John MacFarlane
9067059561 appveyor - workaround for bug in new-install. 2018-09-25 13:43:27 -07:00
John MacFarlane
49cc585003 Revert "appveyor - remove cabal_store for now."
This reverts commit 2927d1e12a.
2018-09-25 13:39:19 -07:00
John MacFarlane
2927d1e12a appveyor - remove cabal_store for now. 2018-09-25 12:39:04 -07:00
John MacFarlane
c85fc92a21 appveyor - remove ghc --version. 2018-09-25 12:31:51 -07:00
John MacFarlane
e45ad7415c appveyor - Another try. 2018-09-25 12:12:57 -07:00
John MacFarlane
13d1db18a0 appveyor - hopefully fix path. 2018-09-25 12:04:27 -07:00
John MacFarlane
9f118c34a5 appveyor: another try. 2018-09-25 11:08:22 -07:00
John MacFarlane
048455d38d appveyor - Further diganostics. 2018-09-25 10:47:35 -07:00
John MacFarlane
daadcf967b appveyor - use verbose for choco install ghc. 2018-09-25 10:38:59 -07:00
John MacFarlane
b1a729b66c appveyor - more diagnostics. 2018-09-25 10:23:55 -07:00
John MacFarlane
6d8e6464f9 appveyor - more diagnostics. 2018-09-25 09:51:25 -07:00
John MacFarlane
86390c9361 appveyor - fix wixtoolset version. 2018-09-25 09:40:13 -07:00
John MacFarlane
c552fcc0c4 appveyor - added diagnostic. 2018-09-25 09:35:12 -07:00
John MacFarlane
d93ea46be6 appveyor - Fix typo. 2018-09-25 09:23:42 -07:00
John MacFarlane
4cae4d9a33 appveyor - added refreshenv. 2018-09-25 09:16:18 -07:00
John MacFarlane
ca0f34caab appveyor - install cabal separately. 2018-09-25 09:09:12 -07:00
John MacFarlane
228a740faf appveyor - further tweaks, comment out stack build for now. 2018-09-25 08:54:54 -07:00
John MacFarlane
c37fbd3a61 More appveyor tweaks. 2018-09-25 08:09:15 -07:00
John MacFarlane
b115deba2a appveyor.yml - another try. 2018-09-24 23:47:22 -07:00
John MacFarlane
828f51fd4a Revert "appveyor - comment out 64-bit build for now, add semicolons."
This reverts commit 50294050b2.
2018-09-24 23:38:42 -07:00
John MacFarlane
50294050b2 appveyor - comment out 64-bit build for now, add semicolons. 2018-09-24 23:31:25 -07:00
John MacFarlane
59ec31b942 appveyor - remove stack i386 build. 2018-09-24 22:50:51 -07:00
John MacFarlane
cf14c2be33 appveyor - another attempt. 2018-09-24 21:01:41 -07:00
John MacFarlane
34eac93240 Revert "appveyor: Try without echo "" hack."
This reverts commit 6315e8b6c3.
2018-09-24 15:57:46 -07:00
John MacFarlane
6315e8b6c3 appveyor: Try without echo "" hack. 2018-09-24 15:49:52 -07:00
John MacFarlane
9fa66d0b88 appveyor - fix typo. 2018-09-24 15:33:50 -07:00
John MacFarlane
7a9129ef48 appveyor - use ps. 2018-09-24 15:33:12 -07:00
John MacFarlane
a72aed27e2 appveyor.yml - another tweak. 2018-09-24 14:37:56 -07:00
John MacFarlane
dc062e3d31 appveyor.yml - fix env variables. 2018-09-24 14:04:56 -07:00
John MacFarlane
c307bfb953 appveyor.yml - use proper windows conditional syntax. 2018-09-24 12:45:38 -07:00
John MacFarlane
ee02820816 Fix appveyor.yaml env variable. 2018-09-24 12:19:42 -07:00
John MacFarlane
5bf5834104 appveyor.yml - try adding cabal 8.6.1.1 build. 2018-09-24 11:54:09 -07:00
John MacFarlane
ddac7434fc Clean up appveyor build.
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-06 23:12:31 -07:00
John MacFarlane
952677a212 appveyor.yml : try building with lts-12. 2018-09-03 15:33:23 -07:00
John MacFarlane
7c0b314cbe appveyor.yml: use -arch with candle.
This may help with #4795.
2018-08-28 21:06:51 -07:00
John MacFarlane
385a0619ff Revert "appveyor.yml: use regular stack.yaml, not stack.lts11.yaml."
This reverts commit 0a93d33566.
2018-08-16 23:26:43 -07:00
John MacFarlane
0a93d33566 appveyor.yml: use regular stack.yaml, not stack.lts11.yaml. 2018-08-16 22:04:21 -07:00
John MacFarlane
582b4afd0e appveyor: fixed use of --stack-yaml. 2018-07-14 18:04:26 -07:00
John MacFarlane
482a5874e9 appveyor: try using lts-11. 2018-07-14 17:51:46 -07:00