<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How To Navigate Your Code:</title>
	<atom:link href="http://haddock2009.wordpress.com/2009/06/23/how-to-navigate-your-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://haddock2009.wordpress.com/2009/06/23/how-to-navigate-your-code/</link>
	<description>Haddock Improvements of 2009: A Haskell GSOC project</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:29:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Magnus</title>
		<link>http://haddock2009.wordpress.com/2009/06/23/how-to-navigate-your-code/#comment-40</link>
		<dc:creator><![CDATA[Magnus]]></dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://haddock2009.wordpress.com/?p=13#comment-40</guid>
		<description><![CDATA[I believe you can use some HTML tags in the text, so, maybe &lt;verbatim&gt; would work for your double-dashes?

Otherwise I can recommend the markup plugin.]]></description>
		<content:encoded><![CDATA[<p>I believe you can use some HTML tags in the text, so, maybe &lt;verbatim&gt; would work for your double-dashes?</p>
<p>Otherwise I can recommend the markup plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Vezzosi</title>
		<link>http://haddock2009.wordpress.com/2009/06/23/how-to-navigate-your-code/#comment-6</link>
		<dc:creator><![CDATA[Andrea Vezzosi]]></dc:creator>
		<pubDate>Wed, 24 Jun 2009 04:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://haddock2009.wordpress.com/?p=13#comment-6</guid>
		<description><![CDATA[It creates separate documentations for the library and the executables, e.g one at dist/doc/html/haddock/index.html and the other at dist/doc/html/haddock/haddock/index.html.
Maybe that&#039;s not the best outcome and we should create an aggregate index?]]></description>
		<content:encoded><![CDATA[<p>It creates separate documentations for the library and the executables, e.g one at dist/doc/html/haddock/index.html and the other at dist/doc/html/haddock/haddock/index.html.<br />
Maybe that&#8217;s not the best outcome and we should create an aggregate index?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haddock2009</title>
		<link>http://haddock2009.wordpress.com/2009/06/23/how-to-navigate-your-code/#comment-5</link>
		<dc:creator><![CDATA[haddock2009]]></dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://haddock2009.wordpress.com/?p=13#comment-5</guid>
		<description><![CDATA[Andrea: Interesting!  --internal has the same problems as ignore-exports (of course, because it uses that feature).  --executables *only* documents the executable and I don&#039;t see how to make it document the library too? (there&#039;s both an executable and a library in haddock.cabal). I&#039;m using:

&gt; cabal --version

cabal-install version 0.6.2

using version 1.6.0.3 of the Cabal library]]></description>
		<content:encoded><![CDATA[<p>Andrea: Interesting!  &#8211;internal has the same problems as ignore-exports (of course, because it uses that feature).  &#8211;executables *only* documents the executable and I don&#8217;t see how to make it document the library too? (there&#8217;s both an executable and a library in haddock.cabal). I&#8217;m using:</p>
<p>&gt; cabal &#8211;version</p>
<p>cabal-install version 0.6.2</p>
<p>using version 1.6.0.3 of the Cabal library</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Vezzosi</title>
		<link>http://haddock2009.wordpress.com/2009/06/23/how-to-navigate-your-code/#comment-4</link>
		<dc:creator><![CDATA[Andrea Vezzosi]]></dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://haddock2009.wordpress.com/?p=13#comment-4</guid>
		<description><![CDATA[have you seen the --internal and --executables options? with them you shouldn&#039;t need to mangle the .cabal file]]></description>
		<content:encoded><![CDATA[<p>have you seen the &#8211;internal and &#8211;executables options? with them you shouldn&#8217;t need to mangle the .cabal file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haddock2009</title>
		<link>http://haddock2009.wordpress.com/2009/06/23/how-to-navigate-your-code/#comment-3</link>
		<dc:creator><![CDATA[haddock2009]]></dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://haddock2009.wordpress.com/?p=13#comment-3</guid>
		<description><![CDATA[P.S.
1. how do I quote literal text in WordPress (so it doesn&#039;t turn dash-dash into long dash, for example)?

2. Of course ignore-exports is quite faithful to what it claims to do (matching the Haskell98 effect of omitting the export list), but I was pleasantly surprised to find a feature that did even something vaguely like what I wanted

3. This is increasing my code-reading/comprehension speed tenfold, I wish I&#039;d thought of it earlier]]></description>
		<content:encoded><![CDATA[<p>P.S.<br />
1. how do I quote literal text in WordPress (so it doesn&#8217;t turn dash-dash into long dash, for example)?</p>
<p>2. Of course ignore-exports is quite faithful to what it claims to do (matching the Haskell98 effect of omitting the export list), but I was pleasantly surprised to find a feature that did even something vaguely like what I wanted</p>
<p>3. This is increasing my code-reading/comprehension speed tenfold, I wish I&#8217;d thought of it earlier</p>
]]></content:encoded>
	</item>
</channel>
</rss>
