<?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: ANNOUNCE: Turbinado V0.6</title>
	<atom:link href="http://www.alsonkemp.com/haskell/announce-turbinado-v06/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/</link>
	<description>Hackfoofery</description>
	<lastBuildDate>Sat, 18 May 2013 16:45:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-308</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Sun, 14 Jun 2009 04:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-308</guid>
		<description><![CDATA[&lt;p&gt;Joshi,&lt;/p&gt;

&lt;p&gt;Thank you for the bug report.  To be perfectly honest, I wouldn&#039;t be able to figure out what to do with that error message, since HSX causes wildly strange error messages to be thrown.&lt;/p&gt;

&lt;p&gt;But things are getting better!  I&#039;ve actually completely removed the HSX (XML) support from Turbinado and replaced it with a custom preprocessor that handles HAML and XHTML.  I&#039;m typing up the release notes for Turbinado 0.7 right now, so check back soon.  V0.7 is currently on Github @ http://github.com/turbinado.&lt;/p&gt;

&lt;p&gt;Alson&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Joshi,</p>

<p>Thank you for the bug report.  To be perfectly honest, I wouldn&#8217;t be able to figure out what to do with that error message, since HSX causes wildly strange error messages to be thrown.</p>

<p>But things are getting better!  I&#8217;ve actually completely removed the HSX (XML) support from Turbinado and replaced it with a custom preprocessor that handles HAML and XHTML.  I&#8217;m typing up the release notes for Turbinado 0.7 right now, so check back soon.  V0.7 is currently on Github @ <a href="http://github.com/turbinado" rel="nofollow">http://github.com/turbinado</a>.</p>

<p>Alson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshi</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-307</link>
		<dc:creator>Joshi</dc:creator>
		<pubDate>Thu, 11 Jun 2009 03:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-307</guid>
		<description><![CDATA[&lt;p&gt;While loading XMLGenerator.hs in ghci it throws following error:&lt;/p&gt;

&lt;p&gt;XMLGenerator.hs:162:16: parse error on input `&#124;&#039;&lt;/p&gt;

&lt;p&gt;The code at that place is as follows: 
 fromAttrValue v@(Value needsEscape str) = case str of
        [ v1+, (&#124; &#039;,&#039;, vs@:(_+) &#124;)+ ] -&gt; 
                map (fromAttrValue . Value needsEscape) (v1:vs)&lt;/p&gt;

&lt;p&gt;Am I missing some ghc extension? I will appreciate if you explain how this list is created or point to appropriate resources. I know comma-separated lists and the standard list comprehension with pipe operator. But, I don&#039;t recognize this v1+ thing.&lt;/p&gt;

&lt;p&gt;I would like to contribute and can work on fixing bugs or on code improvements. But, I need some guidance or support from you.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>While loading XMLGenerator.hs in ghci it throws following error:</p>

<p>XMLGenerator.hs:162:16: parse error on input `|&#8217;</p>

<p>The code at that place is as follows: 
 fromAttrValue v@(Value needsEscape str) = case str of
        [ v1+, (| ',', vs@:(_+) |)+ ] -&gt; 
                map (fromAttrValue . Value needsEscape) (v1:vs)</p>

<p>Am I missing some ghc extension? I will appreciate if you explain how this list is created or point to appropriate resources. I know comma-separated lists and the standard list comprehension with pipe operator. But, I don&#8217;t recognize this v1+ thing.</p>

<p>I would like to contribute and can work on fixing bugs or on code improvements. But, I need some guidance or support from you.</p>

<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-302</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Tue, 02 Jun 2009 01:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-302</guid>
		<description><![CDATA[&lt;p&gt;This is probably due to using HTTP 4000.  Turbinado is currently compatible with HTTP 3000, though I am about to update it to HTTP 4000.  Should be done this weekend.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This is probably due to using HTTP 4000.  Turbinado is currently compatible with HTTP 3000, though I am about to update it to HTTP 4000.  Should be done this weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshi</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-301</link>
		<dc:creator>Joshi</dc:creator>
		<pubDate>Tue, 26 May 2009 21:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-301</guid>
		<description><![CDATA[&lt;p&gt;After building turbinado, the URL http://the-machines-name:9999/images/1x1.gif works. But, trying any other controller fails with the following error:&lt;/p&gt;

&lt;p&gt;Turbinado/Environment/Types.hs:31:51: &lt;code&gt;HTTP.Request&#039; is not applied to enough type arguments Expected kind&lt;/code&gt;&lt;em&gt;&#039;, but &lt;code&gt;HTTP.Request&#039; has kind&lt;/code&gt;&lt;/em&gt; -&gt; *&#039; In the type &lt;code&gt;Maybe HTTP.Request&#039; In the data type declaration for&lt;/code&gt;Environment&#039;&lt;/p&gt;

&lt;p&gt;Am I missing anything? Request really has kind &lt;em&gt;-&gt;&lt;/em&gt; and Maybe does expect kind *. I tried replacing Maybe HTTP.Request by HTTP.Request String and that seems to take me beyond that error before failing at other points.&lt;/p&gt;

&lt;p&gt;I will appreciate explanation.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>After building turbinado, the URL <a href="http://the-machines-name:9999/images/1x1.gif" rel="nofollow">http://the-machines-name:9999/images/1&#215;1.gif</a> works. But, trying any other controller fails with the following error:</p>

<p>Turbinado/Environment/Types.hs:31:51: <code>HTTP.Request&#039; is not applied to enough type arguments Expected kind</code><em>&#8216;, but <code>HTTP.Request&#039; has kind</code></em> -&gt; *&#8217; In the type <code>Maybe HTTP.Request&#039; In the data type declaration for</code>Environment&#8217;</p>

<p>Am I missing anything? Request really has kind <em>-&gt;</em> and Maybe does expect kind *. I tried replacing Maybe HTTP.Request by HTTP.Request String and that seems to take me beyond that error before failing at other points.</p>

<p>I will appreciate explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-269</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Mon, 16 Mar 2009 16:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-269</guid>
		<description><![CDATA[&lt;p&gt;Joshi,&lt;/p&gt;

&lt;p&gt;Thanks for the note.  Since GHC 6.10 is just getting added to Debian (and Ubuntu), there are still some hiccups in the packages.  I&#039;ll ping the GHC maintainer and suggest that they make libedit-dev a dependency of GHC 6.10.  We&#039;d discussed it before.&lt;/p&gt;

&lt;p&gt;Alson&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Joshi,</p>

<p>Thanks for the note.  Since GHC 6.10 is just getting added to Debian (and Ubuntu), there are still some hiccups in the packages.  I&#8217;ll ping the GHC maintainer and suggest that they make libedit-dev a dependency of GHC 6.10.  We&#8217;d discussed it before.</p>

<p>Alson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshi</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-268</link>
		<dc:creator>Joshi</dc:creator>
		<pubDate>Mon, 16 Mar 2009 06:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-268</guid>
		<description><![CDATA[&lt;p&gt;After upgrading to ghc 6.10 and installing all cabal packages that turbinado depends on, I still got linker error during turbinado build. And I could resolve it only after installing libedit-dev package on Ubuntu. 
Alson, you might want to include that in your list of dependencies in documentation. configure does not complain about that.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>After upgrading to ghc 6.10 and installing all cabal packages that turbinado depends on, I still got linker error during turbinado build. And I could resolve it only after installing libedit-dev package on Ubuntu. 
Alson, you might want to include that in your list of dependencies in documentation. configure does not complain about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshi</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-267</link>
		<dc:creator>Joshi</dc:creator>
		<pubDate>Mon, 16 Mar 2009 06:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-267</guid>
		<description><![CDATA[&lt;p&gt;Thanks, Alson. Yes, that was the problem. I was on ghc 6.8 and after upgrading to 6.10 I could compile turbinado fine. Is there a tutorial / hello world?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks, Alson. Yes, that was the problem. I was on ghc 6.8 and after upgrading to 6.10 I could compile turbinado fine. Is there a tutorial / hello world?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-266</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Sun, 15 Mar 2009 16:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-266</guid>
		<description><![CDATA[&lt;p&gt;Vagif,&lt;/p&gt;

&lt;p&gt;Documentation is the Achilles heel of open source projects.  I&#039;ve been focused on adding features, but know that documentation is a major problem for Turbinado and will be focusing on that for the next release.&lt;/p&gt;

&lt;p&gt;Alson&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Vagif,</p>

<p>Documentation is the Achilles heel of open source projects.  I&#8217;ve been focused on adding features, but know that documentation is a major problem for Turbinado and will be focusing on that for the next release.</p>

<p>Alson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vagif Verdi</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-265</link>
		<dc:creator>Vagif Verdi</dc:creator>
		<pubDate>Sun, 15 Mar 2009 03:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-265</guid>
		<description><![CDATA[&lt;p&gt;I&#039;m currently oscilating between happstack and turbinado. The first one coming with good tutorial/documentation will probably win me over.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m currently oscilating between happstack and turbinado. The first one coming with good tutorial/documentation will probably win me over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/haskell/announce-turbinado-v06/comment-page-1/#comment-264</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Sun, 15 Mar 2009 02:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=307#comment-264</guid>
		<description><![CDATA[&lt;p&gt;Joshi,&lt;/p&gt;

&lt;p&gt;Not sure what is the issue there.  Turbinado only compiles with GHC 6.10 and GHC 6.10 includes both base-3 and base-4.  My first guess would be that you&#039;re using GHC 6.8.  Are you using GHC 6.8 or GHC 6.10?&lt;/p&gt;

&lt;p&gt;Alson&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Joshi,</p>

<p>Not sure what is the issue there.  Turbinado only compiles with GHC 6.10 and GHC 6.10 includes both base-3 and base-4.  My first guess would be that you&#8217;re using GHC 6.8.  Are you using GHC 6.8 or GHC 6.10?</p>

<p>Alson</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 420/443 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d1r5286bar8cf9.cloudfront.net

 Served from: www.alsonkemp.com @ 2013-05-26 02:33:31 by W3 Total Cache -->