Hi Ashley,<br><br> Sorry to repeat this question, but is there any particular reason why you give handwritten<br>instances of Typeable, instead of deriving them?<br><br><br>Thanks,<br>
Pedro<br><br><div class="gmail_quote">On Sun, Nov 25, 2012 at 12:14 PM, Ashley Yakeley <span dir="ltr">&lt;<a href="mailto:ashley@semantic.org" target="_blank">ashley@semantic.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

time-1.4.0.2 is now on Hackage.<br>
<br>
1.4.0.2 fixes bugs and infelicities in the formatting and parsing in Data.Time.Format<br>
<br>
For formatting:<br>
<br>
* %0Y, %_Y, %0G and %_G now pad to four characters.<br>
<br>
* Likewise %0C, %_C, %0f and %_f pad to two characters.<br>
<br>
For parsing:<br>
<br>
* Runs of n whitespace characters now match n or more whitespace characters. Formerly it matched zero or more whitespace characters.<br>
<br>
* %Y, %G, %C and %f match one or more digits<br>
<br>
* %0Y and %0G match exactly four digits. %0C and %0f match exactly two digits<br>
<br>
General:<br>
<br>
* Now uses mkTyCon3 instead of deprecated mkTyCon (contributed by Chris Moline)<br>
<br>
Testing:<br>
<br>
* Various infrastructure improvements (Chris Moline and me)<br>
<br>
* QuickCheck properties now tested<br>
<br>
I tried using Cabal&#39;s &quot;detailed&quot; test-suite, but it doesn&#39;t play well with QuickCheck and is very slow with large numbers of small test cases. I&#39;m now making use of the test-framework package, which does play well with QuickCheck.<br>


<br>
-- Ashley Yakeley<br>
<br>
<br>
______________________________<u></u>_________________<br>
Haskell mailing list<br>
<a href="mailto:Haskell@haskell.org" target="_blank">Haskell@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell" target="_blank">http://www.haskell.org/<u></u>mailman/listinfo/haskell</a><br>
</blockquote></div><br>