<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/haskell/tags/rss</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 16:44:34 GMT</pubDate>
<item>
<title>(Haskell) Simple Broadcatcher in Haskell/HSH - softmechanics</title>
<link>http://snipplr.com/view/26826/simple-broadcatcher-in-haskellhsh/</link>
<description><![CDATA[ <p>HSH is a cool haskell library that allows you to leverage your shell scripting prowess in haskell programs.  In this simple broadcatcher, I use curl for http get, and other standard unix tools for tracking history (so we don't get the same file twice).  The feed parsing and filtering is done in haskell using the Text.Feed and Text.Regex libraries.  

Note: if you decide to use this in real life, be sure to respect your feed's time to live (ttl) in your crontab.</p> ]]></description>
<pubDate>Thu, 21 Jan 2010 16:00:24 GMT</pubDate>
<guid>http://snipplr.com/view/26826/simple-broadcatcher-in-haskellhsh/</guid>
</item>
</channel>
</rss>