<?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; programming</title>
	<atom:link href="http://blog.finiteimprobability.com/category/programming/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>Moving to bitbucket&#8230;</title>
		<link>http://blog.finiteimprobability.com/2010/03/10/moving-to-bitbucket/</link>
		<comments>http://blog.finiteimprobability.com/2010/03/10/moving-to-bitbucket/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 17:56:28 +0000</pubDate>
		<dc:creator>Adam Jones</dc:creator>
				<category><![CDATA[compiler]]></category>
		<category><![CDATA[haskell]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[raytracing]]></category>

		<guid isPermaLink="false">http://blog.finiteimprobability.com/?p=82</guid>
		<description><![CDATA[I&#8217;m moving my projects (yes, all two of them) to bitbucket. You&#8217;ll find them here
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m moving my projects (yes, all two of them) to bitbucket. You&#8217;ll find them <a href="http://bitbucket.org/awj/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finiteimprobability.com/2010/03/10/moving-to-bitbucket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Category test</title>
		<link>http://blog.finiteimprobability.com/2008/01/22/category-test/</link>
		<comments>http://blog.finiteimprobability.com/2008/01/22/category-test/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 19:30:07 +0000</pubDate>
		<dc:creator>Adam Jones</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.finiteimprobability.com/?p=6</guid>
		<description><![CDATA[If this shows up in the emacs and programming categories, that would be awesome.
]]></description>
			<content:encoded><![CDATA[<p>If this shows up in the emacs and programming categories, that would be awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.finiteimprobability.com/2008/01/22/category-test/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>
