<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Finite Improbability &#187; stupidity</title>
	<atom:link href="http://blog.finiteimprobability.com/category/stupidity/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.finiteimprobability.com</link>
	<description>Just programming and math, no spontaneously jumping undergarments</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:56:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Thoughts exactly&#8230;</title>
		<link>http://blog.finiteimprobability.com/2008/01/23/my-thoughts-exactly/</link>
		<comments>http://blog.finiteimprobability.com/2008/01/23/my-thoughts-exactly/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 05:23:38 +0000</pubDate>
		<dc:creator>Adam Jones</dc:creator>
				<category><![CDATA[haskell]]></category>
		<category><![CDATA[stupidity]]></category>

		<guid isPermaLink="false">http://blog.finiteimprobability.com/?p=7</guid>
		<description><![CDATA[Stolen from http://arcanux.org/lambdacats.html


]]></description>
			<content:encoded><![CDATA[<p>Stolen from <a href="http://arcanux.org/lambdacats.html">http://arcanux.org/lambdacats.html</a></p>

<p><img src="http://arcanux.org/lambdacats/dumb.jpg" alt="The rest of the time I'm stuck in a carpet box monad" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finiteimprobability.com/2008/01/23/my-thoughts-exactly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m stupid, Part I</title>
		<link>http://blog.finiteimprobability.com/2008/01/21/im-stupid-part-i/</link>
		<comments>http://blog.finiteimprobability.com/2008/01/21/im-stupid-part-i/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 03:15:00 +0000</pubDate>
		<dc:creator>Adam Jones</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[stupidity]]></category>

		<guid isPermaLink="false">http://blog.finiteimprobability.com/?p=5</guid>
		<description><![CDATA[When on a Mac, there are two locations to install a Framework: system-wide (/Library/Frameworks) and user-local (~/Library/Frameworks). The user-local location is (obviously) checked first.

If you&#8217;re trying to install GHC and it keeps giving you error messages like:

checking for path to top of build tree... dyld: Library not loaded: GMP.framework/Versions/A/GMP
Referenced from: /Users/ajones/programming/haskell/ghc-6.8.2/utils/pwd/pwd
Reason: Incompatible library version: pwd [...]]]></description>
			<content:encoded><![CDATA[<p>When on a Mac, there are two locations to install a Framework: system-wide (/Library/Frameworks) and user-local (~/Library/Frameworks). The user-local location is (obviously) checked first.</p>

<p>If you&#8217;re trying to install GHC and it keeps giving you error messages like:</p>

<pre><code>checking for path to top of build tree... dyld: Library not loaded: GMP.framework/Versions/A/GMP
Referenced from: /Users/ajones/programming/haskell/ghc-6.8.2/utils/pwd/pwd
Reason: Incompatible library version: pwd requires version 8.0.0 or later, but GMP provides version 7.0.0 
</code></pre>

<p>It might be worthwhile to make sure you don&#8217;t have an old version of GMP.Framework installed in your user local frameworks library.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finiteimprobability.com/2008/01/21/im-stupid-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
