<?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/"
		>
<channel>
	<title>Comments on: Arch and Haskell, on little snag</title>
	<atom:link href="http://therning.org/magnus/archives/599/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/599</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/599/comment-page-1#comment-178421</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Sat, 09 May 2009 23:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=599#comment-178421</guid>
		<description><![CDATA[&lt;p&gt;&lt;em&gt;@dons&lt;/em&gt;, doesn&#039;t seem so harmless to me.  After that failed upgrade this is what I got when trying to compile something that depends on &lt;em&gt;MissingH&lt;/em&gt; (which in turn depends on &lt;em&gt;time&lt;/em&gt;):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;% ghc --make vim-scripts-mgr.hs
Linking vim-scripts-mgr ...
/usr/bin/ld: cannot find -lHStime-1.1.2.3
collect2: ld returned 1 exit status
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Not so surprising, since I&#039;ve just replaced &lt;em&gt;time-1.1.2.3&lt;/em&gt; with &lt;em&gt;time-1.1.2.4&lt;/em&gt;.  After forcefully unregistering &lt;code&gt;time-1.1.2.3&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;% ghc --make vim-scripts-mgr.hs

vim-scripts-mgr.hs:27:7:
    Could not find module `System.IO.HVFS.Utils&#039;:
      Use -v to see a list of the files searched for.
&lt;/code&gt;&lt;/pre&gt;
]]></description>
		<content:encoded><![CDATA[<p><em>@dons</em>, doesn&#8217;t seem so harmless to me.  After that failed upgrade this is what I got when trying to compile something that depends on <em>MissingH</em> (which in turn depends on <em>time</em>):</p>

<pre><code>% ghc --make vim-scripts-mgr.hs
Linking vim-scripts-mgr ...
/usr/bin/ld: cannot find -lHStime-1.1.2.3
collect2: ld returned 1 exit status
</code></pre>

<p>Not so surprising, since I&#8217;ve just replaced <em>time-1.1.2.3</em> with <em>time-1.1.2.4</em>.  After forcefully unregistering <code>time-1.1.2.3</code>:</p>

<pre><code>% ghc --make vim-scripts-mgr.hs

vim-scripts-mgr.hs:27:7:
    Could not find module `System.IO.HVFS.Utils':
      Use -v to see a list of the files searched for.
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: dons</title>
		<link>http://therning.org/magnus/archives/599/comment-page-1#comment-178413</link>
		<dc:creator>dons</dc:creator>
		<pubDate>Sat, 09 May 2009 20:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=599#comment-178413</guid>
		<description><![CDATA[&lt;p&gt;Mostly harmless. If you really want to have all packages upgrade to the new haskell-time, they&#039;ll need to be rebuilt.&lt;/p&gt;

&lt;p&gt;I&#039;d just ignore.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Mostly harmless. If you really want to have all packages upgrade to the new haskell-time, they&#8217;ll need to be rebuilt.</p>

<p>I&#8217;d just ignore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
