<div dir="ltr">Hi Peter,<div><br></div><div>I was not aware of that script, thanks for the pointer. multi-ghc-travis is more high level as it generates the travis config using the cabal file's tested-with field, something that was on my todo list. My script is a shell script to be invoked from a travis/appveyor.yml config. It can potentially be used in place of the shell snippets generated by multi-ghc-travis. So I can compare the shell part of the two, some differences that I can see on a quick look:</div><div><br></div><div>* package-test is more general, it works for windows as well</div><div>* It can be run easily on your local machine as well which is convenient for debugging any failures or if you just want to test on local machine instead of travis.</div><div><div>* It supports cabal as well as stack for testing</div></div><div>* It tests from source distribution to make sure the generated source dist is not broken</div><div>* It has a simple knob to send coverage info to <a href="http://coveralls.io">coveralls.io</a></div><div><br></div><div>-harendra</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 18 October 2016 at 17:25, Peter Simons <span dir="ltr"><<a href="mailto:simons@nospf.cryp.to" target="_blank">simons@nospf.cryp.to</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Harendra,<br>
<br>
I've been a happy user of <<a href="https://github.com/hvr/multi-ghc-travis/" rel="noreferrer" target="_blank">https://github.com/hvr/multi-<wbr>ghc-travis/</a>> for a<br>
while, and that script generates fairly sophisticated build scripts. Now I<br>
wonder whether your solution has any advantages or disadvantages compared<br>
to that generator? Can anyone share some light on the respective traits of<br>
these solutions?<br>
<br>
Best regards,<br>
Peter<br>
<br>
______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div><br></div>