<div dir="ltr"><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">You might consider looking at the EMGM cabal file in the source.<br>
<br>
 &nbsp;<a href="https://svn.cs.uu.nl:12443/viewvc/dgp-haskell/EMGM/" target="_blank">https://svn.cs.uu.nl:12443/viewvc/dgp-haskell/EMGM/</a><br>
<br>
</div></blockquote>
&gt; (...)<br>
<br>
>From the site:<br>
<br>
 &nbsp;Échec de la connexion sécurisée<br>
 &nbsp;<a href="http://svn.cs.uu.nl:12443" target="_blank">svn.cs.uu.nl:12443</a> utilise un certificat de sécurité invalide.<br>
 &nbsp;Le certificat n&#39;est pas sûr car l&#39;autorité délivrant le certificat est<br>
 &nbsp;inconnue.<br>
 &nbsp;(Code d&#39;erreur : sec_error_unknown_issuer)<br>
</blockquote><div><br>That looks like what I see in Firefox when I go to a site that&#39;s using a non-verified SSL certificate. Is that from Firefox and not from the site? But if it is due to the site, I&#39;m not surprised, but I don&#39;t have any control over that. If the SSL certificate bothers you, you can also look at the Cabal file and the other source on the Hackage page:<br>
<br>&nbsp; <a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/emgm">http://hackage.haskell.org/cgi-bin/hackage-scripts/package/emgm</a><br><br>But of course the Setup.lhs is not there.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The test argument to Setup seems nice. Is there some<br>
already defined on the hook for tests?<br></blockquote></div><br>Yes, that&#39;s the &#39;runTests&#39; that we use. It&#39;s documented in the Cabal user&#39;s guide:<br><br>&nbsp; <a href="http://www.haskell.org/cabal/release/latest/doc/users-guide/builders.html#setup-test">http://www.haskell.org/cabal/release/latest/doc/users-guide/builders.html#setup-test</a><br>
<br>Sean<br></div>