<div dir="ltr">fair enough. I take it that you&#39;re also (implicitly) committing to maintaining this for the next few years? :) </div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 5, 2013 at 4:02 PM, Roman Cheplyaka <span dir="ltr">&lt;<a href="mailto:roma@ro-che.info" target="_blank">roma@ro-che.info</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Andrey Chudnov &lt;<a href="mailto:achudnov@gmail.com">achudnov@gmail.com</a>&gt; [2013-08-05 15:31:16-0400]<br>
<div class="im">&gt; On 08/05/2013 02:48 PM, Roman Cheplyaka wrote:<br>
&gt; &gt;(which is unmaintained).<br>
&gt;   Has this been confirmed by the author/maintainer?<br>
<br>
</div>I&#39;ve sent a couple of emails to Max (one in January, one in April) and<br>
haven&#39;t heard anything from him. My patches, which he applied in<br>
January, are still not released. That&#39;s why I regard test-framework as<br>
unmaintained.<br>
<br>
You can also make your own impression by browsing github (commit<br>
activity, outstanding pull requests, open issues...)<br>
<div class="im"><br>
&gt; Is it a drop-in replacement for test-framework, e.g. if I substitute<br>
&gt; &quot;test-framework&quot; for &quot;tasty&quot; in my .cabal files, will it work?<br>
&gt; If not, could you provide a quick guide for porting?<br>
<br>
</div>Not quite.<br>
<br>
At the very least, you&#39;ll have to change module names<br>
(Test.Framework -&gt; Test.Tasty,<br>
 Test.Framework.Providers.HUnit -&gt; Test.Tasty.HUnit, ...),<br>
and wrap the top-level list of tests into a testGroup.<br>
<br>
If you have type signatures, you&#39;ll need to rename Test to TestTree.<br>
<br>
That should be enough in most cases. If you use plusTestOptions, you&#39;ll<br>
need to look up appropriate functions from Test.Tasty.Options.<br>
<div class="im"><br>
&gt; Also, is the<br>
&gt; current version (0.1) recommended for general use?<br>
<br>
</div>I&#39;d love to see people using it. But you should treat this as beta<br>
software. I am in the process of migrating my own packages to use Tasty.<br>
<span class="HOEnZb"><font color="#888888"><br>
Roman<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br></div>