<p><br>
On Feb 4, 2013 8:43 AM, &quot;Ian Lynagh&quot; &lt;<a href="mailto:ian@well-typed.com">ian@well-typed.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On Sun, Feb 03, 2013 at 08:48:13PM +0000, Simon Marlow wrote:<br>
&gt; &gt; On 02/02/13 14:11, Ian Lynagh wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt;diff --git a/unix.cabal b/unix.cabal<br>
&gt; &gt; &gt;&gt;index 287caa8..1aaaec9 100644<br>
&gt; &gt; &gt;&gt;--- a/unix.cabal<br>
&gt; &gt; &gt;&gt;+++ b/unix.cabal<br>
&gt; &gt; &gt;&gt;@@ -14,6 +14,11 @@ description:<br>
&gt; &gt; &gt;&gt;    IEEE Std. 1003.1).<br>
&gt; &gt; &gt;&gt;    .<br>
&gt; &gt; &gt;&gt;    The package is not supported under Windows (except under Cygwin).<br>
&gt; &gt; &gt;&gt;+        .<br>
&gt; &gt; &gt;&gt;+        Changes in <a href="http://2.7.0.0">2.7.0.0</a>:<br>
&gt; &gt; &gt;&gt;+        .<br>
&gt; &gt; &gt;&gt;+        * @ProcessStatus@ changed to include a core-dumped flag.<br>
&gt; &gt; &gt;&gt;+<br>
&gt; &gt; &gt;&gt;  extra-source-files:<br>
&gt; &gt; &gt;&gt;          config.guess config.sub install-sh<br>
&gt; &gt; &gt;&gt;            <a href="http://configure.ac">configure.ac</a> configure<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; &gt;Also, what&#39;s the plan for the changelog? Is the package description<br>
&gt; &gt; &gt;going to accumulate entries, or just show those for the most recent<br>
&gt; &gt; &gt;version? Wouldn&#39;t it be better to include a CHANGES file instead?<br>
&gt; &gt;<br>
&gt; &gt; I&#39;ve got into the habit of putting change notes in the description<br>
&gt; &gt; field of the .cabal file, because they appear prominently in the<br>
&gt; &gt; Haddock docs, whereas a CHANGES file or similar is hard to find and<br>
&gt; &gt; tends to get forgotten (at least I tend to forget it).<br>
&gt; &gt;<br>
&gt; &gt; I don&#39;t have a specific rule for the number of versions to keep, but<br>
&gt; &gt; I suppose you wouldn&#39;t want the list to get too long.<br>
&gt;<br>
&gt; Hmm. I think it would be better to have Cabal/haddock understand a<br>
&gt; CHANGES file in a particular format. That way haddock (and hackage)<br>
&gt; could show the recent changes on a package&#39;s page, with a link to the<br>
&gt; full history, and the description can remain just a description of what<br>
&gt; the package does.</p>
<p>Or even just a link to the raw text file on Hackage.</p>
<p>&gt;<br>
&gt;<br>
&gt; Thanks<br>
&gt; Ian<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Libraries mailing list<br>
&gt; <a href="mailto:Libraries@haskell.org">Libraries@haskell.org</a><br>
&gt; <a href="http://www.haskell.org/mailman/listinfo/libraries">http://www.haskell.org/mailman/listinfo/libraries</a><br>
</p>