Difference between revisions of "Old news"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
==News from 2007==
+
==News from 2008==
   
''2007-11-11''
+
''2008-01-05''
   
<ul><li><p><em>GHC 6.8.1</em>. Ian Lynagh
+
<ul><li><p><em>GHC 6.8.2</em>. The GHC Team
  +
[http://www.haskell.org/ghc/download_ghc_682.html announced] the release of GHC 6.8.2, featuring optimisation improvements, improvements to ghci and fixes to standalone deriving.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15733 announced] the release of GHC 6.8.1, a new major release of GHC. There have been a number of significant changes since the last major release, including: Haskell Program Coverage support, the GHCi debugger, pointer tagging in the runtime (with up to 10-15% speedups), constructor specialisation, improved optimisations and much more! The [http://haskell.org/ghc/docs/6.8.1/html/users_guide/release-6-8-1.html full release notes] are available.</p></li>
 
 
 
<li><p><em>Gtk2Hs 0.9.12.1</em>. Duncan Coutts
+
<li><p><em>nhc98 1.2 released</em>. Malcolm Wallace
[http://article.gmane.org/gmane.comp.lang.haskell.general/15738 announced] version 0.9.12.1 of gtk2hs is [http://haskell.org/gtk2hs/download/ now available]. gtk2hs is the standard graphics library for Haskell.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.general/15770 announced] the release of nhc98 1.2.
  +
1.20 is a refreshed release with many of the current core library packages included, and a variety of small bugfixes since the last release. It successfully compiles and runs more programs from the nobench suite than jhc, hbc, Hugs, or yhc. It generates an interpreted bytecode that, on the whole runs faster than that generated by Hugs or yhc, and in many cases is also faster than ghci. Although nhc98 is written in Haskell, you don't need an existing Haskell compiler on your platform to build nhc98 - a C compiler will do. Hence, it is portable to almost any unix-like machine with a 32-bit compatibility mode. Many useful build tools come included: hmake (the inspiration for ghc --make), hi (interactive read-eval-print, like Hugs or ghci), cpphs (Haskell-aware replacement for cpp) and hsc2hs (preprocessor for FFI code)</p></li>
 
 
<li><p><em>Lazy SmallCheck 0.1</em>. Matthew Naylor
+
<li><p><em>darcs 2.0.0pre2</em>. David Roundy
[http://article.gmane.org/gmane.comp.lang.haskell.general/15702 announced] Lazy SmallCheck 0.1, a library for exhaustive, demand-driven testing of Haskell programs.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/33483 announced] the availability of the second prerelease of [http://darcs.net darcs two], darcs 2.0.0pre2. This release fixes several severe performance bugs that were present in the first prerelease. These issues were identified and fixed thanks to the helpful testing of Simon Marlow and Peter Rockai. We also added support for compilation under ghc 6.4, so even more users should be able to test this release.</p></li>
 
 
<li><p><em>HDBC 1.1.3</em>. John Goerzen
+
<li><p><em>The Monad.Reader Issue 9: SoC special</em>. Wouter Swierstra
[http://article.gmane.org/gmane.comp.lang.haskell.general/15729 announced] new releases of HDBC, the Haskell database connectivity kit, and its associated backends (for sqlite3, postgresql, odbc).</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31848 announced] a new issue of The Monad.Reader, a 'Summer of Code Special' - it consists of three articles from student participants of Google's Summer of Code, describing the projects they worked on.</p></li>
 
 
<li><p><em>xmobar</em>. Andrea Rossato
+
<li><p><em>What's happening with Haskell? The 13th HCAR</em>. Andres Loeh
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31465 announced] the release of Xmobar-0.8, a minimalistic, text based, status bar. It was specifically designed to work with the XMonad Window Manager.</p></li>
+
[http://www.haskell.org/communities/ announced] the 13th edition of the Haskell Communities and Activities Report</p></li>
 
 
<li><p><em>Flymake Haskell</em>. Daisuke Ikegami
+
<li><p><em>Teach yourself gtk2hs in 21 hours</em>. Hans van Thiel
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31453 announced] flymake haskell, emacs bindings for interactive Haskell editing.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/32671 announced] a Gtk2Hs basics tutorial, based on the Tony Gale and Ian Main GTK+2.0 tutorial, is now available for review and comment.</p></li>
 
 
<li><p><em>network bytestring</em>. Johan Tibbel
+
<li><p><em>Minimalistic Haskell blog framework</em>. Paul Brown
[http://article.gmane.org/gmane.comp.lang.haskell.general/15645 announced], strict ByteString versions of the recv/send family of functions for efficient network IO.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/34503 announced] a lightweight, experimental blog publishing application, [http://datapr0n.com/repos/perpubplat perpubplat</p></li>
 
 
<li><p><em>ByteString search</em>. Bryan O'Sullivan
+
<li><p><em>atom</em>. Tom Hawkins
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31229 announced] a cabalised version of the fast Boyer-Moore and Knuth-Morris-Pratt string search code for ByteStrings</p></li>
+
[http://www.haskell.org/pipermail/haskell-cafe/2007-December/035742.html announced] the release of atom 2007.12; atom is a domain-specific language embedded in Haskell for describing real-time control applications</p></li></ul>
  +
<ul><li><p><em>bytestring 0.9.0.4</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.4 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
 
 
<li><p><em>Generating free theorems</em>. Janis Voigtlaender
+
<li><p><em>uuagc 0.9.5</em>. Uploaded by ArieMiddelkoop.
[http://article.gmane.org/gmane.comp.lang.haskell.general/15693 announced] an improved version of the online and offline free theorems generator for Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uuagc-0.9.5 uuagc]: Attribute Grammar System of Universiteit Utrecht.</p></li>
 
 
<li><p><em>hslogger4j 0.1.1</em>. Bjorn Buckwalter
+
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15707 announced] Hslogger4j, which provides handlers for hslogger (John Goerzen's Haskell logging framework) that are compatible with log4j's XMLLayout.</p></li>
 
 
 
<li><p><em>Infinity 0.3</em>. Austin Seipp
+
<li><p><em>llvm 0.0.2</em>. Uploaded by BryanOSullivan.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31228 announced] `infinity', an IRC bot in Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/llvm-0.0.2 llvm]: Bindings to the LLVM compiler toolkit.</p></li>
 
 
<li><p><em>hswm</em>. Remi Turk
+
<li><p><em>HDBC-sqlite3 1.1.3.1</em>. Uploaded by JohnGoerzen.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/30804 announced] the first and last release of hswm, a Haskell window manager.</p></li></ul>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.3.1 HDBC-sqlite3]: Sqlite v3 driver for HDBC.</p></li>
<ul><li><p><em>xmobar-0.8</em>. Uploaded by Andrea Rossato.
 
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmobar-0.8 xmobar], a minimalistic text based status bar</p></li>
 
 
 
<li><p><em>hsSqlite3-0.0.4</em>. Uploaded by Evgeny Jukov.
+
<li><p><em>HDBC-odbc 1.1.3.1</em>. Uploaded by JohnGoerzen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsSqlite3-0.0.4 hsSqlite3], bindings for Sqlite3</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.3.1 HDBC-odbc]: ODBC driver for HDBC.</p></li>
 
 
<li><p><em>cabal-rpm-0.3.2</em>. Uploaded by Bryan OSullivan.
+
<li><p><em>dimensional 0.7.2</em>. Uploaded by BjornBuckwalter.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-rpm-0.3.2 cabal-rpm] turns Haskell Cabal source packages into source and binary RPM packages.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.2 dimensional]: Statically checked physical dimensions..</p></li>
 
 
<li><p><em>selenium-0.2.2</em>. Uploaded by Aaron Tomb.
+
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/selenium-0.2.2 selenium], Haskell bindings to communicate with a Selenium Remote Control server. This package makes it possible to use Haskell to write test scripts that exercise web applications through a web browser.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
 
 
<li><p><em>HPDF-1.3</em>. Uploaded by alpheccar.
+
<li><p><em>hsc3 0.1</em>. Uploaded by RohanDrape.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HPDF-1.3 HPDF]. A PDF library with support for several pages, page transitions, outlines, annotations, compression, colors, shapes, patterns, jpegs, fonts, typesetting ...</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsc3-0.1 hsc3]: Haskell SuperCollider.</p></li>
 
 
<li><p><em>FileManip-0.3.1</em>. Uploaded by Bryan OSullivan.
+
<li><p><em>hosc 0.1</em>. Uploaded by RohanDrape.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FileManip-0.3.1 FileManip], a Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hosc-0.1 hosc]: Haskell Open Sound Control.</p></li>
 
 
<li><p><em>stringsearch-0.2</em>. Uploaded by Bryan OSullivan.
+
<li><p><em>GLFW 0.2</em>. Uploaded by PaulLiu.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch-0.2 stringsearch], fast search of ByteStrings.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GLFW-0.2 GLFW]: A binding for GLFW, An OpenGL Framework.</p></li>
 
 
<li><p><em>nano-md5-0.1</em>. Uploaded by Don Stewart.
+
<li><p><em>control-timeout 0.1</em>. Uploaded by AdamLangley.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nano-md5-0.1 nano-md5], ByteString bindings to OpenSSL.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-timeout-0.1 control-timeout]: Timeout handling.</p></li>
 
 
<li><p><em>denominate-0.4.1</em>. Uploaded by Calvin Smith.
+
<li><p><em>hiccup 0.35</em>. Uploaded by KyleConsalus.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/denominate-0.4.1 denominate] provides a main program for performing bulk file and directory renaming, using a built-in filename converter or user-defined converters.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hiccup-0.35 hiccup]: Relatively efficient Tcl interpreter with support for basic operations.</p></li>
 
 
<li><p><em>ContArrow 0.0.2</em>. Uploaded by Evgeny Jukov.
+
<li><p><em>phooey 2.0</em>. Uploaded by ConalElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ ContArrow], Control.Arrow.Transformer.Cont</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-2.0 phooey]: Functional user interfaces.</p></li>
 
 
<li><p><em>state 0.0.2</em>. Uploaded by Evgeny Jukov.
+
<li><p><em>reactive 0.0</em>. Uploaded by ConalElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ state]. State.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.0 reactive]: Simple foundation for functional reactive programming.</p></li>
 
 
<li><p><em>infinity 0.3</em>. Uploaded by Austin Seipp.
+
<li><p><em>phooey 1.4</em>. Uploaded by ConalElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ infinity], a tiny, pluggable irc bot.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-1.4 phooey]: Functional user interfaces.</p></li>
 
 
<li><p><em>unix-compat 0.1.2.1</em>. Uploaded by Duncan Coutts.
+
<li><p><em>hburg 1.1.1</em>. Uploaded by IgorBohm.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ unix-compat], portable implementations of parts of the unix package.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hburg-1.1.1 hburg]: Haskell Bottom Up Rewrite Generator.</p></li>
 
 
<li><p><em>Ranged-sets 0.1.1</em>. Uploaded by Paul Johnson.
+
<li><p><em>hinotify 0.2</em>. Uploaded by LennartKolmodin.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ Ranged-sets]. A ranged set is an ordered list of ranges.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinotify-0.2 hinotify]: Haskell binding to INotify.</p></li>
 
 
<li><p><em>IFS 0.1.1</em>. Uploaded by alpheccar.
+
<li><p><em>cabal-rpm 0.3.3</em>. Uploaded by BryanOSullivan.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ IFS], a library to describe IFS and generate PPM pictures from the descriptions</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-rpm-0.3.3 cabal-rpm]: RPM package builder for Haskell Cabal source packages..</p></li>
 
 
<li><p><em>bktrees 0.1.3</em>. Uploaded by Josef Svenningsson.
+
<li><p><em>codec-libevent 0.1</em>. Uploaded by AdamLangley.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ bktrees]. Burhard-Keller trees provide an implementation of sets which apart from the ordinary operations also has an approximate member search, allowing you to search for elements that are of a certain distance from the element you are searching for.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/codec-libevent-0.1 codec-libevent]: Cross-platform structure serialisation.</p></li>
 
 
<li><p><em>pqc 0.2</em>. Uploaded by Don Stewart.
+
<li><p><em>irc 0.4</em>. Uploaded by TrevorElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ pqc], a parallel batch driver for QuickCheck</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/irc-0.4 irc]: A small library for parsing IRC messages..</p></li>
 
 
<li><p><em>strict 0.2</em>. Uploaded by Don Stewart.
+
<li><p><em>dlist 0.4</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ strict], strict data types.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.4 dlist]: Differences lists.</p></li>
 
 
<li><p><em>HsSVN 0.2</em>. Uploaded by PHO.
+
<li><p><em>AutoForms 0.4.0</em>. Uploaded by MadsLindstroem.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ HsSVN], (Part of) Subversion binding for Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AutoForms-0.4.0 AutoForms]: GUI library based upon generic programming (SYB3).</p></li>
 
 
<li><p><em>HsHyperEstraier 0.2</em>. Uploaded by PHO.
+
<li><p><em>bktrees 0.2.1</em>. Uploaded by JosefSvenningsson.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ HsHyperEstraier], a HyperEstraier binding for Haskell. HyperEstraier is an embeddable full text search engine which is supposed to be independent to any particular natural languages.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2.1 bktrees]: A set data structure with approximate searching.</p></li>
 
 
<li><p><em>HsOpenSSL 0.3.1</em>. Uploaded by PHO.
+
<li><p><em>bktrees 0.2</em>. Uploaded by JosefSvenningsson.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ HsOpenSSL], a (part of) OpenSSL binding for Haskell. It can generate RSA and DSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2 bktrees]: A set data structure with approximate searching.</p></li>
 
 
<li><p><em>Finance-Quote-Yahoo 0.4</em>. Uploaded by Brad Clawsie.
+
<li><p><em>binary-strict 0.1</em>. Uploaded by AdamLangley.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.4 Finance-Quote-Yahoo], obtain quote data from finance.yahoo.com</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.1 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
 
 
<li><p><em>LRU 0.1.1</em>. Uploaded by Adam Langley.
+
<li><p><em>haddock 0.9</em>. Uploaded by SimonMarlow.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LRU-0.1.1 LRU], an LRU data structure</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-0.9 haddock]: Haddock is a documentation-generation tool for Haskell libraries.</p></li>
 
 
<li><p><em>base 3.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestring-mmap 0.2.0</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/base-3.0.0.0 base], the Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.2.0 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
 
 
<li><p><em>regex-posix 0.72.0.2</em>. Uploaded by Duncan Coutts.
+
<li><p><em>bytestring 0.9.0.3</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix-0.72.0.2 regex-posix], posix regex support.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.3 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
 
 
<li><p><em>xhtml 3000.0.2.1</em>. Uploaded by Bjorn Bringert.
+
<li><p><em>hiccup 0.3</em>. Uploaded by KyleConsalus.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xhtml-3000.0.2.1 xhtml], combinators for producing XHTML 1.0, including the Strict, Transitional and Frameset variants.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hiccup-0.3 hiccup]: Added by KyleConsalus, Wed Dec 19 17:00:42 PST 2007..</p></li>
 
 
<li><p><em>Win32 2.1.0.0</em>. Uploaded by Esa Ilari Vuokko.
+
<li><p><em>cedict 0.1.1</em>. Uploaded by JasonDusek.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Win32-2.1.0.0 Win32], a binding to part of the Win32 library</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cedict-0.1.1 cedict]: Convenient Chinese character lookup..</p></li>
 
 
<li><p><em>unix 2.2.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>TypeCompose 0.3</em>. Uploaded by ConalElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.2.0.0 unix], POSIX functionality</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TypeCompose-0.3 TypeCompose]: Type composition classes & instances.</p></li>
 
 
<li><p><em>time 1.1.2.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestring-mmap 0.1.2</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/time-1.1.2.0 time], time handling.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.2 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
 
 
<li><p><em>template-haskell 2.2.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestring 0.9.0.2</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/template-haskell-2.2.0.0 template-haskell], support for manipulating Haskell syntax trees</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.2 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
 
 
<li><p><em>stm 2.1.1.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestring-mmap 0.1.1</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stm-2.1.1.0 stm], software transational memory</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.1 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
 
 
<li><p><em>regex-compat 0.71.0.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>mkcabal 0.3</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat-0.71.0.1 regex-compat], backwards compatible regex support</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.3 mkcabal]: Generate cabal files for a Haskell project.</p></li>
 
 
<li><p><em>regex-base 0.72.0.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>terminfo 0.1</em>. Uploaded by Judah Jacobson.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base-0.72.0.1 regex-base], regex support.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/terminfo-0.1 terminfo]: Haskell bindings to the terminfo library..</p></li>
 
 
<li><p><em>readline 1.0.1.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>Cabal 1.2.3.0</em>. Uploaded by Duncan Coutts.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/readline-1.0.1.0 readline], an interface to the GNU readline library</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal-1.2.3.0 Cabal]: A framework for packaging Haskell software.</p></li>
 
 
<li><p><em>random 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>hxt 7.4</em>. Uploaded by UweSchmidt.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/random-1.0.0.0 random], random number generation</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hxt-7.4 hxt]: A collection of tools for processing XML with Haskell..</p></li>
 
 
<li><p><em>QuickCheck 1.1.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>X11 1.4.1</em>. Uploaded by Spencer Janssen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/QuickCheck-1.1.0.0 QuickCheck], automatic testing of Haskell programs</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.1 X11]: A binding to the X11 graphics library.</p></li>
 
 
<li><p><em>process 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>dataenc 0.10.1</em>. Uploaded by Magnus Therning.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/process-1.0.0.0 process], jobs and processes</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc-0.10.1 dataenc]: Data encoding library currently providing Uuencode, Base64,
  +
Base64Url, Base32, Base32Hex, and Base16..</p></li>
 
 
<li><p><em>pretty 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestringreadp 0.1</em>. Uploaded by Gracjan Polak.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pretty-1.0.0.0 pretty], pretty printing library.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestringreadp-0.1 bytestringreadp]: A ReadP style parser library for ByteString.</p></li>
 
 
<li><p><em>parsec 2.1.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>encoding 0.3</em>. Uploaded by HenningGuenther.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec-2.1.0.0 parsec], monadic parser combinators.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/encoding-0.3 encoding]: A library for various character encodings.</p></li>
 
 
<li><p><em>parallel 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>hslua 0.2</em>. Uploaded by Gracjan Polak.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parallel-1.0.0.0 parallel], support for parallel programming</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslua-0.2 hslua]: A Lua language interpreter embedding in Haskell.</p></li>
 
 
<li><p><em>packedstring 0.1.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>xmonad-contrib 0.5</em>. Uploaded by Spencer Janssen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/packedstring-0.1.0.0 packedstring], packed strings</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.5 xmonad-contrib]: Third party extensions for xmonad.</p></li>
 
 
<li><p><em>OpenGL 2.2.1.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>xmonad 0.5</em>. Uploaded by SpencerJanssen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/OpenGL-2.2.1.1 OpenGL], binding for the OpenGL graphics system</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-0.5 xmonad]: A tiling window manager.</p></li>
 
 
<li><p><em>OpenAL 1.3.1.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>pandoc 0.45</em>. Uploaded by John MacFarlane.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/OpenAL-1.3.1.1 OpenAL], binding to the OpenAL cross-platform 3D audio API.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pandoc-0.45 pandoc]: Conversion between markup formats.</p></li>
 
 
<li><p><em>old-time 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>markov-chain 0.0.1</em>. Uploaded by Henning Thielemann.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time-1.0.0.0 old-time], time library.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/markov-chain-0.0.1 markov-chain]: Markov Chains for generating random sequences with a user definable behaviour..</p></li>
 
 
<li><p><em>alex 2.2</em>. Uploaded by Simon Marlow.
+
<li><p><em>parsedate 3000.0.0</em>. Uploaded by Bjorn Bringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alex-2.2 alex] is a tool for generating lexical analysers in Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsedate-3000.0.0 parsedate]: Data and time parsing for CalendarTime.</p></li>
 
 
<li><p><em>Cabal 1.2.2.0</em>. Uploaded by Duncan Coutts.
+
<li><p><em>hackage2hwn 0.1</em>. Uploaded by Don Stewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal-1.2.2.0 Cabal] is the framework for packaging Haskell software</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hackage2hwn-0.1 hackage2hwn]: Convert hackage = Hackage RSS feeds to Haskell Weekly News format.</p></li>
 
 
<li><p><em>HaXml 1.19.1</em>. Uploaded by Malcolm Wallace.
+
<li><p><em>hask-home 2007.12.6</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.19.1 HaXml], Utilities for manipulating XML documents</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hask-home-2007.12.6 hask-home]: Generate homepages for cabal packages.</p></li>
 
 
<li><p><em>HDBC-odbc 1.1.3.0</em>. Uploaded by John Goerzen.
+
<li><p><em>hmarkup 3000.0.1</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.3.0 HDBC-odbc], ODBC driver for HDBC</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmarkup-3000.0.1 hmarkup]: Simple wikitext-like markup format implementation..</p></li>
 
 
<li><p><em>HDBC-postgresql 1.1.3.0</em>. Uploaded by John Goerzen.
+
<li><p><em>hspread 0.2</em>. Uploaded by AndreaVezzosi.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-postgresql-1.1.3.0 HDBC-postgresql] is a PostgreSQL driver for HDBC</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hspread-0.2 hspread]: A client library for the spread toolkit.</p></li>
 
 
<li><p><em>HDBC-sqlite3 1.1.3.0</em>. Uploaded by John Goerzen.
+
<li><p><em>pcap 0.4.2</em>. Uploaded by BryanOSullivan.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.3.0 HDBC-sqlite3] is a Sqlite v3 driver for HDBC</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcap-0.4.2 pcap]: A system-independent interface for user-level packet capture.</p></li>
 
 
<li><p><em>HDBC 1.1.3</em>. Uploaded by John Goerzen.
+
<li><p><em>hogg 0.3.0</em>. Uploaded by ConradParker.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-1.1.3 HDBC] is a Haskell Database library</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hogg-0.3.0 hogg]: Library and tools to manipulate the Ogg container format.</p></li>
 
 
<li><p><em>X11 1.3.0</em>. Uploaded by Don Stewart.
+
<li><p><em>Finance-Quote-Yahoo 0.4.1</em>. Uploaded by BradClawsie.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.3.0 X11] is a library of bindings to the X11 libraries and server</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.4.1 Finance-Quote-Yahoo]: Obtain quote data from finance.yahoo.com.</p></li>
 
 
<li><p><em>HsOpenSSL 0.3</em>. Uploaded by Masatake Daimon.
+
<li><p><em>Monadius 0.9.20071204</em>. Uploaded by GwernBranwen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsOpenSSL-0.3 HsOpenSSL], (Part of) OpenSSL binding for Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Monadius-0.9.20071204 Monadius]: 2-D arcade scroller.</p></li>
 
 
<li><p><em>Imlib 0.1</em>. Uploaded by Cale Gibbard.
+
<li><p><em>Shu-thing 1.0.20071203</em>. Uploaded by GwernBranwen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Imlib-0.1 Imlib], Haskell binding for Imlib 2</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shu-thing-1.0.20071203 Shu-thing]: A vector shooter game.</p></li>
 
 
<li><p><em>Stream 0.2.2</em>. Uploaded by Wouter Swierstra.
+
<li><p><em>hmatrix 0.1.1.0</em>. Uploaded by AlbertoRuiz.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream-0.2.2 Stream], a library for manipulating infinite lists.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.1.0 hmatrix]: Linear algebra and numerical computations.</p></li>
 
 
<li><p><em>sat 1.0</em>. Uploaded by AndriiZvorygin.
+
<li><p><em>HTTP 3001.0.3</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sat-1.0 sat], CNF SATisfier</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.3 HTTP]: Added by BjornBringert, Fri Nov 30 14:50:55 PST 2007..</p></li>
 
 
<li><p><em>torrent 2007.10.27</em>. Uploaded by David Himmelstrup.
+
<li><p><em>rss 3000.0.1</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/torrent-2007.10.27 torrent], BitTorrent file parser</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/rss-3000.0.1 rss]: A library for generating RSS 2.0 feeds..</p></li>
 
 
<li><p><em>bencode 0.2</em>. Uploaded by David Himmelstrup.
+
<li><p><em>haxr 3000.0.1</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bencode-0.2 bencode], Parser and printer for bencoded data.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haxr-3000.0.1 haxr]: XML-RPC client and server library..</p></li>
 
 
<li><p><em>SDL 0.5.1</em>. Uploaded by David Himmelstrup.
+
<li><p><em>fitsio 0.1</em>. Uploaded by EricSessoms.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-0.5.1 SDL], binding to libSDL</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fitsio-0.1 fitsio]: A library for reading and writing data files in the FITS data format..</p></li>
 
 
<li><p><em>NGrams 1.0</em>. Uploaded by Justin Bailey.
+
<li><p><em>YamlReference 0.6</em>. Uploaded by Oren Ben Kiki.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/NGrams-1.0 ngrams], Simple application for calculating n-grams using Google</p></li></ul>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YamlReference-0.6 YamlReference], YAML reference implementation</p></li>
 
''2007-10-25''
 
 
 
''2007-09-23''
 
 
<ul><li><p><em>Cabal 1.2.0 released</em>. Thomas Schilling
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/7491 announced] that [http://www.haskell.org/cabal Cabal] version 1.2.0 is available. The major new feature in this release is support for Cabal configurations. This allows package authors to more easily adopt their package descriptions to different system parameters such as operating system, architecture, or compiler. In addition, some optional features may be enabled or disabled explicitly by the package user.</p></li>
 
 
 
<li><p><em>SparseCheck</em>. Matthew Naylor
+
<li><p><em>LambdaShell 0.9.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LambdaShell-0.9.1 LambdaShell], simple shell for evaluating lambda expressions</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15593 announced] SparseCheck, a library for typed, depth-bounded logic programming in Haskell allowing convenient expression of test-data generators for properties with sparse domains. More information on the [http://www.cs.york.ac.uk/~mfn/sparsecheck/ home page].</p></li>
 
 
 
<li><p><em>monadLib 3.3.0</em>. Iavor Diatchki
+
<li><p><em>Shellac 0.9.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-0.9.1 Shellac], a framework for creating shell envinronments</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15586 announced] a new version of monadLib, adding the identiy transformer, and a family of deriving functions.</p></li>
 
 
 
<li><p><em>ListLlke</em>. John Goerzen
+
<li><p><em>EdisonCore 1.2.1.1</em>. Uploaded by Robert Dockins.
[http://article.gmane.org/gmane.comp.lang.haskell.general/15582 announced] ListLike, a generic interface to the various list-like structures in Haskell.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/EdisonCore-1.2.1.1 EdisonCore], a library of efficent, purely-functional data structures (Core Implementations)</p></li>
 
 
<li><p><em>HaL2: Meeting Haskell in Leipzig 2: videos</em>. Klaus Meier
+
<li><p><em>hmatrix 0.1.0.0</em>. Uploaded by Alberto Ruiz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.0.0 hmatrix], linear algebra and numerical computations</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15565 announced] that the videos and presentations of the talks given at HaL2 are [http://iba-cg.de/haskell.html now online].</p></li>
 
 
 
<li><p><em>The Monad.Reader: Issue 8</em>. Wouter Swierstra
+
<li><p><em>strict-concurrency 0.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-concurrency-0.1 strict-concurrency], strict concurrency abstractions</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15554 announced] that the latest issue of The Monad.Reader is [http://www.haskell.org/haskellwiki/The_Monad.Reader now available]. Issue 8 consists of the following two articles: Brent Yorgey on 'Generating Multiset Partitions' and Conrad Parker's 'Type-Level Instant Insanity'</p></li>
 
 
 
<li><p><em>Haskell mode plugins for Vim</em>. Claus Reinke
+
<li><p><em>X11 1.4.0</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.0 X11], binding to the X11 graphics library</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15553 announced] improved [http://article.gmane.org/gmane.comp.lang.haskell.general/15553 haskell mode plugins for vim].</p></li>
 
 
 
<li><p><em>hstats-0.1</em>. Marshall Beddoe
+
<li><p><em>safecopy 0.3</em>. Uploaded by David Himmelstrup.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28973 announced] a statistical computing module for Haskell. </p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/safecopy-0.3 safecopy], binary serialization with version control</p></li>
 
 
<li><p><em>HIntegerByInt</em>. Isaac Dupree
+
<li><p><em>HaXml 1.13.3</em>. Uploaded by Malcolm Wallace.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.13.3 HaXml], utilities for manipulating XML documents</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/7285 announced] a [http://isaac.cedarswampstudios.org/2007/HIntegerByInt reimplementation], in Haskell, of the Integer type that Haskell provides in its Prelude. It is designed in mind of being actually usable as the implementation of that type, for compilers. It is also a module that exports a working Integer type. It is in terms of only basic Prelude functions, lists, and Int. It is NOT a purely inductive definition, because Int is much faster than a purely inductive definition would allow, and nevertheless often easier to come by (more portable, license-wise, size-wise, nuisance-wise...) than GMP or other C bignum libraries. </p></li>
 
 
 
<li><p><em>OzHaskell: Australian Haskell Programmers Group</em>. Manuel Chakravarty
+
<li><p><em>c2hs 0.15.1</em>. Uploaded by Duncan Coutts.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28883 started] organising OzHaskell, and Australian Haskell user's group.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs-0.15.1 c2hs], C->Haskell Interface Generator</p></li>
 
 
<li><p><em>Israeli Haskell Programmers Group</em>. B K
+
<li><p><em>calc 0.1</em>. Uploaded by Austin Seipp.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28877 also seeks] to form an Israeli Haskell user's group</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/calc-0.1 calc], small compiler for arithmetic expressions.</p></li>
 
 
<li><p><em>xmonad 0.3</em>. Don Stewart
+
<li><p><em>miniplex 0.2.1</em>. Uploaded by Lukas Mai.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/miniplex-0.2.1 miniplex], simple 1-to-N interprocess communication</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28425 announced] the 0.3 release of [http://xmonad.org xmonad]. xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use.</p></li>
 
 
 
<li><p><em>HPDF 1.0</em>. alpheccar
+
<li><p><em>sat 1.1.1</em>. Uploaded by Andrii Zvorygin.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28371 announced] version 1.0 of the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HPDF-1.0 HPDF library].</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sat-1.1.1 sat], CNF SATisfier</p></li>
 
 
<li><p><em>pcap: user-level network packet capture</em>. Bryan O'Sullivan
+
<li><p><em>dimensional 0.7.1</em>. Uploaded by Bjorn Buckwalter.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28139 announced] the release of pcap 0.3.1</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.1 dimensional], statically checked physical dimensions</p></li>
 
 
<li><p><em>Gtk2Hs Tutorial</em>. Hans van Thiel
+
<li><p><em>hxt 7.4</em>. Uploaded by Uwe Schmidt.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27954 announced] a port of the GTK2 [http://tinyurl.com/yrbtsu tutorial] by Tony Gail and Ian Main to Haskell's gtk2hs.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hxt-7.4 hxt], collection of tools for processing XML with Haskell.</p></li>
 
 
<li><p><em>An efficient lazy suffix tree library</em>. Bryan O'Sullivan
+
<li><p><em>dlist 0.3.2</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.3.2 dlist], difference lists. A list type supporting fast append.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27891 posted] a [http://www.serpentine.com/software/suffixtree/ suffix tree library] to hackage. It implements Giegerich and Kurtz's lazy construction algorithm, with a few tweaks for better performance and resource usage.</p></li>
 
 
 
<li><p><em>Bay Area Functional Programmers</em>. Keith Fahlgren
+
<li><p><em>mkcabal 0.2</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.2 mkcabal], generate cabal files for a Haskell project</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27860 announced] the formation of the [http://bayfp.org Bay Area Functional Programmers] group. This group is for anyone using or interested in functional programming and functional programming languages, particularly strongly typed languages such as Haskell, OCaml and SML.</p></li>
 
 
 
<li><p><em>Haskell irc channel reaches 400 users</em>. Don Stewart
+
<li><p><em>Chart 0.5</em>. Uploaded by Tim Docker.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Chart-0.5 Chart], a library for generating 2D Charts and Plots</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27826 noticed that], five and a half years after its inception, under the guiding hand of Shae Erisson (aka shapr), the [http://www.haskell.org/haskellwiki/IRC_channel Haskell IRC channel] on freenode has reached 400 users!</p></li>
 
 
 
<li><p><em>Guihaskell and PropLang 0.1</em>. Asumu Takikawa
+
<li><p><em>MaybeT 0.1.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MaybeT-0.1.1 MaybeT], MaybeT monad transformer</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27598 announced] the results of his Google Summer of Code project: Guihaskell, a graphical REPL using PropLang and work on PropLang, a GUI library built on Gtk2hs that allows for high level design.</p></li>
 
 
 
<li><p><em>HAppS-Data 0.9: XML, Pairs, HList, deriveAll</em>. Alex Jacobson
+
<li><p><em>regex-pcre 0.93</em>. Uploaded by Chris Kuklewicz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-pcre-0.93 regex-pcre], replaces Text.Regex</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27597 announced] that the components of [http://happs.org HAppS] are being released as individual useful packages. HAppS-Data is the first in a series, and provides useful operations on XML data.</p></li>
 
 
 
<li><p><em>Introduction to proving Haskell code</em>. Tim Newsham
+
<li><p><em>fixpoint 0.1</em>. Uploaded by Roman Leshchinskiy.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fixpoint-0.1 fixpoint], data types as fixpoints</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27523 put together] [http://www.thenewsh.com/%7Enewsham/formal/reverse/ a small intro lesson] on proving Haskell code using quickcheck, equational reasoning and Isabelle/HOL.</p></li>
 
 
 
<li><p><em>Very Fast Searching of ByteStrings</em>. Chris Kuklewicz
+
<li><p><em>ChasingBottoms 1.2.2</em>. Uploaded by Nils Anders Danielsson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ChasingBottoms-1.2.2 ChasingBottoms], support for testing partial and infinite values</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/7363 announced] a Boyer-Moore algorithm implemented for strict and lazy bytestrings (and combinations thereof). It finds all the overlapping instances of the pattern inside the target.</p></li>
 
 
 
<li><p><em>Infinity 0.1</em>. Austin Seipp
+
<li><p><em>GrowlNotify 0.3</em>. Uploaded by Nicholas Burlett.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.3 GrowlNotify], notification utility for Growl</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27445 announced] Infinity v0.1. an IRC bot in the essence of lambdabot; that is, it should be extendable through plugins and plugins should be easy to write, modify and contribute.</p></li></ul>
 
 
''2007-08-07''
 
 
<ul><li><p><em>OSCON Haskell Tutorial</em>. Simon Peyton-Jones
 
Appeared at the O'Reilly Open Source Convention (OSCON) in Portland, delivering a range of talks, including [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14016 A Taste of Haskell], [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14773 A Keynote on Functional Languages], [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14014 Nested Data Parallelism] and [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14017 Transactional Memory for Concurrent Programming]. Videos are available for most of these talks: [http://blip.tv/file/324976 A Taste of Haskell: Part 1], [http://www.blip.tv/file/325646/ A Taste of Haskell: Part 2], [http://conferences.oreillynet.com/presentations/os2007/os_peytonjones.pdf slides for A Taste of Haskell], [http://www.blip.tv/file/317758/ Transactional Memory for Concurrent Programming] and [http://video.google.co.uk/videoplay?docid=370317485066035666 the NDP talk] at the London Hugs meeting.</p></li>
 
 
 
<li><p><em>hpodder 1.0</em>. John Goerzen
+
<li><p><em>pcap 0.4.1</em>. Uploaded by Bryan OSullivan.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcap-0.4.1 pcap], a system-independent interface for user-level packet capture</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15452 announced] version 1.0.0 of hpodder, the command-line podcatcher (podcast downloader) that just happens to be written in everyone's favorite language. You can get it [http://software.complete.org/hpodder here]. Version 1.0.0 sports a new mechanism for detecting and disabling feeds or episodes that repeatedly result in errors, updates to the Sqlite database schema, and several bugfixes.</p></li>
 
 
 
<li><p><em>encoding-0.1</em>. Henning Günther
+
<li><p><em>bencode 0.3</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bencode-0.3 bencode], parser and printer for bencoded data.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15481 announced] the release of 'encoding', a Haskell library to cope with many character encodings found on modern computers. At the moment it supports (much more is planned): ASCII, UTF-8, -16, -32, ISO 8859-* (alias latin-*), CP125* (windows codepages), KOI8-R, Bootstring (base for punycode)</p></li>
 
 
 
<li><p><em>Dimensional 0.6: Statically checked physical dimensions</em>. Björn Buckwalter
+
<li><p><em>stream-fusion 0.1.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stream-fusion-0.1.1 stream-fusion], provides the standard Haskell list library reimplemented to allow stream fusion. This should in general provide faster list operations, and faster code for list-heavy programs.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/26944 announced] a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities/units is embedded in their types and the validity of operations is verified by the type checker at compile time. The boxing and unboxing of numerical values as quantities is done by multiplication and division with units.</p></li></ul>
 
 
''2007-07-23''
 
 
<ul><li><p><em>Learn Haskell in 10 minutes</em>. Chris Smith
 
[http://haskell.org/haskellwiki/Learn_Haskell_in_10_minutes prepared] a new tutorial on the basics of Haskell</p></li>
 
 
 
<li><p><em>Haskell Program Coverage 0.4</em>. Andy Gill
+
<li><p><em>HTTP 3001.0.2</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.2 HTTP], library for client-side HTTP</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15381 announced] release 0.4 of Hpc, a tool for Haskell developers. Hpc is a tool-kit to record and display Haskell Program Coverage. Hpc includes tools that instrument Haskell programs to record program coverage, run instrumented programs, and display the coverage information obtained.</p></li>
 
 
 
<li><p><em>Uniplate 1.0</em>. Neil Mitchell
+
<li><p><em>X11-xft 0.2</em>. Uploaded by Clemens Fruhwirth.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft-0.2 X11-xft], bindings to the Xft, X Free Type interface library, and some Xrender parts</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15366 announced] Uniplate (formerly known as Play), a library for boilerplate removal requiring only Haskell 98 (for normal use) and optionally multi-parameter type classes (for more advanced features).</p></li>
 
 
 
<li><p><em>Atom: Hardware description in Haskell</em>. Tom Hawkins
+
<li><p><em>GrowlNotify 0.1</em>. Uploaded by Nicholas Burlett.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.1 GrowlNotify], notification utility for Growl.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15341 announced] Atom, a high-level hardware description language embedded in Haskell that compiles conditional term rewriting systems into conventional HDL.</p></li>
 
 
 
<li><p><em>Catch</em>. Neil Mitchell
+
<li><p><em>HsHaruPDF 0.0.0</em>. Uploaded by Audrey Tang.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsHaruPDF-0.0.0 HsHaruPDF], Haskell binding to libharu</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15334 announced] a pattern-match checker for Haskell, named Catch. Do you sometimes encounter the dreaded 'pattern match failure: head' message? Do you have incomplete patterns which sometimes fail? Do you have incomplete patterns which you know don't fail, but still get compiler warnings about them? Would you like to statically ensure the absence of all calls to error? This is what Catch helps ... catch!</p></li>
 
 
 
<li><p><em>Haskell Communities and Activities Report</em>. Andres Loeh
+
<li><p><em>unicode-normalization 0.1</em>. Uploaded by Reinier Lamers.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unicode-normalization-0.1 unicode-normalization], Unicode normalization using the ICU library</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15302 announced] that the Haskell Communities and Activities Report is now available, covering the increasingly diverse groups, projects and individuals working on, with, or inspired by Haskell.</p></li>
 
 
 
<li><p><em>The Reduceron</em>. Matthew Naylor
+
<li><p><em>uniplate 1.0.1</em>. Uploaded by Neil Mitchell.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uniplate-1.0.1 uniplate], uniform type generic traversals</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15301 announced] the Reduceron, a processor for executing Haskell programs on FPGA with the aim of exploring how custom architectural features can improve the speed in which Haskell functions are evaluated. Being described entirely in Haskell (using Lava), the Reduceron also serves as an interesting application of functional languages to the design of complex control circuits such as processors.</p></li>
 
 
 
<li><p><em>Data.Derive</em>. Neil Mitchell
+
<li><p><em>lax-0.0.0</em>. Uploaded by Wolfgang Jeltsch.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lax-0.0.0 lax], Lax arrows are variants of other arrows which are ?less strict? than the original arrows. They can be used, for example, to produce I/O fixpoints in situations where fixIO would fail.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15292 announced] Data.Derive, a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and Template Haskell mechanisms. The tool requires GHC, but the generated code is portable to all compilers. We see this tool as a competitor to DrIFT.</p></li>
 
 
 
<li><p><em>Piffle, a packet filter language</em>. Jaap Weel
+
<li><p><em>fastcgi 3001.0.1</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3001.0.1 fastcgi], a Haskell library for writing FastCGI programs</p></li></ul>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15290 announced] Piffle, a compiler for a packet filter language in Haskell: a good example of how Haskell can be used in an application domain (low level computer networking) where people tend to use C for everything, including writing compilers.</p></li>
 
 
<li><p><em>Towards a Programming Language Nirvana</em>. Simon Peyton-Jones
 
[http://channel9.msdn.com/showpost.aspx?postid=326762 appears] on video, talking about the Haskell path to programming language Nirvana</p></li>
 
 
<li><p><em>Yi 0.2</em>. Jean-Philippe Bernardy
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15260 announced] the 0.2.0 release of the Yi editor. Yi is a text editor written and extensible in Haskell. The goal of Yi is to provide a flexible, powerful and correct editor core dynamically scriptable in Haskell. Yi si also a Haskell interpreter, very much like emacs is a Lisp interpreter, this makes really easy to dynamically hack, experiment and modify Yi. All tools and goodies written in haskell are also readily available from the editor. This is implemented by binding to the GHC API.</p></li>
 
 
<li><p><em>Foreign.AppleScript</em>. Wouter Swierstra
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15246 announced] a library for compiling and executing AppleScript from Haskell. AppleScript is a scripting language available on all modern Apple computers. It can be used to script most applications on running on MacOS X.</p></li>
 
 
<li><p><em>Asterisk Gateway Interface</em>. Jeremy Shaw
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15245 uploaded] a simple AGI interface to [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AGI hackage]. For more about Asterix, see [http://www.voip-info.org/wiki-Asterisk+AGI here].</p></li>
 
 
<li><p><em>Harpy</em>. Dirk Kleeblatt
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15237 announced] Harpy, a library for run-time code generation of x86 machine code. It provides not only a low level interface to code generation operations, but also a convenient domain specific language for machine code fragments, a collection of code generation combinators and a disassembler. [http://haskell.org/haskellwiki/Blog_articles/EDSLs Lennart Augustsson] has written a series of articles demonstrating its use for fast EDSLs.</p></li>
 
 
<li><p><em>Yaml Reference</em>. Gaal Yahas
 
[http://ben-kiki.org/oren/YamlReference/ announced] a Haskell (Cabal) package containing the YAML spec productions wrapped in Haskell magic to convert them to an executable parser. The parser is streaming. It isn't intended to serve as a basis for a YAML tool chain; instead it is meant to serve as a reference implementation of the spec.</p></li></ul>
 
   
  +
==Archives by year==
''2007-05-07''
 
 
<ul><li><p><em>Atom: Hardware Description in Haskell</em>. Tom Hawkins
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15209 announced] the release of [http://www.funhdl.org/ Atom], a high-level hardware description language embedded in Haskell, compiles conditional term rewriting systems into conventional HDL.</p></li>
 
 
<li><p><em>The Monad.Reader: Issue 7</em>. Wouter Swierstra
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/22038 announced] the latest issue of [http://www.haskell.org/haskellwiki/The_Monad.Reader The Monad.Reader]. The Monad.Reader is a quarterly magazine about functional programming. It is less-formal than journal, but somehow more enduring than a wiki page or blog post.</p></li>
 
 
<li><p><em>HDBC: Haskell Database Connectivity</em>. John Goerzon
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15227 announced] that [http://software.complete.org/hdbc HDBC] 1.1.2 is now released. HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases.</p></li>
 
 
<li><p><em>FileManip: Expressive Filesystem Manipulation</em>. Bryan O'Sullivan
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/22090 announced] the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FileManip-0.1 FileManip] package provides expressive functions and combinators for searching, matching, and manipulating files.</p></li>
 
 
<li><p><em>photoname: manipulate photos using EXIF data</em>. Dino Morelli
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15187 announced] the release of [http://ui3.info/d/proj/photoname.html photoname], a command-line utility for renaming and moving photo image files. The new folder location and naming are determined by two things: the photo shoot date information contained within the file's EXIF tags and the usually-camera-assigned serial number, often appearing in the filename.</p></li>
 
 
<li><p><em>RSA-Haskell: Command-line Cryptography</em>. David Sankel
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15207 announced] the release of [http://www.netsuperbrain.com/rsa-haskell.html RSA-Haskell], a collection of command-line cryptography tools and a cryptography library written in Haskell. It is intended to be useful to anyone who wants to secure files or communications or who wants to incorporate cryptography in their Haskell application.</p></li>
 
 
<li><p><em>Haskell modes for Vim</em>. Claus Reinke
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15180 summarised]
 
the various Haskell/Vim support currently available</p></li>
 
 
<li><p><em>French Translation of Gentle Introduction to H98</em>. The haskell-fr team
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15193 announced] a completed a [http://gorgonite.developpez.com/livres/traductions/haskell/gentle-haskell/ translation] into French of the 'Gentle Introduction to Haskell'.</p></li></ul>
 
 
''2007-04-27''
 
 
<ul><li><p><em>GHC 6.6.1</em>. Ian Lynagh
 
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/12075 announced] a new patchlevel release of GHC. This release contains a significant number of bugfixes relative to 6.6, so we recommend upgrading. Release notes are [http://haskell.org/ghc/docs/6.6.1/html/users_guide/release-6-6-1.html here]. GHC is a state-of-the-art programming suite for Haskell. Included is an optimising compiler generating good code for a variety of platforms, together with an interactive system for convenient, quick development. The distribution includes space and time profiling facilities, a large collection of libraries, and support for various language extensions, including concurrency, exceptions, and foreign language interfaces.</p></li>
 
 
<li><p><em>Xmonad 0.1</em>. Spencer Janssen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15131 announced] the inaugural release of [http://xmonad.org Xmonad]. Xmonad is a minimalist tiling window manager for X, written in Haskell. Windows are managed using automatic layout algorithms, which can be dynamically reconfigured. At any time windows are arranged so as to maximise the use of screen real estate. All features of the window manager are accessible purely from the keyboard: a mouse is entirely optional. Xmonad is configured in Haskell, and custom layout algorithms may be implemented by the user in config files.</p></li>
 
 
<li><p><em>DisTract: Distributed Bug Tracker implemented in Haskell</em>. Matthew Sackman
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/21857 announced] DisTract, a [http://www.distract.wellquite.org/ Distributed Bug Tracker]. We're all now familiar with working with distributed software control systems, such as Monotone, Git, Darcs, Mercurial and others, but bug trackers still seem to be fully stuck in the centralised model: Bugzilla and Trac both have single centralised servers. This is clearly wrong, as if you're able to work on the Train, off the network and still perform local commits of code then surely you should also be able to locally close bugs too. DisTract allows you to manage bugs in a distributed manner through your web-browser. The distribution is achieved by making use of a distributed software control system, Monotone. Thus Monotone is used to move files across the network, perform merging operations and track the development of every bug. Finally, the glue in the middle that generates the HTML summaries and modifies the bugs is written in Haskell.</p></li>
 
 
<li><p><em>IOSpec 0.1</em>. Wouter Swierstra
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15134 announced] the first release of the [http://www.cs.nott.ac.uk/~wss/repos/IOSpec Test.IOSpec library], that provides a pure specification of some functions in the IO monad. This may be of interest to anyone who wants to debug, reason about, analyse, or test impure code. Essentially, by importing libraries from IOSpec you can the same code you would normally write in the IO monad. Once you're satisfied that your functions are reasonably well-behaved, you can remove the Test.IOSpec import and replace it with the 'real' functions instead.</p></li>
 
 
<li><p><em>wl-pprint-1.0: Wadler/Leijen pretty printer</em>. Stefan O'Rear
 
[http://thread.gmane.org/gmane.comp.lang.haskell.general/15112 announced] wl-pprint-1.0, the classic Wadler / Leijen pretty printing combinators, now in 100% easier to use [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wl-pprint-1.0 Cabalised form!] PPrint is an implementation of the pretty printing combinators described by Philip Wadler (1997). In their bare essence, the combinators of Wadler are not expressive enough to describe some commonly occurring layouts. The PPrint library adds new primitives to describe these layouts and works well in practice. </p></li>
 
 
<li><p><em>London Haskell User Group</em>. Neil Bartlett
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/21955 announced] the first meeting of the [http://www.londonhug.net/2007/04/26/announcement-first-meeting-of-the-london-haskell-user-group/ London Haskell User Group] on Wednesday 23rd May from 6:30PM. The meeting will be held at City University's main campus in central London, and Simon Peyton Jones will be coming to give a talk.</p></li>
 
 
<li><p><em>New York Functional Programmers Network</em>. Howard Mansell
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/21856 announced] a New York area-based network for Haskell (and functional) programmers. The idea is to have a regular meeting through which functional programmers can meet to discuss experiences, get and give information, find jobs.</p></li>
 
 
<li><p><em>Data.Proposition 0.1</em>. Neil Mitchell
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15117 announced] the release of [http://www-users.cs.york.ac.uk/~ndm/proposition/ Data.Proposition], a library that handles propositions, logical formulae consisting of literals without quantification. It automatically simplifies a proposition as it is constructed using simple rules provided by the programmer. Implementations of propositions in terms of an abstract syntax tree and as a Binary Decision Diagram (BDD) are provided. A standard interface is provided for all propositions.</p></li>
 
 
<li><p><em>Book reviews for the Journal of Functional Programming</em>. Simon Thompson
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15136 sought] interested contributors for book reivews for the Journal of Functional Programming. There is a list of books [http://www.cs.kent.ac.uk/people/staff/sjt/JFP/available.html currently available] for review.</p></li>
 
 
<li><p><em>Reminder: HCAR May 2007</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15161 reminded] us that the deadline for the May 2007 edition of the Haskell Communities and Activities Report is only a few days away -- but this is still enough time to make sure that the report contains a section on your project, on the interesting stuff that you've been doing; using or affecting Haskell in some way.</p></li>
 
 
<li><p><em>Template 0.1: Simple string substitution</em>. Johan Tibell
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15135 announced] a simple [http://darcs.johantibell.com/template string substitution library] that supports substitution ala Perl or Python.</p></li>
 
 
<li><p><em>hpaste for emacs</em>. David House
 
[http://thread.gmane.org/gmane.comp.lang.haskell.glasgow.user/12046 announced] hpaste.el, an Emacs Lisp library that integrates [http://hpaste.org hpaste], the Haskell pastebin, into Emacs. It provides two functions, hpaste-paste-region and hpaste-paste-buffer, which send the region or buffer to the hpaste server as required.</p></li></ul>
 
 
''2007-04-12''
 
 
<ul><li><p><em>ndp-0.1: nested data parallelism in Haskell</em>. Roman Leshchinskiy
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15006 announced] the first release of [http://haskell.org/haskellwiki/GHC/Data_Parallel_Haskell the NDP package], a library for writing nested data-parallel programs in Haskell, on shared-memory multiprocessors. The NDP library is part of the Data Parallel Haskell project. The paper [http://www.cse.unsw.edu.au/~chak/papers/CLPKM07.html Data Parallel Haskell: a status report] describes the underlying design and go through an example program.</p></li>
 
 
<li><p><em>binary 0.3: bigger, better, faster</em>. Lennart Kolmodin
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15044 announced] binary 0.3. The 'binary' package provides efficient serialization of Haskell values to and from lazy ByteStrings. ByteStrings constructed this way may then be written to disk, written to the network, or further processed (e.g. stored in memory directly, or compressed in memory with zlib or bzlib). It's available [http://hackage.haskell.org/packages/archive/binary/binary-0.3.tar.gz through Hackage], or via its [http://www.cse.unsw.edu.au/~dons/binary.html homepage].</p></li>
 
 
<li><p><em>Text.HTML.Chunks</em>. Matthew Sackman
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15028 announced] the [http://www.wellquite.org/chunks Text.HTML.Chunks] library, a clone with improvements of the Perl HTML::Chunks module. The main achievement is the use of template-haskell to combine the template into the code at compile time. This then allows for static checking that the variables/fields that the templates are expecting are indeed being provided and that the templates the code is trying to use do indeed exist. The template is then incorporated within the code, removing the dependency on the template.</p></li>
 
 
<li><p><em>Phooey 1.0 and GuiTV 0.3</em>. Conal Elliott
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15047 announced] a new version of Phooey, a library for functional user interfaces. Highlights in this release: uses new TypeCompose package, which includes a simple implementation of data-driven computation; new Applicative functor interface; eliminated the catch-all Phooey.hs module. Now import any one of Graphics.UI.Phooey.{Monad ,Applicative,Arrow}; Phooey.Monad has two different styles of output widgets, made by owidget and owidget' and more. Phooey is also used in GuiTV, a library for composable interfaces and 'tangible values'.</p></li>
 
 
<li><p><em>The real Monad Transformer</em>. Henning Thielemann
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15059 announced] the real monad transformer! It has been argued that people avoid Haskell because of terms from Category theory like 'Monad'. This problem can now be solved by a wrapper which presents all the internet entirely without monads! Start [http://tinyurl.com/2e32r4 the parallel Haskell wiki]. Of course the tool is written in Haskell, that is, Haskell helps solving problems which only exist because of Haskell. Bug reports and feature requests can be tracked at [https://sourceforge.net/projects/parallelweb here].</p></li>
 
 
<li><p><em>GHC 6.6.1 Release Candidate</em>. Ian Lynagh
 
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/11964 announced] the Release Candidate phase for GHC 6.6.1. Snapshots beginning with 6.6.20070409 are release candidates for 6.6.1. You can download snapshots from [http://www.haskell.org/ghc/dist/stable/dist/ here].</p></li>
 
 
<li><p><em>Haskell Cryptographic Library 4.0.3</em>. Dominic Steinitz
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/6761 announced] the release of a new version of the Haskell Cryptographic Library based on the [http://www.haskell.org/haskellwiki/Crypto_Library_Proposal crypto proposal]. See [http://www.haskell.org/crypto/ the crypto home] for more details. There is now no dependency on NewBinary. The downside is the library contains no support for ASN.1 which will be released in separate package.</p></li>
 
 
<li><p><em>TagSoup library 0.1</em>. Neil Mitchell
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15100 announced] TagSoup, a library for extracting information out of unstructured HTML code, sometimes known as [http://www-users.cs.york.ac.uk/~ndm/tagsoup/ tag-soup]. The HTML does not have to be well formed, or render properly within any particular framework. This library is for situations where the author of the HTML is not cooperating with the person trying to extract the information, but is also not trying to hide the information. The library provides a basic data type for a list of unstructured tags, a parser to convert HTML into this tag type, and useful functions and combinators for finding and extracting information.</p></li>
 
 
<li><p><em>ParseP library 0.1</em>. Twan van Laarhoven
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15101 announced] a generalized/improved variant of the ReadP parser library. Unlike ReadP ParseP can handle any type of token, and actually generates error messages in case something goes wrong. It is also possible to use things other then a list as an input stream, for example ByteStrings.</p></li>
 
 
<li><p><em>Debian library for Haskell</em>. Jeremy Shaw
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15064 announced] the availability of a library for interacting with the Debian system from Haskell. This library does not (currently) depend on dpkg or apt for any functionality. Contributions are welcome, and the library is available from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/debian-1.2 Hackage].
 
Well-Support Modules: parsing/Printing Debian control files, parsing/printing sources.list files, comparing Debian version numbers, a data type for encoding Debian relations and more.</p></li>
 
 
<li><p><em>Call for Contributions: HC and A Report</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15096 mentioned] that it is nearly time for the twelfth edition of the [http://www.haskell.org/communities/ Haskell Communities and Activities Report]. If you are working on any project that is in some way related to Haskell, write a short entry and submit it. Even if the project is very small or unfinished or you think it is not important enough -- please reconsider and submit an entry anyway!</p></li>
 
 
<li><p><em>System.FilePath 1.0</em>. Neil Mitchell
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15097 announced] the [http://www-users.cs.york.ac.uk/~ndm/filepath/ System.FilePath] 1.0 release! The FilePath library is a library for manipulating FilePaths in a cross platform way on both Windows and Unix. [http://www.cs.york.ac.uk/fp/haddock/filepath/ Documentation].</p></li>
 
 
<li><p><em>FGL - A Functional Graph Library</em>. Martin Erwig
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15052 announced] a new release of [http://eecs.oregonstate.edu/~erwig/fgl/haskell/ the Functional Graph Library for Haskell]. This release fixes some bugs in the implementation of several basic inspection functions.</p></li>
 
 
<li><p><em>TypeCompose 0.0</em>. Conal Elliott
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15046 announced] TypeCompose, which provides some classes and instances for forms of type composition. It also includes a very simple implementation of data-driven computation.</p></li>
 
 
<li><p><em>Haskell SWF generation library</em>. Jeremy Shaw
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15095 announced] the availability of an Adobe Shockwave Flash (SWF) [http://www.n-heptane.com/nhlab/repos/haskell-swf/ library for Haskell]. It is primarily useful for compiling ActionScript assembly into a .swf file.</p></li>
 
 
<li><p><em>New web-devel mailinglist for Haskell</em>. Marc Weber
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15045 announced] a new web-devel mailinglist on haskell.org has been set up. You can subscribe [http://www.haskell.org/mailman/listinfo/web-devel here].</p></li>
 
 
<li><p><em>strict-0.1: strict versions of Haskell types</em>. Roman Leshchinskiy
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15017 announced] the first release of [http://www.cse.unsw.edu.au/~rl/code/strict.html package 'strict'] which provides strict versions of standard Haskell types. At the moment, pairs, Maybe and Either are defined. The library is available [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-0.1 from hackage].</p></li>
 
 
<li><p><em>Chess in Haskell</em>. Steffen Mazanek
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15002 announced] a straightforward implementation of [http://www.steffen-mazanek.de/blog/2007/02/haskell-chess.html a chess engine in Haskell], available as a tutorial exercise.</p></li>
 
 
<li><p><em>storylen: story word count and categorization</em>. Dino Morelli
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15083 announced] storylen, a [http://ui3.info/d/proj/storylen.html command-line utility] that counts the words in files and classifies them into story types (short story, novella, novel...). Its operation and output are very similar to the *nix program wc. This is useful for books in plain ascii text.</p></li></ul>
 
 
''2007-03-12''
 
 
<ul><li><p><em>Google Summer of Code and Haskell.org</em>. Malcolm Wallace
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20232 announced] that Haskell.org has once again applied to be a mentoring organisation for the Google Summer of Code. If you are a student who would like to earn money hacking in Haskell, or you are a non-student who has a cool idea for a coding project but no time to do it yourself, then visit the [http://hackage.haskell.org/trac/summer-of-code SoC wiki] to gather ideas, and add yourself to the list of interested people! Add new ideas for projects!</p></li>
 
 
<li><p><em>Haskell Workshop Call for Papers</em>. Gabriele Keller
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14977 announced] the initial call for papers for the Haskell Workshop 2007, part of the 2007 International Conference on Functional Programming (ICFP). The purpose of the Haskell Workshop is to discuss experience with Haskell, and possible future developments for the language. The scope of the workshop includes all aspects of the design, semantics, theory, application, implementation, and teaching of Haskell.</p></li>
 
 
<li><p><em>Data.CompactString 0.3: Unicode ByteString</em>. Twan van Laarhoven
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14973 announced] version 0.3 of the Data.CompactString library. Data.CompactString is a wrapper around Data.ByteString supporting Unicode strings.</p></li>
 
 
<li><p><em>harchive-0.2: backup and restore software in Haskell</em>. David Brown
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14972 announced] release 0.2 of [http://www.davidb.org/darcs/harchive/ harchive], a program for backing up and restoring data. The package is available [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/harchive-0.2 from Hackage].</p></li>
 
 
<li><p><em>New release of regex packages</em>. Chris Kuklewicz
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20189 announced] new versions of the regex-* packages (base,compat,dfa,parsec,pcre,posix,tdfa,tre). There is a new [http://haskell.org/haskellwiki/Regular_expressions wiki page] with documentation relating to these packages. All packages are available from [http://hackage.haskell.org/packages/hackage.html Hackage], under the [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Text Text Category].</p></li>
 
 
<li><p><em>StaticDTD: type safe markup combinators from DTDs</em>. Marcel Manthe
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20218 announced] a tool that transforms a Document Type Definition to a library. The resulting library contains combinators that assure proper nesting of elements. The plan is to add more constraints that will also take care of the order of occurrence of children. The parsing of the DTD is done with HaXml. The code is [http://m13s07.vlinux.de/darcs/StaticDTD/ available via darcs].</p></li>
 
 
<li><p><em>IPv6 support for network package</em>. Bryan O'Sullivan
 
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/6363 announced] that he'd added IPv6 support to the network package.</p></li>
 
 
<li><p><em>Type-level binary arithmetic library</em>. Oleg Kiselyov and Chung-chieh Shan
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14961 announced] a [http://pobox.com/~oleg/ftp/Computation/resource-aware-prog/BinaryNumber.hs new library] for arbitrary precision binary arithmetic over natural kinds. The library supports addition/subtraction, predecessor/successor, multiplication/division, exp2, full comparisons, GCD, and the maximum. At the core of the library are multi-mode ternary relations Add and Mul where any two arguments determine the third. Such relations are especially suitable for specifying static arithmetic constraints on computations. The type-level numerals have no run-time representation; correspondingly, all arithmetic operations are done at compile time and have no effect on run-time.</p></li></ul>
 
 
''2007-03-05''
 
 
<ul><li><p><em>New Book - Programming in Haskell</em>. Graham Hutton
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14849 announced] a new Haskell textbook: [http://www.cs.nott.ac.uk/~gmh/book.html Programming in Haskell]. This introduction is ideal for beginner programmers: it requires no previous programming experience and all concepts are explained from first principles via carefully chosen examples. Each chapter includes exercises that range from the straightforward to extended projects, plus suggestions for further reading on more advanced topics. The presentation is clear and simple, and benefits from having been refined and class-tested over several years.</p></li>
 
 
<li><p><em>Gtk2Hs version 0.9.11</em>. Duncan Coutts
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14934 announced] Gtk2Hs - a GUI Library for Haskell based on Gtk+, version 0.9.11, is [http://haskell.org/gtk2hs/download/ now available].
 
Gtk2Hs features: automatic memory management; Unicode support; nearly full coverage of Gtk+ 2.8 API; support for several additional Gtk+/Gnome modules (Glade visual GUI builder, cairo vector graphics, SVG rendering, OpenGL extension and more).</p></li>
 
 
<li><p><em>cabal-make version 0.1</em>. Conal Elliott
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14891 announced] Cabal-make, a GNU make include file to be used with Cabal in creating and sharing Haskell packages. A few highlights: web-based, cross-package links in Haddock docs; syntax coloring via hscolour, with per-project CSS; links from the Haddock docs to hscolour'd code and to wiki-based user comment pages. [http://haskell.org/haskellwiki/Cabal-make It is available here].</p></li>
 
 
<li><p><em>Vty 3.0.0</em>. Stefan O'Rear
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14876 announced] a new major of [http://members.cox.net/stefanor/vty/dist/doc/html/index.html vty], featuring improved performance. vty is notably used in yi to provide a terminal interface supporting syntax highlighting.</p></li>
 
 
<li><p><em>Haskell Xcode Plugin</em>. Lyndon Tremblay
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14875 announced] the first release of [http://www.hoovy.org/HaskellXcodePlugin/ a plugin for Xcode] enabling Haskell syntax highlighting, Xcode projects compiling and linking, and a couple missing features, for Haskell (GHC).</p></li>
 
 
<li><p><em>urlcheck 0.1: parallel link checker</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14863 announced] the first release of [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/urlcheck-0.1 urlcheck], an parallel link checker, written in Haskell. Frustrated with the resources and time consumed by 'linkchecker', urlcheck is a lightweight, smp-capable replacement in Haskell. urlcheck pings urls found in the input file, checking they aren't 404s. It uses Haskell threads to run queries concurrently, and can transparently utilise multiple cores if you have them.</p></li>
 
 
<li><p><em>The Monad.Reader: call for copy</em>. Wouter Swierstra
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14870 welcomed] articles for the next issue of The Monad.Reader. Submit articles for the next issue by e-mail before April 13th, 2007. Articles should be written according to the guidelines available from [http://www.haskell.org/haskellwiki/TheMonadReader The Monad Reader home].</p></li>
 
 
<li><p><em>TV-0.2 and GuiTV-0.2</em>. Conal Elliott
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14862 announced] TV, a library for composing tangible values ('TVs'), values that carry along external interfaces. In particular, TVs can be composed to create new TVs, and they can be directly executed with various kinds of interfaces. Values and interfaces are combined for direct use, and separable for composition. GuiTV adds graphical user interfaces to the TV (tangible value) framework, using Phooey. The functionality was part of TV up to version 0.1.1, and is now moved out to a new package to eliminate the dependency of core TV on Phooey and hence on wxHaskell, as the latter can be difficult to install.</p></li>
 
 
<li><p><em>Haskell-mode 2.2</em>. Stefan Monnier
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14857 released] version 2.2 of [http://www.iro.umontreal.ca/~monnier/elisp/ the Haskell-mode package for Emacs]. It has very few visible changes, mostly some commands to query an underlying interactive hugs/ghci in order to get type/info about specific identifiers.</p></li>
 
 
<li><p><em>Data.CompactString 0.1</em>. Twan van Laarhoven
 
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14834 announced] a beta [http://twan.home.fmf.nl/compact-string/ Unicode version of Data.ByteString]. The library uses a variable length encoding (1 to 3 bytes) of Chars into Word8s, which are then stored in a ByteString.</p></li>
 
 
<li><p><em>HSXML version 1.13</em>. Oleg Kiselyov
 
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14835 announced] version 1.13 of [http://pobox.com/~oleg/ftp/Scheme/xml.html#typed-SXML HSXML]. HSXML is a library for writing and transforming typed semi-structured data in Haskell -- in S-expression syntax, with the extensible set of `tags', and statically enforced content model restrictions. A particular application is writing web pages in Haskell. We obtain HTML, XHTML or other output formats by running the Haskell web page in an appropriate rendering monad. The benefit of representing XML-like documents as a typed data structure/Haskell code is static rejection of bad documents -- not only those with undeclared tags but also those where elements appear in wrong contexts.</p></li>
 
 
<li><p><em>Haskell XML Toolbox 7.1</em>. Uwe Schmidt
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14831 announced] a new version of [http://www.fh-wedel.de/~si/HXmlToolbox/index.html the Haskell XML Toolbox]. The main change is the step from cvs to darcs. The documentation has source links into [http://darcs.fh-wedel.de/hxt the darcs repository]. [http://www.haskell.org/haskellwiki/HXT A tutorial is available] in the Haskell wiki.</p></li>
 
 
<li><p><em>OmegaGB, Haskell Game Boy Emulator</em>. Bit Connor
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14938 announced] OmegaGB, an emulator for the Nintendo Game Boy, written in pure Haskell. It uses gtk2hs for the user interface, but there is also a version that doesn't require gtk2hs and uses ascii art. You can find more information about the program at [http://www.mutantlemon.com/omegagb/ the website]. </p></li>
 
 
<li><p><em>Takusen 0.6</em>. Oleg and Alistair
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/6209/ announced] a new release of [http://darcs.haskell.org/takusen Takusen], the database library for Haskell. There are a large number of changes and bug-fixes in this release, including improved Oracle and PostgreSQL support.</p></li>
 
 
<li><p><em>hoogle.el</em>. David House
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14944 announced] Hoogle.el, a simple Emacs Lisp library that nicely integrates [http://haskell.org/haskellwiki/Hoogle.el Hoogle into Emacs].</p></li>
 
 
<li><p><em>Buggy nofib</em>. Josep Silva Galiana
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14825 announced] a 'buggy' version of the nofib collection of Haskell programs. [http://einstein.dsic.upv.es/darcs/nofib All programs] contain one of these bugs: a bug that produces an incorrect result; a bug that produces non-termination; a bug that produces an exception (e.g., div by zero). [http://einstein.dsic.upv.es/nofib The buggy nofib suite] can be used to test debugging tools.</p></li>
 
 
<li><p><em>nobench: Haskell implementation shootout</em>. Don Stewart
 
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/19684 announced] nobench, a cross-implementation performance benchmark suite, based on nofib, [http://www.cse.unsw.edu.au/~dons/nobench.html comparing the performance] of various Haskell compilers and bytecode interpreters on a range of programs.</p></li>
 
 
<li><p><em>Derangement version 0.1.0</em>. Dennis Griffith
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/19714 announced] the initial version of derangement, a library for finding a derangement of a set. A derangement of a set is a permutation with no fixed points, like many constrained matching problems it is susceptible to solution via a Max-flow algorithm.</p></li>
 
 
<li><p><em>HSH 1.0.0</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20053 announced] the first release of HSH. HSH is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to/from other shell commands and arbitrary Haskell functions at will. HSH makes it easy to run shell commands. But its real power is in piping. You can pipe -- arbitrarily -- between external programs, pure Haskell functions, and Haskell IO functions</p></li>
 
 
<li><p><em>A new Haskell cookbook</em>. Martin Bishop
 
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/19790 began] a preliminary page, and fleshed out some of the headers/sub-headers on the wiki page for a good Haskell Cookbook (not a PLEAC clone). [http://haskell.org/haskellwiki/Cookbook Please contribute].</p></li></ul>
 
 
''2007-01-31''
 
 
<ul>
 
 
<li> 31 of january 2007: The first announced romanian book of Haskell, "Introducere in Haskell 98 prin exemple" (eng: An introduction in Haskell 98 by examples) by Dan Popa from the University of Bacau was published by [http://www.edusoft.ro/detalii.php?id=81 EduSoft, Bacau, Romania], with a foreword by Simon Peyton-Jones. Details on the [[Ro/Haskell|ro]] page. The book is dedicated to the Haskell community. Thank you !
 
</li>
 
 
<li> (somewhere in february 2007) . Lect.Dr. Mihai Gontineac from The Dept.of Math. of the Al.I.Cuza University has also published his book, "Programare Functionala - O introducere utilizand limbajul Haskell" (eng: Functional programming - An introduction using the Haskell language") published by "Editura Alexandru Myller". The book is dedicated to the memory of the father of the author. The Bibliography of the book is containing the title of the G.Hutton's book "Programming in Haskell" declared by Lect.Dr. M.G. as beeing studied on january 31,2007. There is an other article published on 25 of january 2007, too. Thank you !(The release date of 28 of december 2006 according to author's email is unreal.)
 
This indicates the existence of a new community of Haskell users from Iasi, Romania, too.
 
</li>
 
 
<li><p><em>lhs2tex 1.12</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14733 announced] lhs2TeX version 1.12, a preprocessor to generate LaTeX code from literate Haskell sources. [http://www.iai.uni-bonn.de/~loeh/lhs2tex/ lhs2TeX] includes the following features: highly customized output; liberal parser; generate multiple versions of a program or document from a single source; active documents: call Haskell to generate parts of the document (useful for papers on Haskell); a manual explaining all the important aspects of lhs2TeX.</p></li>
 
 
<li><p><em>hscom</em>. Krasimir Angelov
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14743 announced] the [http://darcs.haskell.org/packages/hscom/ hscom library]. This is a FFI library for Microsoft COM. It is far from complete and it doesn't have automatic IDL to Haskell translator but if you have ever thought to start writing you own COM library for Haskell then please take a look. It is designed to be as close as possible to the standard FFI library for C.</p></li>
 
 
<li><p><em>DeepArrow 0.0: Arrows for 'deep application'</em>. Conal Elliott
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14753 announced] the birth of [http://haskell.org/haskellwiki/DeepArrow DeepArrow], a Haskell library for composable 'editors' of pure values. DeepArrow enables 'deep function application' in two senses: deep application of functions and application of deep functions. These tools generalize beyond values and functions, via the DeepArrow subclass of the Arrow type class.</p></li>
 
 
<li><p><em>Phooey 0.1: functional user interface library</em>. Conal Elliott
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14754 announced] version 0.1 of [http://haskell.org/haskellwiki/phooey Phooey], an arrow-based functional user interface library. New in version 0.1: documentation, text input, boolean input/output, mtl. Phooey is now used in [http://haskell.org/haskellwiki/TV TV].</p></li>
 
 
<li><p><em>TV 0.0: Tangible Values</em>. Conal Elliott
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14755 announced] TV, a library for composing tangible values (TVs): values that carry along external interfaces. In particular, TVs can be composed to create new TVs, and they can be directly executed with a friendly GUI, a process that reads and writes character streams, or many other kinds interfaces. Values and interfaces are combined for direct use, and separable for composability. [http://haskell.org/haskellwiki/TV See the project page].</p></li>
 
 
<li><p><em>polyparse 1.00</em>. Malcolm Wallace
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14777 announced] the release of [http://www.cs.york.ac.uk/fp/polyparse PolyParse], a collection of parser combinator libraries in Haskell. They were all previously distributed as part of HaXml, but are now split out to make them more widely available.</p></li>
 
 
<li><p><em>Data.Binary: binary serialisation</em>. The Binary Strike Force
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14800 announced] the release of [http://www.cse.unsw.edu.au/~dons/binary/Data-Binary.html Binary], a high performance, pure binary serialisation library for Haskell. It is available from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary/0.2 Hackage] and [http://darcs.haskell.org/binary darcs]. The 'binary' package provides efficient serialisation of Haskell values to and from lazy ByteStrings. ByteStrings constructed this way may then be written to disk, written to the network, or further processed (e.g. stored in memory directly, or compressed in memory with zlib or bzlib).</p></li>
 
 
<li><p><em>DrIFT 2.2.1: support for Data.Binary</em>. John Meacham
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14802 announced] that [http://repetae.net/~john/computer/haskell/DrIFT/ DrIFT 2.2.1] is out and now has support for the Data.Binary module.</p></li>
 
 
<li><p><em>A History of Haskell</em>. Simon Peyton-Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14793 mentioned] that the paper 'A History of Haskell: being lazy with class', authored by Paul Hudak, John Hughes, Phil Wadler and Simon, is finally done. [http://research.microsoft.com/~simonpj/papers/history-of-haskell/index.htm You can get a copy now!]</p></li>
 
 
<li><p><em>piggybackGHC 0.1</em>. Martin Grabmueller
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18461 announced] the release 0.1 of [http://uebb.cs.tu-berlin.de/~magr/projects/piggybackGHC/doc/ piggybackGHC], a small utility package for using GHC for lexing and parsing Haskell source code. The library uses the GHC library for all the hard stuff, so all supported GHC extensions are available.</p></li>
 
 
<li><p><em>regex-tdfa 0.20</em>. Chris Kuklewicz
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18553 announced] regex-tdfa, a 'tagged' DFA regular expression backend in pure Haskell, along with a suite of updates to the existing regex packages.</p></li>
 
 
<li><p><em>hpaste.org</em>. Eric Mertens
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18565 announced] 'hpaste', the [http://hpaste.org Haskell Pastebin]. Developed over a few days by many of the members of the Haskell irc channel, it provies a reliable paste bot with Haskell-specific capabilities.</p></li></ul>
 
 
''2007-01-09''
 
 
<ul><li><p><em>Happy: LALR(1) parser generator</em>. Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14726 announced] version 1.16 of
 
[http://www.haskell.org/happy/ Happy], the parser generator system for Haskell. Changes from version 1.15 to 1.16 include switching to Cabal, a new %error directive, new production forms, and attribute grammar support. Happy version 1.16 is required for building GHC version 6.6 and later.</p></li>
 
 
<li><p><em>Alex: lexical analyser generator</em>. Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14728 announced] version 2.1.0 of [http://www.haskell.org/alex/ Alex]. Changes in Alex 2.1.0 vs. 2.0.1 include switching to Cabal, and slight changes to the error semantics.</p></li>
 
 
<li><p><em>rdtsc: reading IA-32 time register</em>. Martin Grabmueller
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18095/ announced] version 1.0 of [http://uebb.cs.tu-berlin.de/~magr/projects/rdtsc/ package rdtsc] has just been released. This small package contains one module called [http://uebb.cs.tu-berlin.de/~magr/darcs/rdtsc/ 'Rdtsc.Rdtsc'], providing the function 'rdtsc' for accessing the 'rdtsc' machine register on modern IA-32 processors. This is a 64-bit counter which counts the number of processor cycles since the machine has been powered up. Using this instruction, you can make very precise time measurements which are independent of the actual CPU frequency.</p></li>
 
 
<li><p><em>monadLib 3.0</em>. Iavor Diatchki
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14714 announced] a new version of [http://www.csee.ogi.edu/~diatchki/monadLib monadLib], a collection of standard monad implementations. Some of the changes compared to the previous version: the whole library is in a single module MonadLib.hs (~500 lines); simpler and more symmetric API; removed the (generic) monadic combinators; removed the search transformer; rewrote some transformers in the 'traditional' way (exceptions and output); there is an optional module that defines base monads corresponding to each transformer.</p></li>
 
 
<li><p><em>Shellac 0.6</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14715 announced] a simultaneously release of the following related packages: Shellac 0.6 Shellac-readline 0.3 and Shellac-vty 0.1. [http://www.eecs.tufts.edu/~rdocki01/shellac.html Shellac] is a framework for building read-eval-print style shells which uses configurable backend plugins. The major new feature of this release is the new Shellac-vty backend package, which uses the [http://members.cox.net/stefanor/vty/ new Vty library] terminal I/O directly. It currently has basic line editing keybindings, paging, and a command history. The main package and Shellac-readline updates consist of minor API updates.</p></li>
 
 
<li><p><em>IntelliJIDEA for Haskell</em>. Tony Morris
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14719 announced] syntax highlighting support for [http://www.workingmouse.com/research/IntelliJIdea%2DHaskell/ Haskell in IntellijIDEA], released under a BSD licence.</p></li>
 
 
<li><p><em>Yampa + GADT for GHC 6.6</em>. Joel Reymont
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18215 announced] a cabalized [http://wagerlabs.com/yampa version of Yampa] + GADT for GHC 6.6. Joel also sought comments on cabalisation, testing and example for this package.</p></li>
 
 
<li><p><em>HNOP</em>. Ashley Yakeley
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14720 updated] the status of [http://semantic.org/hnop/ HNOP], the Haskell library for doing nothing. It has recently been split into two Cabal packages: 'nop', a library of no-op services, and 'hnop', a program that uses nop to do nothing. Both packages can be found in darcs. The two packages are intended to be templates for Cabal projects, so I'm interested in making them as canonical and 'best practices' for packaging libraries and executables.</p></li></ul>
 
 
''2007-01-02''
 
 
<ul><li><p><em>hscolour-1.6</em>. Malcolm Wallace
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14677 announced] HsColour, a popular syntax-highlighter for Haskell code. It can generate ANSI terminal colour codes, HTML, and CSS, and can insert hyperlink anchors for function definitions (useful in conjunction with [http://haskell.org/haddock Haddock]). [http://www.cs.york.ac.uk/fp/darcs/hscolour HsColour-1.6] is now available. The major addition is a new LaTeX output mode.</p></li>
 
 
<li><p><em>Dimensional: Statically checked physical dimensions</em>. Björn Buckwalter
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14691 announced] version 0.1 of [http://code.google.com/p/dimensional/ Dimensional], a module for statically checked physical dimensions. The module facilitates calculations with physical quantities while statically preventing e.g. addition of quantities with differing physical dimensions.</p></li>
 
 
<li><p><em>vty 2.0</em>. Stefan O'Rear
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14703 announced] a new major version of [http://members.cox.net/stefanor/vty vty]. Differences from 1.0 include: vty now uses a record type for attributes, instead of bitfields in an Int; vty now supports setting background colors; you can now explicitly specify 'default' colors; vty now supports Unicode characters on output, automatically setting and resetting UTF-8 mode.</p></li>
 
 
<li><p><em>'Lambda Revolution' tshirts</em>. Paul Johnson
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/17916 announced] the creation
 
of a new Haskell tshirt, on the theme of 'The Lambda Revolution'. Tshirts are available from [http://www.cafepress.com/l_revolution CafePress], and the designs are freely available.</p></li></ul>
 
   
  +
*[[News/2007|2007 Archives]]
  +
*[[News/2006|2006 Archives]]
  +
*[[News/2005|2005 Archives]]
  +
*[[News/2004|2004 Archives]]
  +
*[[News/2003|2003 Archives]]
  +
*[[News/2002|2002 Archives]]
  +
*[[News/2001|2001 Archives]]
  +
*[[News/2000|2000 Archives]]
  +
*[[News/1999|1999 Archives]]
  +
*[[News/1998|1998 Archives]]
  +
*[[News/1997|1997 Archives]]
  +
*[[News/1996|1996 Archives]]
  +
*[[News/1995|1995 Archives]]
  +
*[[News/1994|1994 Archives]]
  +
*[[News/1993|1993 Archives]]
  +
*[[News/1992|1992 Archives]]
  +
*[[News/1991|1991 Archives]]
  +
*[[News/1990|1990 Archives]]
  +
*[[News/1989|1989 Archives]]
  +
*[[News/1988|1988 Archives]]
  +
*[[News/1987|1987 Archives]]
  +
*[[News/1986|1986 Archives]]
  +
*[[News/1985|1985 Archives]]
  +
*[[News/1984|1984 Archives]]
 
==Archives by year==
 
==Archives by year==
   

Revision as of 03:21, 11 February 2008

News from 2008

2008-01-05

  • GHC 6.8.2. The GHC Team announced the release of GHC 6.8.2, featuring optimisation improvements, improvements to ghci and fixes to standalone deriving.

  • nhc98 1.2 released. Malcolm Wallace announced the release of nhc98 1.2. 1.20 is a refreshed release with many of the current core library packages included, and a variety of small bugfixes since the last release. It successfully compiles and runs more programs from the nobench suite than jhc, hbc, Hugs, or yhc. It generates an interpreted bytecode that, on the whole runs faster than that generated by Hugs or yhc, and in many cases is also faster than ghci. Although nhc98 is written in Haskell, you don't need an existing Haskell compiler on your platform to build nhc98 - a C compiler will do. Hence, it is portable to almost any unix-like machine with a 32-bit compatibility mode. Many useful build tools come included: hmake (the inspiration for ghc --make), hi (interactive read-eval-print, like Hugs or ghci), cpphs (Haskell-aware replacement for cpp) and hsc2hs (preprocessor for FFI code)

  • darcs 2.0.0pre2. David Roundy announced the availability of the second prerelease of darcs two, darcs 2.0.0pre2. This release fixes several severe performance bugs that were present in the first prerelease. These issues were identified and fixed thanks to the helpful testing of Simon Marlow and Peter Rockai. We also added support for compilation under ghc 6.4, so even more users should be able to test this release.

  • The Monad.Reader Issue 9: SoC special. Wouter Swierstra announced a new issue of The Monad.Reader, a 'Summer of Code Special' - it consists of three articles from student participants of Google's Summer of Code, describing the projects they worked on.

  • What's happening with Haskell? The 13th HCAR. Andres Loeh announced the 13th edition of the Haskell Communities and Activities Report

  • Teach yourself gtk2hs in 21 hours. Hans van Thiel announced a Gtk2Hs basics tutorial, based on the Tony Gale and Ian Main GTK+2.0 tutorial, is now available for review and comment.

  • Minimalistic Haskell blog framework. Paul Brown announced a lightweight, experimental blog publishing application, [http://datapr0n.com/repos/perpubplat perpubplat

  • atom. Tom Hawkins announced the release of atom 2007.12; atom is a domain-specific language embedded in Haskell for describing real-time control applications

  • bytestring 0.9.0.4. Uploaded by DonaldStewart. bytestring: Fast, packed, strict and lazy byte arrays with a list interface.

  • uuagc 0.9.5. Uploaded by ArieMiddelkoop. uuagc: Attribute Grammar System of Universiteit Utrecht.

  • uulib 0.9.5. Uploaded by ArieMiddelkoop. uulib: Haskell Utrecht Tools Library.

  • llvm 0.0.2. Uploaded by BryanOSullivan. llvm: Bindings to the LLVM compiler toolkit.

  • HDBC-sqlite3 1.1.3.1. Uploaded by JohnGoerzen. HDBC-sqlite3: Sqlite v3 driver for HDBC.

  • HDBC-odbc 1.1.3.1. Uploaded by JohnGoerzen. HDBC-odbc: ODBC driver for HDBC.

  • dimensional 0.7.2. Uploaded by BjornBuckwalter. dimensional: Statically checked physical dimensions..

  • uulib 0.9.5. Uploaded by ArieMiddelkoop. uulib: Haskell Utrecht Tools Library.

  • hsc3 0.1. Uploaded by RohanDrape. hsc3: Haskell SuperCollider.

  • hosc 0.1. Uploaded by RohanDrape. hosc: Haskell Open Sound Control.

  • GLFW 0.2. Uploaded by PaulLiu. GLFW: A binding for GLFW, An OpenGL Framework.

  • control-timeout 0.1. Uploaded by AdamLangley. control-timeout: Timeout handling.

  • hiccup 0.35. Uploaded by KyleConsalus. hiccup: Relatively efficient Tcl interpreter with support for basic operations.

  • phooey 2.0. Uploaded by ConalElliott. phooey: Functional user interfaces.

  • reactive 0.0. Uploaded by ConalElliott. reactive: Simple foundation for functional reactive programming.

  • phooey 1.4. Uploaded by ConalElliott. phooey: Functional user interfaces.

  • hburg 1.1.1. Uploaded by IgorBohm. hburg: Haskell Bottom Up Rewrite Generator.

  • hinotify 0.2. Uploaded by LennartKolmodin. hinotify: Haskell binding to INotify.

  • cabal-rpm 0.3.3. Uploaded by BryanOSullivan. cabal-rpm: RPM package builder for Haskell Cabal source packages..

  • codec-libevent 0.1. Uploaded by AdamLangley. codec-libevent: Cross-platform structure serialisation.

  • irc 0.4. Uploaded by TrevorElliott. irc: A small library for parsing IRC messages..

  • dlist 0.4. Uploaded by DonaldStewart. dlist: Differences lists.

  • AutoForms 0.4.0. Uploaded by MadsLindstroem. AutoForms: GUI library based upon generic programming (SYB3).

  • bktrees 0.2.1. Uploaded by JosefSvenningsson. bktrees: A set data structure with approximate searching.

  • bktrees 0.2. Uploaded by JosefSvenningsson. bktrees: A set data structure with approximate searching.

  • binary-strict 0.1. Uploaded by AdamLangley. binary-strict: Binary deserialisation using strict ByteStrings.

  • haddock 0.9. Uploaded by SimonMarlow. haddock: Haddock is a documentation-generation tool for Haskell libraries.

  • bytestring-mmap 0.2.0. Uploaded by DonaldStewart. bytestring-mmap: mmap support for strict ByteStrings.

  • bytestring 0.9.0.3. Uploaded by DonaldStewart. bytestring: Fast, packed, strict and lazy byte arrays with a list interface.

  • hiccup 0.3. Uploaded by KyleConsalus. hiccup: Added by KyleConsalus, Wed Dec 19 17:00:42 PST 2007..

  • cedict 0.1.1. Uploaded by JasonDusek. cedict: Convenient Chinese character lookup..

  • TypeCompose 0.3. Uploaded by ConalElliott. TypeCompose: Type composition classes & instances.

  • bytestring-mmap 0.1.2. Uploaded by DonaldStewart. bytestring-mmap: mmap support for strict ByteStrings.

  • bytestring 0.9.0.2. Uploaded by DonaldStewart. bytestring: Fast, packed, strict and lazy byte arrays with a list interface.

  • bytestring-mmap 0.1.1. Uploaded by DonaldStewart. bytestring-mmap: mmap support for strict ByteStrings.

  • mkcabal 0.3. Uploaded by DonaldStewart. mkcabal: Generate cabal files for a Haskell project.

  • terminfo 0.1. Uploaded by Judah Jacobson. terminfo: Haskell bindings to the terminfo library..

  • Cabal 1.2.3.0. Uploaded by Duncan Coutts. Cabal: A framework for packaging Haskell software.

  • hxt 7.4. Uploaded by UweSchmidt. hxt: A collection of tools for processing XML with Haskell..

  • X11 1.4.1. Uploaded by Spencer Janssen. X11: A binding to the X11 graphics library.

  • dataenc 0.10.1. Uploaded by Magnus Therning. dataenc: Data encoding library currently providing Uuencode, Base64, Base64Url, Base32, Base32Hex, and Base16..

  • bytestringreadp 0.1. Uploaded by Gracjan Polak. bytestringreadp: A ReadP style parser library for ByteString.

  • encoding 0.3. Uploaded by HenningGuenther. encoding: A library for various character encodings.

  • hslua 0.2. Uploaded by Gracjan Polak. hslua: A Lua language interpreter embedding in Haskell.

  • xmonad-contrib 0.5. Uploaded by Spencer Janssen. xmonad-contrib: Third party extensions for xmonad.

  • xmonad 0.5. Uploaded by SpencerJanssen. xmonad: A tiling window manager.

  • pandoc 0.45. Uploaded by John MacFarlane. pandoc: Conversion between markup formats.

  • markov-chain 0.0.1. Uploaded by Henning Thielemann. markov-chain: Markov Chains for generating random sequences with a user definable behaviour..

  • parsedate 3000.0.0. Uploaded by Bjorn Bringert. parsedate: Data and time parsing for CalendarTime.

  • hackage2hwn 0.1. Uploaded by Don Stewart. hackage2hwn: Convert hackage = Hackage RSS feeds to Haskell Weekly News format.

  • hask-home 2007.12.6. Uploaded by BjornBringert. hask-home: Generate homepages for cabal packages.

  • hmarkup 3000.0.1. Uploaded by BjornBringert. hmarkup: Simple wikitext-like markup format implementation..

  • hspread 0.2. Uploaded by AndreaVezzosi. hspread: A client library for the spread toolkit.

  • pcap 0.4.2. Uploaded by BryanOSullivan. pcap: A system-independent interface for user-level packet capture.

  • hogg 0.3.0. Uploaded by ConradParker. hogg: Library and tools to manipulate the Ogg container format.

  • Finance-Quote-Yahoo 0.4.1. Uploaded by BradClawsie. Finance-Quote-Yahoo: Obtain quote data from finance.yahoo.com.

  • Monadius 0.9.20071204. Uploaded by GwernBranwen. Monadius: 2-D arcade scroller.

  • Shu-thing 1.0.20071203. Uploaded by GwernBranwen. Shu-thing: A vector shooter game.

  • hmatrix 0.1.1.0. Uploaded by AlbertoRuiz. hmatrix: Linear algebra and numerical computations.

  • HTTP 3001.0.3. Uploaded by BjornBringert. HTTP: Added by BjornBringert, Fri Nov 30 14:50:55 PST 2007..

  • rss 3000.0.1. Uploaded by BjornBringert. rss: A library for generating RSS 2.0 feeds..

  • haxr 3000.0.1. Uploaded by BjornBringert. haxr: XML-RPC client and server library..

  • fitsio 0.1. Uploaded by EricSessoms. fitsio: A library for reading and writing data files in the FITS data format..

  • YamlReference 0.6. Uploaded by Oren Ben Kiki. YamlReference, YAML reference implementation

  • LambdaShell 0.9.1. Uploaded by Robert Dockins. LambdaShell, simple shell for evaluating lambda expressions

  • Shellac 0.9.1. Uploaded by Robert Dockins. Shellac, a framework for creating shell envinronments

  • EdisonCore 1.2.1.1. Uploaded by Robert Dockins. EdisonCore, a library of efficent, purely-functional data structures (Core Implementations)

  • hmatrix 0.1.0.0. Uploaded by Alberto Ruiz. hmatrix, linear algebra and numerical computations

  • strict-concurrency 0.1. Uploaded by Don Stewart. strict-concurrency, strict concurrency abstractions

  • X11 1.4.0. Uploaded by Don Stewart. X11, binding to the X11 graphics library

  • safecopy 0.3. Uploaded by David Himmelstrup. safecopy, binary serialization with version control

  • HaXml 1.13.3. Uploaded by Malcolm Wallace. HaXml, utilities for manipulating XML documents

  • c2hs 0.15.1. Uploaded by Duncan Coutts. c2hs, C->Haskell Interface Generator

  • calc 0.1. Uploaded by Austin Seipp. calc, small compiler for arithmetic expressions.

  • miniplex 0.2.1. Uploaded by Lukas Mai. miniplex, simple 1-to-N interprocess communication

  • sat 1.1.1. Uploaded by Andrii Zvorygin. sat, CNF SATisfier

  • dimensional 0.7.1. Uploaded by Bjorn Buckwalter. dimensional, statically checked physical dimensions

  • hxt 7.4. Uploaded by Uwe Schmidt. hxt, collection of tools for processing XML with Haskell.

  • dlist 0.3.2. Uploaded by Don Stewart. dlist, difference lists. A list type supporting fast append.

  • mkcabal 0.2. Uploaded by Don Stewart. mkcabal, generate cabal files for a Haskell project

  • Chart 0.5. Uploaded by Tim Docker. Chart, a library for generating 2D Charts and Plots

  • MaybeT 0.1.1. Uploaded by Don Stewart. MaybeT, MaybeT monad transformer

  • regex-pcre 0.93. Uploaded by Chris Kuklewicz. regex-pcre, replaces Text.Regex

  • fixpoint 0.1. Uploaded by Roman Leshchinskiy. fixpoint, data types as fixpoints

  • ChasingBottoms 1.2.2. Uploaded by Nils Anders Danielsson. ChasingBottoms, support for testing partial and infinite values

  • GrowlNotify 0.3. Uploaded by Nicholas Burlett. GrowlNotify, notification utility for Growl

  • pcap 0.4.1. Uploaded by Bryan OSullivan. pcap, a system-independent interface for user-level packet capture

  • bencode 0.3. Uploaded by David Himmelstrup. bencode, parser and printer for bencoded data.

  • stream-fusion 0.1.1. Uploaded by Don Stewart. stream-fusion, provides the standard Haskell list library reimplemented to allow stream fusion. This should in general provide faster list operations, and faster code for list-heavy programs.

  • HTTP 3001.0.2. Uploaded by Bjorn Bringert. HTTP, library for client-side HTTP

  • X11-xft 0.2. Uploaded by Clemens Fruhwirth. X11-xft, bindings to the Xft, X Free Type interface library, and some Xrender parts

  • GrowlNotify 0.1. Uploaded by Nicholas Burlett. GrowlNotify, notification utility for Growl.

  • HsHaruPDF 0.0.0. Uploaded by Audrey Tang. HsHaruPDF, Haskell binding to libharu

  • unicode-normalization 0.1. Uploaded by Reinier Lamers. unicode-normalization, Unicode normalization using the ICU library

  • uniplate 1.0.1. Uploaded by Neil Mitchell. uniplate, uniform type generic traversals

  • lax-0.0.0. Uploaded by Wolfgang Jeltsch. lax, Lax arrows are variants of other arrows which are ?less strict? than the original arrows. They can be used, for example, to produce I/O fixpoints in situations where fixIO would fail.

  • fastcgi 3001.0.1. Uploaded by Bjorn Bringert. fastcgi, a Haskell library for writing FastCGI programs

Archives by year

Archives by year