Difference between revisions of "Old news"

From HaskellWiki
Jump to navigation Jump to search
(push back old news)
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
==News from 2006==
 
   
  +
__TOC__
''2006-12-05''
 
   
  +
==News from 2008==
<ul><li><p><em>Communities and Activities Report</em>. Andres Loeh
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14545 published] the [http://www.haskell.org/communities/ Haskell Communities and Activities Report] (11th edition, November 2006). The report is now available from the Haskell Communities home page in several formats. The goal of the report is to improve the communication between the increasingly diverse groups, projects and individuals working on, with, or inspired by Haskell. When we try for the next update, six months from now, you might want to report on your own work, project, research area or group as well.</p></li>
 
  +
''2008-02-23''
  +
  +
<ul><li><p><em>ArrayRef 0.1.2</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ArrayRef-0.1.2 ArrayRef]: Unboxed references, dynamic arrays and more.</p></li>
 
 
<li><p><em>Visual Haskell prerelease 0.2</em>. Krasimir Angelov
+
<li><p><em>zlib 0.4.0.4</em>. Uploaded by Duncan Coutts.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib-0.4.0.4 zlib]: Compression and decompression in the gzip and zlib formats.</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14527/focus=14527 announced] that there is a prerelease version of Visual Haskell [http://www.haskell.org/visualhaskell available]. This is the first version that is: available for both VStudio 2003 and VStudio 2005, and distributed with a stable GHC version (6.6)</p></li>
 
 
 
<li><p><em>Haskell MIME library</em>. Jeremy Shaw
+
<li><p><em>hetris 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hetris-0.1 hetris]: Text Tetris.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14555 announced] the availability of a MIME processing library. This library is supposed to be able to parse emails and decode various attachments, and generate emails with attachments. [http://www.n-heptane.com/nhlab/repos/haskell-mime The library] includes modules that implement portions of: RFC 2045, RFC 2046, RFC 2387 and RFC 2822.</p></li>
 
 
 
<li><p><em>Core (ghc-base) library</em>. Bulat Ziganshin
+
<li><p><em>bzlib 0.4.0.3</em>. Uploaded by Duncan Coutts.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bzlib-0.4.0.3 bzlib]: Compression and decompression in the bzip2 format.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14546 announced] progress on the Core library project, to divide the Haskell base library into two parts: small compiler-specific one (the Core library proper) and the rest: new, compiler-independent Base library that uses only services provided by Core lib.</p></li>
 
 
 
<li><p><em>hpodder 0.99.0</em>. John Goerzen
+
<li><p><em>HAppS-Server 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-Server-0.9.2 HAppS-Server]: Web related tools and services..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14533/ announced] hpodder 0.99.0, the first beta candidate for making an eventual 1.0.0 release of hpodder. [http://quux.org/devel/hpodder hpodder] is a podcast downloader that happens to be written in Haskell. This version introduces two major new features: nicer apt-like output and multithreaded downloading.</p></li>
 
 
 
<li><p><em>MissingH 0.16.3</em>. John Goerzen
+
<li><p><em>HAppS-State 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-State-0.9.2 HAppS-State]: Event-based distributed state..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14532 released] MissingH 0.16.3. Including a new module MissingH.ProgressTracker which tracks the progress of long-running tasks, and MissingH.Quantity which renders numbers according to a quantification system such as SI or binary.</p></li>
 
 
 
<li><p><em>The restricted IO monad</em>. Stefan O'Rear
+
<li><p><em>HAppS-Data 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-Data-0.9.2 HAppS-Data]: HAppS data manipulation libraries.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14526 introduced] RIO, an experimental library for extensible restricted IO in Haskell.</p></li>
 
 
 
<li><p><em>Typed symbolic differentiation</em>. Oleg Kiselyov
+
<li><p><em>HAppS-IxSet 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-IxSet-0.9.2 HAppS-IxSet]: Added by DavidHimmelstrup, Fri Feb 22 15:18:20 PST 2008..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14566 showed] symbolic differentiation of a wide class of numeric functions without any interpretative overhead. The functions to symbolically differentiate can be given to us in a compiled form (in .hi files); their source code is not needed. We produce a (compiled, if needed) function that is an exact, algebraically simplified analytic derivative of the given function. Our approach is reifying code into its `dictionary view', intensional analysis of typed code expressions, and the use of staging to evaluate under lambda.</p></li></ul>
 
 
''2006-11-28''
 
 
<ul><li><p><em>QuickCheck 2 development version</em>. Bjorn Bringert
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14511 announced] that the development version of QuickCheck 2 is now available in a public darcs repository. Highlights of the new QuickCheck version include: shrinking of failing test cases; supports testing monadic code; handles exceptions gracefully; coarbitrary has moved to a separate class; type-level modifiers for changing test data generation (e.g. NonNegative); function table printing; and user-defined actions when properties fail. The source is [http://www.cs.chalmers.se/~bringert/darcs/QuickCheck/ available via darcs].</p></li>
 
 
 
<li><p><em>PQC: QuickCheck in the Age of Concurrency</em>. Don Stewart
+
<li><p><em>HAppS-Util 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-Util-0.9.2 HAppS-Util]: Web framework.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14503 announced] PQC: Parallel QuickCheck. [http://www.cse.unsw.edu.au/~dons/pqc.html PQC] provides a single module: [http://www.cse.unsw.edu.au/~dons/pqc/Test-QuickCheck-Parallel.html Test.QuickCheck.Parallel]. This is a QuickCheck driver that runs property lists as jobs in parallel, and will utilise as many cores as you wish, with the SMP parallel GHC 6.6 runtime. It is simple, scalable replacement for Test.QuickCheck.Batch.</p></li>
 
 
 
<li><p><em>cabal-test: automatic testing for Cabal projects</em>. David Himmelstrup
+
<li><p><em>Ranged-sets 0.2.0</em>. Uploaded by Paul Johnson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Ranged-sets-0.2.0 Ranged-sets]: Ranged sets for Haskell.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14519 announced] cabal-test, the automatic tester for Cabal projects. The cabal-test tool is capable of testing embedded QuickCheck properties in any and all cabalized projects. The tests are currently executed in parallel with PQC. QuickCheck properties can reside anywhere in the code and don't have to be exported. The [http://darcs.haskell.org/~lemmih/cabal-test darcs repo] is available.</p></li>
 
 
 
<li><p><em>Streams 0.1.7</em>. Bulat Ziganshin
+
<li><p><em>halfs 0.2</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/halfs-0.2 halfs]: Haskell File System.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14504 announced] Streams version 0.1.7, a fast extensible [http://haskell.org/haskellwiki/Library/Streams I/O and serialization library]. Changes include: GHc 6.6 support, support for files larger than 4G on Windows, haddock documentation.</p></li>
 
 
 
<li><p><em>Ranged Sets 0.0.3</em>. Paul Johnson
+
<li><p><em>sessions 2008.2.22</em>. Uploaded by Matthew Sackman.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sessions-2008.2.22 sessions]: Session Types for Haskell.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14492/ announced] the 0.0.3 release of [http://ranged-sets.sourceforge.net/Ranged/ Ranged Sets]. Ranged sets allow programming with sets of values described by a list of ranges. A value is a member of the set if it lies within one of the ranges. The ranges in a set are ordered and non-overlapping, so the standard set operations can be implemented by merge algorithms in O(n) time.</p></li></ul>
 
 
''2006-11-26''
 
 
<ul> <li><p><em>How to build an adaptable interpreter in one day</em>. The slides of this paper, by Dan Popa, presented at ICMI 45, and not included in the proceedings, are [http://www.haskell.org/haskellwiki/Image:Building_an_interpreter.pdf available now] (pdf). The paper is a step by step guide on the building of a small monadic interpreter. The [http://www.haskell.org/sitewiki/images/5/54/Building_an_interpreter.pdf papers slides] are also available.</p></ul>
 
 
 
''2006-11-22''
 
 
<ul><li><p><em>Haskell XML Toolbox 7.0</em>. Uwe Schmidt
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14487 released] a new version of the [http://www.fh-wedel.de/~si/HXmlToolbox/index.html Haskell XML Toolbox]. New in 7.0 is a module for XSLT transformation. The XSLT module implements most of the XSLT standard. The development of the XSLT module is done by Tim Walkenhost in his master thesis, describing the design of the transformer (and the limitations) is included in the distribution. HXT 7.0 works with ghc-6.4 and ghc-6.6. [http://www.haskell.org/haskellwiki/HXT A tutorial] is available in the Haskell wiki.</p></li>
 
 
 
  +
<li><p><em>infix 0.1</em>. Uploaded by Gwern Branwen.
<li><p><em>Hac: Haskell Hackathon 2007</em>. The Hac organisers [http://article.gmane.org/gmane.comp.lang.haskell.general/14489 announced] that the inaugural Haskell Hackathon, [http://haskell.org/haskellwiki/Hac_2007 Hac 2007], will be held at Oxford University Computing Laboratory, January 10-12, 2007. The plan is to hack on Haskell infrastructure, tools, libraries and compilers. To attend please register, and get ready to hack those lambdas!</p></li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/infix-0.1 infix]: Infix expression re-parsing (for HsParser library).</p></li>
 
 
<li><p><em>System.FilePath 0.11</em>. Neil Mitchell
+
<li><p><em>reify 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reify-0.1 reify]: Serialize data.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14485 announced] the release of [http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath System.FilePath 0.11], a library for manipulating FilePath's correctly on both Posix and Windows.</p></li>
 
 
 
<li><p><em>Darcs release candidate</em>. Tommy Pettersson
+
<li><p><em>highWaterMark 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/highWaterMark-0.1 highWaterMark]: Memory usage statistics.</p></li>
[http://article.gmane.org/gmane.comp.version-control.darcs.devel/5010 announced] it's time for a new darcs release candidate, 1.0.9rc2. There will probably be yet another release candidate (rc3) before final 1.0.9. Get testing!</p></li>
 
 
 
<li><p><em>Safe library 0.1</em>. Neil Mitchell
+
<li><p><em>hinvaders 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinvaders-0.1 hinvaders]: Space Invaders.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14475 announced] the release of [http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#safe Safe library, 0.1]. People often have a problem with pattern match errors, and the only helpful message they get is: 'pattern match error'. The Safe library hopes to eliminate some of the frustration this causes by providing versions of these partial functions with more helpful error messages.</p></li>
 
 
 
<li><p><em>LocH, located errors 0.1</em>. Don Stewart
+
<li><p><em>baskell 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/baskell-0.1 baskell]: An interpreter for a small functional language.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14475 announced] the release of LocH, a small Haskell module providing source location-specific error messages and debugging strings for Haskell code. It uses the compiler-expanded 'assert' token, rather than cpp or m4, to provide a lightweight approach to generating source locations. No preprocessor is required. More information is available at [http://www.cse.unsw.edu.au/~dons/loch.html the LocH site], including [http://www.cse.unsw.edu.au/~dons/loch/Debug-Trace-Location.html API documentation].</p></li>
 
 
 
<li><p><em>Starting your own Haskell project</em>. Jason Dagit and Don Stewart
+
<li><p><em>control-event 0.2</em>. Uploaded by Thomas DuBuisson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-event-0.2 control-event]: Event scheduling system..</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16689/focus=16689 expanded] on the document describing how best to [http://haskell.org/haskellwiki/How_to_write_a_Haskell_program set up a new Haskell project], leading to the creation of [http://article.gmane.org/gmane.comp.lang.haskell.cabal.devel/269 mkcabal], a new tool for setting up cabalised Haskell projects.</p></li></ul>
 
 
''2006-11-14''
 
 
<ul><li><p><em>Compiling Haskell to Javascript: YCR2JS</em>. Dimitry Golubovsky
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14471 announced] Ycr2js, a sub-project within the [http://darcs.haskell.org/yhc York Haskell Compiler] (Yhc) project. It is aimed to create a tool to convert an arbitrary Haskell program into Javascript which in turn may be executed in any Web browser. With great amount of help from the Yhc Team, the converter has been integrated into the Yhc project, and initial stage of coding and development has been completed. [http://haskell.org/haskellwiki/Yhc/Javascript More documentation].</p></li>
 
 
 
<li><p><em>System.FilePath 0.10</em>. Neil Mitchell
+
<li><p><em>nymphaea 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nymphaea-0.1 nymphaea]: An interactive GUI for manipulating L-systems.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14467 announced] System.FilePath 0.10, which hopefully is pretty close to final. [http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath This library] manipulates FilePath's correctly on both Posix and Windows.</p></li>
 
 
 
<li><p><em>Major typeclass overhaul</em>. Simon Peyton-Jones
+
<li><p><em>hopenssl 1.0</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hopenssl-1.0 hopenssl]: FFI bindings to OpenSSL's EVP digest interface.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/11192 mentioned] that for some time he has been promising an overhaul of GHC's type inference machinery to fix the interactions between type classes and GADTs. This overhaul has now been completed, and user-visible changes are summarised, including: GHC's type inference becomes complete, the restriction that every constraint in a type signature must mention at least one of the quantified type variables is lifted, dictionaries are packaged in data constructors and the proper interaction between GADTs and type classes is now respected.</p></li>
 
 
 
<li><p><em>Implementing the lambda calculus</em>. Lennart Augustsson
+
<li><p><em>Monadius 0.91</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Monadius-0.91 Monadius]: 2-D arcade scroller.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/16490 wrote] about implementing interpreters for the lambda-calculus in Haskell, to [http://darcs.augustsson.net/Darcs/Lambda/ experiment] with different implementation methods.</p></li>
 
 
 
<li><p><em>Great language shootout: reloaded</em>. Don Stewart
+
<li><p><em>postmaster 0.1</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/postmaster-0.1 postmaster]: Postmaster ESMTP Server.</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16454/focus=16454 mentioned] that now [http://haskell.org/ghc GHC 6.6] is available on the shootout machines, the time has come to improve the existing [http://shootout.alioth.debian.org/ language shootout] entries. Improvements can be posted to the [http://www.haskell.org/haskellwiki/Great_language_shootout wiki] for review.</p></li></ul>
 
 
''2006-11-08''
 
 
<ul><li><p><em>SmallCheck 0.2</em>. Colin Runciman
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14461 announced] that SmallCheck 0.2, a lightweight testing library for Haskell,
 
is out, and can be [http://www.cs.york.ac.uk/fp/smallcheck0.2.tar obtained].
 
Since version 0.1: there's now a choice of interactive or non-interactive test-drivers using iterative deepening; more pre-defined test-data generators, including revised Int, Integer, Float, Double, Nat and Natural and additional examples. SmallCheck is similar to QuickCheck but instead of testing for a sample of randomly generated values, SmallCheck tests properties for all the finitely many values up to some depth, progressively increasing the depth used.</p></li>
 
 
 
<li><p><em>Hoogle Command Line 3 Beta</em>. Neil Mitchell
+
<li><p><em>hsyslog 1.2</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsyslog-1.2 hsyslog]: FFI interface to syslog(3) from POSIX.1-2001..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14464 released] Hoogle Command Line version 3 Beta, an alternative to [http://haskell.org/hoogle the Hoogle website]. Hoogle lets you search for Haskell functions by name and by type signature.</p></li>
 
 
 
<li><p><em>The Monad.Reader</em>. Wouter Swierstra
+
<li><p><em>hsemail 1.2</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsemail-1.2 hsemail]: Internet Message Parsers.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14449 issued] a call for submissions for articles for the next issue of [http://www.haskell.org/haskellwiki/TheMonadReader The Monad.Reader]. There are a large number of conferences and journals that accept research papers related to Haskell; unfortunately, the platform for non-academic publications is far less developed. This is where The Monad.Reader fits in. So if you are tossing around some ideas, write it up, and submit! Deadline for submissions is January 19th, 2007.</p></li>
 
 
 
<li><p><em>Haskell Communities and Activities Report</em>. Andres Loeh
+
<li><p><em>hsdns 1.3</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsdns-1.3 hsdns]: Asynchronous DNS Resolver.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14453 reminded us] that the deadline for the November 2006 edition of the Haskell Communities and Activities Report is now! -- there may still be just 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. For more info see [http://www.haskell.org/pipermail/haskell/2006-October/018646.html the call for contributions].</p></li>
 
 
 
<li><p><em>HsMan</em>. Frederik Eaton
+
<li><p><em>funcmp 1.1</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/funcmp-1.1 funcmp]: Functional MetaPost.</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.glasgow.user/11153/focus=11153 announced] hsman, a tool that indexes Haddock-generated HTML files, and allows users to search for functions and also GHC manual topics.</p></li>
 
 
 
<li><p><em>HaL, Haskell meeting in Leipzig</em>. Johannes Waldmann
+
<li><p><em>streamproc 1.1</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/streamproc-1.1 streamproc]: Stream Processer Arrow.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14454 announced] that a local Haskell meeting is to take place on December 5th in Leipzig, Germany. The meeting will be hosted by IBA Consulting. It will be quite informal, with some very short talks (most probably in German). Interessenten sind herzlich eingeladen. [http://iba-cg.de/haskell.html Details and (free) registration].</p></li></ul>
 
 
''2006-10-31''
 
 
<ul><li><p><em>A type-based solution to the "strings problem"</em>. Tom
 
Moertel wrote on
 
[http://blog.moertel.com/articles/2006/10/18/a-type-based-solution-to-the-strings-problem a solution] to the problem of keeping web applications free of
 
string-based XSS and SQL-injection vulnerabilities, by employing the
 
Haskell type system.</p></li>
 
 
<li><p><em>Associated data types in GHC</em>. Manuel Chakravarty
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14447 announced] the availability of indexed data types, an extension of our earlier proposal for [http://www.cse.unsw.edu.au/~chak/papers/CKPM05.html associated data types], in GHC's development version. Detailed information on where to get the right GHC and how to use indexed types is available from [http://haskell.org/haskellwiki/GHC/Indexed_types the Haskell wiki].</p></li>
 
 
 
<li><p><em>Yhc Bytecode library 0.3</em>. Robert Dockins
+
<li><p><em>pugs-HsSyck 0.41</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pugs-HsSyck-0.41 pugs-HsSyck]: Fast, lightweight YAML loader and dumper.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14434 announced] the release of the [http://www.eecs.tufts.edu/~rdocki01/yhc-bytecode.html Yhc Bytecode library], version 0.3.</p></li>
 
 
 
<li><p><em>Haskell Program Coverage</em>. Andy Gill
+
<li><p><em>HsSyck 0.42</em>. Uploaded by Gwern Branwen.
[http://www.galois.com/~andy/ray/hpc.html checked] the latest version of HPC, with GHC support, into the head GHC branch</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsSyck-0.42 HsSyck]: Fast, lightweight YAML loader and dumper.</p></li>
 
 
<li><p><em>Haskell Mersenne Twister</em>. Lennart Augustsson
+
<li><p><em>mohws 0.1</em>. Uploaded by Gwern Branwen.
[http://www.augustsson.net/Darcs/MT/ made available] his Haskell implementation of the Mersenne Twister random number generator.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mohws-0.1 mohws]: Modular Haskell Web Server.</p></li>
 
 
<li><p><em>Haskell-specific Google Search Engine</em>. Don Stewart
+
<li><p><em>HsJudy 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsJudy-0.1 HsJudy]: Judy bindings, and some nice APIs.</p></li>
[http://www.google.com/coop/cse?cx=015832023690232952875%3Acunmubfghzq initialised] a Haskell-specific search engine, as part of Google's coop engine system, which seems to do a good job of targeting just Haskell sites, in particular, mailing list items</p></li>
 
 
 
<li><p><em>A process for submitting library extensions</em>. The libraries hackers
+
<li><p><em>probability 0.2.1</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/probability-0.2.1 probability]: Probabilistic Functional Programming.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/5368 have] developed [http://haskell.org/haskellwiki/Library_submissions a document] describing how to best go about contributing new code to the core Haskell libraries. On a similar note, the GHC team has prepared [http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions a page] on best practice for GHC submissions.</p></li>
 
 
 
<li><p><em>How to create a Haskell project</em>. Don Stewart and Ian Lynagh
+
<li><p><em>dsp 0.2.1</em>. Uploaded by Henning Thielemann.
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16164/focus=16164 prepared] some guidelines on starting your own Haskell project.</p></li></ul>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dsp-0.2.1 dsp]: Haskell Digital Signal Processing.</p></li>
 
''2006-10-24''
 
 
<ul><li><p><em>MissingH 0.16.0</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14400 announced] that the latest version of MissingH is now available. MissingH is a suite of 'missing' library functions. New features include: render numbers as binary units, a progress tracker, turn QuickCheck tests into HUnit tests, and GHC 6.6 support.</p></li>
 
 
 
<li><p><em>SMP parallel Pugs on GHC</em>. Audrey Tang
+
<li><p><em>pugs-hsregex 1.0</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pugs-hsregex-1.0 pugs-hsregex]: Haskell PCRE binding.</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14402/focus=14402 announced] that parallel support, on top of GHC's new SMP runtime system, has been added to Pugs, the standard bearer [http://pugs.blogs.com/pugs/2006/10/smp_paralleliza.html Perl6 implementation].</p></li>
 
 
 
<li><p><em>YAHT is now a part of the wikibook</em>. Eric Kow
+
<li><p><em>ListLike 1.0.1</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ListLike-1.0.1 ListLike]: Generic support for list-like structures.</p></li>
[http://koweycode.blogspot.com/2006/10/yaht-badly-imported.html announced] that the famous 'Yet Another Haskell Tutorial' has been imported into [http://en.wikibooks.org/wiki/Haskell the Haskell wikibook]. Let the great Haskell Remix begin!</p></li></ul>
 
 
''2006-10-19''
 
 
<ul><li><p><em>GHC version 6.6</em>. The GHC Team
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14367/ announced] a new release of GHC! There have been many changes since the 6.4.2 release. For details, see [http://haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html the release notes]. Binary builds, source and packages are all found at [http://www.haskell.org/ghc/ GHC's home].</p></li>
 
 
 
<li><p><em>Haddock version 0.8</em>. Simon Marlow
+
<li><p><em>SDL-gfx 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-gfx-0.5.2 SDL-gfx]: Binding to libSDL_gfx.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14358/ announced] Haddock 0.8, including: cabalisation, Hoogle support, image inclusion. [http://www.haskell.org/haddock Read more.]</p></li>
 
 
 
<li><p><em>Pugs 6.2.13 released</em>. Audrey Tang
+
<li><p><em>SDL-ttf 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-ttf-0.5.2 SDL-ttf]: Binding to libSDL_ttf.</p></li>
[http://pugs.blogs.com/pugs/2006/10/pugs_6213_relea.html announced] that after nearly four months of development and 3400+ commits, [http://pugscode.org Pugs] 6.2.13, the leading Perl6 implementation written in Haskell, is now available.</p></li>
 
 
 
<li><p><em>STM invariants and exceptions</em>. Tim Harris
+
<li><p><em>SDL-mixer 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-mixer-0.5.2 SDL-mixer]: Binding to libSDL_mixer.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14356/ announced] that new transactional memory features have been committed to GHC. The main change is to add support for dynamically checked data invariants of the kind described in [http://research.microsoft.com/~tharris/papers/2006-transact.pdf this paper (pdf)]. There are two operations: <code>always X :: STM Bool -> STM ()</code> and <code>alwaysSucceeds X :: STM a -> STM ()</code>. More details in [http://research.microsoft.com/~tharris/papers/2005-ppopp-composable.pdf here (pdf)].</p></li>
 
 
 
<li><p><em>Cabal version 1.1.6 is now available</em>. Duncan Coutts
+
<li><p><em>SDL-image 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-image-0.5.2 SDL-image]: Binding to libSDL_image.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/5228/ announced] that [http://haskell.org/cabal/ Cabal], the common architecture for building applications and libraries, version 1.1.6 is now available. It is included in GHC version 6.6.</p></li>
 
 
 
<li><p><em>Fun in the Afternoon: Thurs 16th Nov in Oxford</em>. Jeremy Gibbons
+
<li><p><em>SDL 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-0.5.2 SDL]: Binding to libSDL.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14373/ announced] that he, Graham Hutton and Conor McBride at Nottingham are organizing a seminar, [http://sneezy.cs.nott.ac.uk/fun/ Fun in the Afternoon], on functional programming and related topics. The idea is to have a small number of talks as an antidote to mid-term blues, three afternoons a year. The hope is that talks will be informal and fun, and that there will be plenty of scope for discussion and chat as well. Looks fun!</p></li>
 
 
 
<li><p><em>HC&A Call for Contributions</em>. Andres Loeh
+
<li><p><em>DeepArrow 0.2</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/DeepArrow-0.2 DeepArrow]: Arrows for "deep application".</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14384/ asked] for contributions towards the 11th [http://www.haskell.org/communities/ Haskell Communities & Activities Report], a bi-annual overview of the state of Haskell as well as Haskell-related projects of all flavours.</p></li>
 
 
 
<li><p><em>Generic Haskell version 1.60 (Diamond)</em>. Utrecht's Generic Haskell Team
+
<li><p><em>GuiTV 0.4</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GuiTV-0.4 GuiTV]: GUIs for Tangible Values.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14374/ announced] a new release of [http://www.generic-haskell.org Generic Haskell], an extension of Haskell that facilitates generic programming. Generic Haskell includes: type-indexed values and type-indexed types. The Generic Haskell compiler takes Generic Haskell source and produces Haskell code. This release adds support for Generic Views.</p></li>
 
 
 
<li><p><em>Streams 0.1 available for GHC 6.6</em>. Bulat Ziganshin
+
<li><p><em>Shellac-compatline 0.9</em>. Uploaded by Robert Dockins.
[http://article.gmane.org/gmane.comp.lang.haskell.general/14383/ announced] that the Streams 0.1 library is now compatible GHC 6.6.</p></li></ul>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-compatline-0.9 Shellac-compatline]: "compatline" backend module for Shellac.</p></li>
 
''2006-10-10''
 
 
<ul><li><p><em>hinotify 0.1</em>. Lennart Kolmodin
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14345/ announced] hinotify 0.1, a library to [http://www.kernel.org/pub/linux/kernel/people/rml/inotify/ inotify] which has been part of the Linux kernel since 2.6.13. inotify provides file system event notification, simply add a watcher to a file or directory and get an event when it is accessed or modified. [http://haskell.org/~kolmodin/code/hinotify/docs/api/ API] and [http://haskell.org/~kolmodin/code/hinotify/ source].</p></li>
 
 
 
<li><p><em>Monad Transformer Tutorial</em>. Martin Grabmueller
+
<li><p><em>WordNet 0.1.2</em>. Uploaded by Max Rabkin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WordNet-0.1.2 WordNet]: Haskell interface to the WordNet database.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/15714 published] a small tutorial on using monad transformers. In contrast to others approaches, it concentrates on using them, not on their implementation. [http://uebb.cs.tu-berlin.de/~magr/pub/Transformers.en.html PDF and Literate Haskell source available].</p></li>
 
 
 
<li><p><em>Speaking Haskell in Spanish</em>. Luis Araujo
+
<li><p><em>lazyarray 0.1.3</em>. Uploaded by Milan Straka.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lazyarray-0.1.3 lazyarray]: Efficient implementation of lazy monolithic arrays (lazy in indexes)..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/15713/ announced] [http://haskell.org/haskellwiki/Haskell.es a project] to make Haskell documentation more available to Spanish speakers. The idea is to [http://www.haskell.org/haskellwiki/Haskell.es collect information in Spanish] about Haskell, including news and tutorials, and to translate [http://haskell.org/haskellwiki/Special:Popularpages Haskell wiki pages].</p></li>
 
 
 
<li><p><em>Haskell Packages 6.6</em>. Isaac Jones
+
<li><p><em>GenI 0.16.1</em>. Uploaded by Eric Kow.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GenI-0.16.1 GenI]: A natural language generator (specifically, an FB-LTAG surface realiser).</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cabal.devel/175 announced] that the Cabal package tools for Haskell are in a good state, with almost 30 packages already in [http://hackage.haskell.org/packages/ the database]. Time to start testing packages, starting with the cabal release candidate that'll go into GHC 6.6, to make sure they work nicely together!</p></li>
 
 
 
<li><p><em>Cabal-1.1.6 release candidate</em>. Duncan Coutts
+
<li><p><em>libGenI 0.16.1</em>. Uploaded by Eric Kow.
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/5213/ released] a tarball for the next 1.16 Cabal release candidate. Let's get this tested before GHC 6.6 arrives!</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/libGenI-0.16.1 libGenI]: A natural language generator (specifically, an FB-LTAG surface realiser).</p></li>
 
 
<li><p><em>Darcs 1.0.9 release candidate</em>. Tommy Pettersson
+
<li><p><em>alsa-midi 0.3.1</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-midi-0.3.1 alsa-midi]: Bindings for the ALSA sequencer API (MIDI stuff).</p></li>
[http://article.gmane.org/gmane.comp.version-control.darcs.user/10332 announced] the first release candidate for next stable [http://darcs.net darcs], 1.0.9rc1. This will mainly be a bug fix version to get things right that got wrong or didn't get right in 1.0.7 and 1.0.8, but there are some new features and optimizations too.</p></li>
 
 
 
<li><p><em>Haskell and Vim</em>. Marc Weber
+
<li><p><em>midi 0.0.5</em>. Uploaded by Henning Thielemann.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/15707 wrote] some Vim scripts to ease various Haskell coding tasks in Vim.</p></li></ul>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/midi-0.0.5 midi]: Handling of MIDI messages and files.</p></li>
  +
 
  +
<li><p><em>event-list 0.0.6</em>. Uploaded by Henning Thielemann.
''2006-10-03''
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/event-list-0.0.6 event-list]: Event lists with relative or absolute time stamps.</p></li>
 
  +
<ul><li><p><em>Proceedings Haskell Workshop 1995</em>. Henrik Nilsson
 
  +
<li><p><em>numeric-quest 0.1.1</em>. Uploaded by Henning Thielemann.
[http://article.gmane.org/gmane.comp.lang.haskell.general/14312/ announced] that in celebration of the 10th [http://haskell.org/haskell-workshop Haskell Workshop] that took place recently, the proceedings of the very first Haskell workshop, in La Jolla 1995, have now been made available on [http://haskell.org/haskell-workshop/1995 the Haskell Workshop home page]. Thanks to Paul Hudak for help locating the proceedings and arranging for them to be scanned into PDF.</p></li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/numeric-quest-0.1.1 numeric-quest]: Math and quantum mechanics.</p></li>
  +
  +
<li><p><em>markov-chain 0.0.2</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/markov-chain-0.0.2 markov-chain]: Markov Chains for generating random sequences with a user definable behaviour..</p></li>
  +
  +
<li><p><em>hmp3 1.5.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmp3-1.5.1 hmp3]: An ncurses mp3 player written in Haskell.</p></li>
  +
  +
<li><p><em>TypeIlluminator 0.0</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TypeIlluminator-0.0 TypeIlluminator]: TypeIlluminator is a prototype tool exploring debugging of type errors/.</p></li>
  +
  +
<li><p><em>Takusen 0.7</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Takusen-0.7 Takusen]: Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC..</p></li>
  +
  +
<li><p><em>carray 0.1.2</em>. Uploaded by Jed Brown.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/carray-0.1.2 carray]: A C-compatible array library..</p></li>
  +
  +
<li><p><em>jack 0.5</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/jack-0.5 jack]: Bindings for the JACK Audio Connection Kit.</p></li>
  +
  +
<li><p><em>non-negative 0.0.1</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/non-negative-0.0.1 non-negative]: Non-negative numbers.</p></li>
  +
  +
<li><p><em>RJson 0.3.3</em>. Uploaded by Alex Drummond.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.3.3 RJson]: A reflective JSON serializer/parser..</p></li>
  +
  +
<li><p><em>clevercss 0.1.1</em>. Uploaded by Georg Brandl.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/clevercss-0.1.1 clevercss]: A CSS preprocessor.</p></li>
  +
  +
<li><p><em>fft 0.1.1</em>. Uploaded by Jed Brown.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fft-0.1.1 fft]: Bindings to the FFTW library..</p></li>
  +
  +
<li><p><em>storable-complex 0.1</em>. Uploaded by Jed Brown.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storable-complex-0.1 storable-complex]: Storable instance for Complex.</p></li>
  +
  +
<li><p><em>winerror 0.1</em>. Uploaded by Felix Martini.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/winerror-0.1 winerror]: Error handling for foreign calls to the Windows API..</p></li>
  +
  +
<li><p><em>linkchk 0.0.2</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/linkchk-0.0.2 linkchk]: linkchk is a network interface link ping monitor..</p></li>
  +
  +
<li><p><em>popenhs 1.0.0</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/popenhs-1.0.0 popenhs]: popenhs is a popen-like library for Haskell..</p></li>
  +
  +
<li><p><em>Flippi 0.0.3</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Flippi-0.0.3 Flippi]: Wiki.</p></li>
  +
  +
<li><p><em>DisTract 0.2.5</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/DisTract-0.2.5 DisTract]: Distributed Bug Tracking System.</p></li>
  +
  +
<li><p><em>goa 3.0</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/goa-3.0 goa]: GHCi bindings to lambdabot.</p></li>
  +
  +
<li><p><em>hinstaller 2008.2.16</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinstaller-2008.2.16 hinstaller]: Installer wrapper for Haskell applications.</p></li>
  +
  +
<li><p><em>GeoIp 0.1</em>. Uploaded by Stephen Cook.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GeoIp-0.1 GeoIp]: Pure bindings for the MaxMind IP database..</p></li>
  +
  +
<li><p><em>hpodder 1.1.2</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hpodder-1.1.2 hpodder]: Podcast Aggregator (downloader).</p></li>
  +
  +
<li><p><em>wxcore 0.10.2</em>. Uploaded by Eric Kow.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxcore-0.10.2 wxcore]: wxHaskell core.</p></li>
  +
  +
<li><p><em>wx 0.10.2</em>. Uploaded by Eric Kow.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wx-0.10.2 wx]: wxHaskell.</p></li>
  +
  +
<li><p><em>flow2dot 0.3</em>. Uploaded by Dmitry Astapov.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/flow2dot-0.3 flow2dot]: Generates sequence diagrams from textual descriptions.</p></li>
  +
  +
<li><p><em>strict-concurrency 0.2</em>. Uploaded by Donald Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-concurrency-0.2 strict-concurrency]: Strict concurrency abstractions.</p></li>
  +
  +
<li><p><em>TV 0.4</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TV-0.4 TV]: Tangible Values -- composable interfaces.</p></li>
  +
  +
<li><p><em>geniconvert 0.15</em>. Uploaded by Eric Kow.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/geniconvert-0.15 geniconvert]: Conversion utility for the GenI generator.</p></li>
  +
  +
<li><p><em>ctemplate 0.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ctemplate-0.1 ctemplate]: Binding to the Google ctemplate library.</p></li>
  +
  +
<li><p><em>arrows 0.4</em>. Uploaded by Ross Paterson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/arrows-0.4 arrows]: Arrow classes and transformers.</p></li>
  +
  +
<li><p><em>lhs2tex 1.13</em>. Uploaded by Andres Loeh.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lhs2tex-1.13 lhs2tex]: Preprocessor for typesetting Haskell sources with LaTeX.</p></li>
  +
  +
<li><p><em>NGrams 1.1</em>. Uploaded by Justin Bailey.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/NGrams-1.1 NGrams]: Simple application for calculating n-grams using Google..</p></li>
  +
  +
<li><p><em>lambdabot 4.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lambdabot-4.1 lambdabot]: A multi-talented IRC bot.</p></li>
  +
  +
<li><p><em>HsOpenSSL 0.4</em>. Uploaded by Masatake Daimon.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsOpenSSL-0.4 HsOpenSSL]: (Part of) OpenSSL binding for Haskell.</p></li>
  +
  +
<li><p><em>network-minihttp 0.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-minihttp-0.1 network-minihttp]: A very minimal webserver.</p></li>
  +
  +
<li><p><em>ZFS 0.0</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ZFS-0.0 ZFS]: Oleg's Zipper FS.</p></li>
  +
  +
<li><p><em>fst 0.9</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fst-0.9 fst]: Finite state transducers.</p></li>
  +
  +
<li><p><em>haskell-in-space 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-in-space-0.1 haskell-in-space]: 'Asteroids' arcade games..</p></li>
  +
  +
<li><p><em>unix-pty-light 0.1</em>. Uploaded by Stuart Cook.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-pty-light-0.1 unix-pty-light]: POSIX pseudo-terminal support.</p></li>
  +
  +
<li><p><em>bot 0.1</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bot-0.1 bot]: bots for functional reactive programming.</p></li>
  +
  +
<li><p><em>Hedi 0.1</em>. Uploaded by Paolo Veronelli.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Hedi-0.1 Hedi]: Line oriented editor.</p></li>
  +
  +
<li><p><em>network-bytestring 0.1.1.2</em>. Uploaded by Johan Tibell.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-bytestring-0.1.1.2 network-bytestring]: Fast and memory efficient low-level networking.</p></li>
  +
  +
<li><p><em>leksah 0.1.1</em>. Uploaded by Juergen NicklischFranken.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/leksah-0.1.1 leksah]: Haskell IDE written in Haskell.</p></li>
  +
  +
<li><p><em>nano-hmac 0.2.0</em>. Uploaded by Hitesh Jasani.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nano-hmac-0.2.0 nano-hmac]: Bindings to OpenSSL HMAC..</p></li>
  +
  +
<li><p><em>monadenv 0.0-2005-02-14</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadenv-0.0-2005-02-14 monadenv]: Added by GwernBranwen, Sun Feb 10 20:15:11 PST 2008..</p></li>
 
 
<li><p><em>Common library for generic programming</em>. Johan Jeuring and Andres Loeh
+
<li><p><em>blockio 0.0-2006-02-03</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/blockio-0.0-2006-02-03 blockio]: Block-oriented I/O Driver.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14304/ announced] an initiative to design a common library for generic programming, which should work together with most of the Haskell compilers, and for which they hope to guarantee support for generics in Haskell into the future. If you want to get involved (or just want to see the discussion), you can subscribe to [http://www.haskell.org/mailman/listinfo/generics the generics mailing list]. Check the [http://haskell.org/haskellwiki/Research_papers/Generics Haskell research wiki] for some background on generics.</p></li>
 
 
 
<li><p><em>GHC 6.6 Second Release Candidate</em>. Ian Lynagh
+
<li><p><em>child 0.0-2005-02-14</em>. Uploaded by Gwern Branwen.
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/10823 announced] that the Second Release Candidate phase for GHC 6.6 is underway. Get testing!</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/child-0.0-2005-02-14 child]: Added by GwernBranwen, Sun Feb 10 19:35:20 PST 2008..</p></li>
 
 
<li><p><em>Lazy functional language for the JVM</em>. Luke Evans
+
<li><p><em>highlighting-kate 0.2.1</em>. Uploaded by John MacFarlane.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/highlighting-kate-0.2.1 highlighting-kate]: Syntax highlighting.</p></li></ul>
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14296/ announced]
 
that the research group at Business Objects has developed a lazily evaluated, strongly-typed language called CAL, with many similarities to Haskell, targeting the JVM, to facilitate representing certain kinds of business logic as reusable, composable pieces.</p></li></ul>
 
   
''2006-09-27''
+
''2008-02-10''
   
<ul><li><p><em>ICFP Contest Results</em>. CMU's Principles of Programming Group
+
<ul><li><p><em>WordNet 0.1.1</em>. Uploaded by Max Rabkin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WordNet-0.1.1 WordNet]: Haskell interface to the WordNet database.</p></li>
[http://icfpcontest.org announced] the results of this year's [http://icfp06.cs.uchicago.edu/ ICFP] programming contest. Congratulations to the winning team from Google, 'Team Smartass', (Christopher Hendrie, Derek Kisman, Ambrose Feinstein and Daniel Wright), who used Haskell along with C++, Bash and Python. Haskell has now been used by the winning team three years running! An honourable mention to team Lazy Bottoms, another Haskell team, who managed to crack several of the puzzles first. Five teams from the [http://haskell.org/haskellwiki/IRC_channel #haskell IRC channel] were [http://icfpcontest.org/scoreboard.shtml placed] in the top 50. A video stream of the results announcement is [http://video.google.com/videoplay?docid=6419094369756184531 available], shot and cut by Malcolm Wallace. Many thanks to the [http://www.cs.cmu.edu/afs/cs/Web/Groups/pop/pop.html CMU team] for organising such a great contest!</p></li>
 
 
 
<li><p><em>New release of Hugs</em>. Ross Paterson
+
<li><p><em>lazysmallcheck 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lazysmallcheck-0.1 lazysmallcheck]: A library for demand-driven testing of Haskell programs.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.hugs.user/493/ announced] a new minor release of Hugs, fixing a few bugs with the May 2006 release, and with libraries roughly matching the forthcoming GHC 6.6 release. It is available from [http://www.haskell.org/hugs/ the Hugs page].</p></li>
 
 
 
<li><p><em>HAppS version 0.8.2</em>. Einar Karttunen
+
<li><p><em>DrIFT 2.2.3</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/DrIFT-2.2.3 DrIFT]: Program to derive type class instances.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14292/ announced] the release of the Haskell Application Server version 0.8.2. HAppS is a Haskell web application server for building industrial strength internet applications safely, quickly, and easily. With HAppS you focus entirely on application functionality implemented in your favourite language and you don't have to worry about making sure all sorts of server subsystems are functioning properly. [http://happs.org/ More info].</p></li>
 
 
 
<li><p><em>Codec.Compression.GZip and .BZip</em>. Duncan Coutts
+
<li><p><em>highlighting-kate 0.2</em>. Uploaded by John MacFarlane.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/highlighting-kate-0.2 highlighting-kate]: Syntax highlighting.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14265/ released] two new packages: zlib and bzlib, which provide functions for compression and decompression in the gzip and bzip2 formats, directly on [http://www.cse.unsw.edu.au/~dons/fps.html ByteStrings]. Both provide pure functions on streams of data represented by lazy ByteStrings. This makes it easy to use either in memory or with disk or network IO. There is API documentation is available [http://haskell.org/~duncan/zlib/docs here] and [http://haskell.org/~duncan/bzlib/docs here].</p></li>
 
 
 
<li><p><em>System Fc branch merged into GHC</em>. Manuel Chakravarty
+
<li><p><em>leksah 0.1</em>. Uploaded by Juergen NicklischFranken.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/leksah-0.1 leksah]: Genuine Haskell Face.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cvs.all/28297/ merged] the [http://www.cse.unsw.edu.au/~chak/papers/SCP06.html System Fc] branch of GHC into GHC head. This is a significant development, adding extensions to GHC to support an [http://hackage.haskell.org/trac/ghc/wiki/IntermediateTypes FC-based intermediate language], a new implementation of GADTs, along with indexed data types and indexed newtypes (generalised [http://www.cse.unsw.edu.au/~chak/papers/CKPM05.html associated data types]). [http://hackage.haskell.org/trac/ghc/wiki/TypeFunctions More details] about the implementation.</p></li>
 
 
 
<li><p><em>Job writing security software in Haskell</em>. Andrew Pimlott
+
<li><p><em>frag 1.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/frag-1.1 frag]: 3-D First Person Shooter (FPS).</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/15439/ announced] that Planning Systems, Inc. has a job opportunity for Haskell programmers, writing a high-assurance authorization system. [http://www.plansys.com/careers/job_details.cfm?JobID=28 Job description].</p></li>
 
 
 
<li><p><em>Dr Haskell 0.1</em>. Neil Mitchell
+
<li><p><em>GoogleChart 0.2</em>. Uploaded by Evan Martin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GoogleChart-0.2 GoogleChart]: Generate web-based charts using the Google Chart API.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14285/ released] Dr Haskell, a tool to help suggest improvements to your Haskell code. Dr Haskell will analyse your code, and suggest shorter alternatives for rewriting. [http://www-users.cs.york.ac.uk/~ndm/projects/drhaskell.php More details].</p></li>
 
 
 
<li><p><em>BitSyntax for Haskell</em>. Adam Langley
+
<li><p><em>HFuse 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HFuse-0.1 HFuse]: HFuse is a binding for the Linux FUSE library.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14287/ released] a [http://www.imperialviolet.org/binary/bitsyntax/ bit syntax library] for Haskell, based on Erlang's [http://www.erlang.org/doc/doc-5.4.12/doc/programming_examples/bit_syntax.html bit syntax] (great for building and breaking up binary structures). Nice!</p></li>
 
 
 
<li><p><em>File fuzzing</em>. Tim Newsham
+
<li><p><em>GoogleChart 0.1</em>. Uploaded by Evan Martin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GoogleChart-0.1 GoogleChart]: Generate web-based charts using the Google Chart API.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/15386/ made available] FileH, a Haskell tool for generating test data via random file mutation. [http://www.isecpartners.com/file_fuzzers.html More details].</p></li>
 
 
 
<li><p><em>A DSL for state machines</em>. Stephane Bortzmeyer
+
<li><p><em>Finance-Quote-Yahoo 0.5.0</em>. Uploaded by Brad Clawsie.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.5.0 Finance-Quote-Yahoo]: Obtain quote data from finance.yahoo.com.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/15116/ announced] a Haskell implementation of a proposal to the IETF to standardize [http://www.cosmogol.fr/ a language] used for finite state machines (which are common in IETF standards). The reference implementation is [http://www.cosmogol.fr/shadok.html available].</p></li>
 
 
 
<li><p><em>A language tag parser</em>. Stephane Bortzmeyer
+
<li><p><em>binary-strict 0.3.0</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.3.0 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
announced [http://www.bortzmeyer.org/gabuzomeu-parsing-language-tags.html GaBuZoMeu], a set of programs to parse and check [http://www.iana.org/assignments/language-subtag-registry language tags] (see RFC 4646 produced by the IETF Working Group LTRU - Language Tag Registry Update).</p></li></ul>
 
  +
 
  +
<li><p><em>Stream 0.2.3</em>. Uploaded by Wouter Swierstra.
''2006-09-18''
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream-0.2.3 Stream]: A library for manipulating infinite lists..</p></li>
 
  +
<ul>
 
  +
<li><p><em>Finance-Treasury 0.1.1</em>. Uploaded by Stephen Lihn.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Treasury-0.1.1 Finance-Treasury]: Obtain Treasury yield curve data.</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>Hedi 0.1</em>. Uploaded by Paolo Veronelli.
Haskell98 Termination Analyser
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Hedi-0.1 Hedi]: Line oriented editor.</p></li>
</em>. Stephan Swidersk
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14193 announced] the integration of an automatic Haskell98 termination analyzer in the termination tool AProVE. The tool accepts full Haskell as specified in the Haskell 98 Report and is available through our web interface. [http://aprove.informatik.rwth-aachen.de/ More]
 
  +
<li><p><em>newports 1.1</em>. Uploaded by Brad Clawsie.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/newports-1.1 newports]: List ports newer than N days on a FreeBSD system.</p></li>
</li>
 
  +
 
  +
<li><p><em>Finance-Treasury 0.1</em>. Uploaded by Stephen Lihn.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Treasury-0.1 Finance-Treasury]: Obtain Treasury yield curve data.</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>GPLib 0.0</em>. Uploaded by Gwern Branwen.
Free theorems
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GPLib-0.0 GPLib]: Generic library for genetic programming.</p></li>
</em>. Janis Voigtlaender
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14160 announced] that Sascha Boehme has done a project to implement the Reynolds/Wadler algorithm generating theorems from polymorphic types, plus simplifications and postprocessings for such free theorems. [http://haskell.as9x.info/ More info]
 
  +
<li><p><em>nano-hmac 0.1.1</em>. Uploaded by Hitesh Jasani.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nano-hmac-0.1.1 nano-hmac]: Bindings to OpenSSL HMAC..</p></li>
</li>
 
  +
 
  +
<li><p><em>multiset 0.1</em>. Uploaded by Twan VanLaarhoven.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/multiset-0.1 multiset]: The Data.MultiSet container type.</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>hpodder 1.1.0</em>. Uploaded by John Goerzen.
Haddock/GHC SoC
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hpodder-1.1.0 hpodder]: Podcast Aggregator (downloader).</p></li>
</em>. David Waern
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14149 announced] a short status report of the "Port Haddock to use GHC" Summer of Code project. The GHC modifications, are finished and will be included in the GHC head repository soon.
 
  +
<li><p><em>bimap 0.2.1</em>. Uploaded by Stuart Cook.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bimap-0.2.1 bimap]: Bidirectional mapping between two key types.</p></li>
</li>
 
  +
 
  +
<li><p><em>monadLib 3.4.4</em>. Uploaded by Iavor Diatchki.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadLib-3.4.4 monadLib]: A collection of monad transformers..</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>IOSpec 0.2</em>. Uploaded by Wouter Swierstra.
AutoForms release 0.2
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/IOSpec-0.2 IOSpec]: A pure specification of the IO monad..</p></li>
</em>. Mads Lindstrøm
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14148 released] AutoForms 0.2, a library to ease the creation of GUIs. It does this by using generic programming (SYB) to construct GUI components. [http://autoforms.sourceforge.net/ More info]
 
  +
<li><p><em>bimap 0.2</em>. Uploaded by Stuart Cook.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bimap-0.2 bimap]: Bidirectional mapping between two key types.</p></li>
</li>
 
  +
 
  +
<li><p><em>strictify 0.1</em>. Uploaded by Sterling Clover.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strictify-0.1 strictify]: Find a local optimum of strictness annotations..</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>heap 0.2.2</em>. Uploaded by Stephan Friedrichs.
HSPClientside 0.2
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/heap-0.2.2 heap]: Heaps in Haskell.</p></li>
</em>. Joel Björnson
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14133 announced] a new version of HSPClientside (0.2) ,developed as a GSoC project during this summer. HSPClientside is a Haskell Server Pages library for generating JavaScript code. [http://darcs.haskell.org/SoC/hsp.clientside/ More info]
 
  +
<li><p><em>LDAP 0.6.4</em>. Uploaded by John Goerzen.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LDAP-0.6.4 LDAP]: Haskell binding for C LDAP API.</p></li>
</li>
 
  +
 
  +
<li><p><em>HStringTemplate 0.2</em>. Uploaded by Sterling Clover.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HStringTemplate-0.2 HStringTemplate]: StringTemplate implementation in Haskell..</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>RJson 0.3.2</em>. Uploaded by Alex Drummond.
SOE implementation based on Gtk2Hs
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.3.2 RJson]: A reflective JSON serializer/parser..</p></li>
</em>. Duncan Coutts
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14132 Due to popular demand] the new SOE implementation based on Gtk2Hs is [now available]. The rendering quality is better than the original HGL version. [http://haskell.org/~duncan/gtk2hs/SOE-cairo.png Here's a side-by-side comparison]
 
  +
<li><p><em>network-dns 0.1.1</em>. Uploaded by Adam Langley.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-dns-0.1.1 network-dns]: A pure Haskell, asyncronous DNS client library.</p></li>
</li>
 
  +
 
  +
<li><p><em>lcs 0.2</em>. Uploaded by Ian Lynagh.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lcs-0.2 lcs]: Find longest common sublist of two lists.</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>tracker 0.1</em>. Uploaded by Will Thompson.
The experimental GHCi debugger
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tracker-0.1 tracker]: Client library for Tracker metadata database, indexer and search tool.</p></li>
</em>. Pepe
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14131 announced] the results of his SoC project, the experimental Haskell debugger. [http://haskell.org/haskellwiki/GHC/GHCiDebugger More details]
 
  +
<li><p><em>CC-delcont 0.2</em>. Uploaded by Dan Doel.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/CC-delcont-0.2 CC-delcont]: Delimited continuations and dynamically scoped variables.</p></li>
</li>
 
  +
 
  +
<li><p><em>control-timeout 0.1.2</em>. Uploaded by Adam Langley.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-timeout-0.1.2 control-timeout]: Timeout handling.</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>network-dns 0.1</em>. Uploaded by Adam Langley.
SmallCheck
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-dns-0.1 network-dns]: A pure Haskell, asyncronous DNS client library.</p></li>
</em>. Colin Runciman
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14129 released] a prototype tool that is similar in spirit, and in some of its workings, to QuickCheck. SmallCheck is, though, based on exhaustive testing in a bounded space of test values. [http://www.cs.york.ac.uk/fp/smallcheck0.0.tar More info]
 
  +
<li><p><em>binary-strict 0.2.4</em>. Uploaded by Adam Langley.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.4 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
</li>
 
  +
 
  +
<li><p><em>heap 0.1.1</em>. Uploaded by Stephan Friedrichs.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/heap-0.1.1 heap]: Heaps in Haskell.</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>HCL 1.3</em>. Uploaded by Justin Bailey.
Frisby: composable, linear time parser for arbitrary PEG grammers
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HCL-1.3 HCL]: High-level library for building command line interfaces..</p></li>
</em>. John Meacham
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14128 released] Frisby, an implementation of the 'packrat' parsing algorithm, which parse PEG grammars and have a number of very useful qualities, they are a generalization of regexes in a sense that can parse everything in LL(k), LR(k), and more, including things that require unlimited lookahead, all in guaranteed linear time. [http://repetae.net/computer/frisby/ More information]
 
  +
<li><p><em>yi 0.3</em>. Uploaded by Jean PhilippeBernardy.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/yi-0.3 yi]: The Haskell-Scriptable Editor.</p></li>
</li>
 
  +
 
  +
<li><p><em>binary-strict 0.2.3</em>. Uploaded by Adam Langley.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.3 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>heap 0.1</em>. Uploaded by Stephan Friedrichs.
HaskellNet
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/heap-0.1 heap]: Heaps in Haskell.</p></li>
</em>. Jun Mukai
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14126 published] a status report on the state of his SoC project, HaskellNet
 
  +
<li><p><em>pureMD5 0.1.2</em>. Uploaded by Thomas DuBuisson.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pureMD5-0.1.2 pureMD5]: MD5 implementations that should become part of a ByteString Crypto package..</p></li>
</li>
 
  +
 
  +
<li><p><em>RJson 0.3.1</em>. Uploaded by Alex Drummond.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.3.1 RJson]: A reflective JSON serializer/parser..</p></li>
<p>
 
  +
<em>
 
  +
<li><p><em>template 0.1.1.1</em>. Uploaded by Johan Tibell.
GHC's new support engineer
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/template-0.1.1.1 template]: Simple string substitution.</p></li>
</em>. Simon Marlow
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/14125 announced] that GHC now has a full-time support engineer, Ian Lynagh (aka Igloo on IRC). He'll be helping with all aspects of GHC, especially release management, bug diagnosis and tracking, documentation, packaging, and supporting other GHC hackers. Welcome Ian!
 
  +
<li><p><em>network-bytestring 0.1.1.1</em>. Uploaded by Johan Tibell.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-bytestring-0.1.1.1 network-bytestring]: Fast and memory efficient low-level networking.</p></li>
</li>
 
  +
</ul>
 
  +
<li><p><em>ftphs 1.0.4</em>. Uploaded by John Goerzen.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ftphs-1.0.4 ftphs]: FTP Client and Server Library.</p></li>
''2006-08-14''
 
  +
 
  +
<li><p><em>mersenne-random-pure64 0.1.1</em>. Uploaded by Donald Stewart.
<ul>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mersenne-random-pure64-0.1.1 mersenne-random-pure64]: Generate high quality pseudorandom numbers purely using a Mersenne Twister.</p></li>
<li>
 
  +
<p>
 
  +
<li><p><em>Diff 0.1</em>. Uploaded by Sterling Clover.
<em>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Diff-0.1 Diff]: O(ND) diff algorithm in haskell..</p></li>
The Haskell Workshop
 
  +
</em>. Andres Loeh
 
  +
<li><p><em>crack 0.1</em>. Uploaded by Trevor Elliott.
[http://article.gmane.org/gmane.comp.lang.haskell.general/14104 announced]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/crack-0.1 crack]: A haskell binding to cracklib.</p></li>
the preliminary schedule of the Haskell Workshop 2006, part of the 2006 International Conference on Functional Programming (ICFP)
 
  +
</p>
 
  +
<li><p><em>miniplex 0.3.3</em>. Uploaded by Lukas Mai.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/miniplex-0.3.3 miniplex]: simple 1-to-N interprocess communication.</p></li>
 
  +
<li>
 
  +
<li><p><em>colock 0.2.2</em>. Uploaded by Lukas Mai.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/colock-0.2.2 colock]: thread-friendly file locks that don't block the entire program.</p></li>
<em>
 
  +
dbus haskell bindings
 
  +
<li><p><em>mersenne-random-pure64 0.1</em>. Uploaded by Donald Stewart.
</em>. Evan Martin
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mersenne-random-pure64-0.1 mersenne-random-pure64]: Generate high quality pseudorandom numbers purely using a Mersenne Twister.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/13771 announced] preliminary D-Bus Haskell bindings. D-Bus is a message bus system, a simple way for applications to talk to one another. [http://neugierig.org/software/hdbus/ More]
 
  +
</p>
 
  +
<li><p><em>network-rpca 0.0.1</em>. Uploaded by Adam Langley.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-rpca-0.0.1 network-rpca]: A cross-platform RPC library.</p></li>
 
  +
<li>
 
  +
<li><p><em>xmonad-contrib 0.6</em>. Uploaded by Spencer Janssen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.6 xmonad-contrib]: Third party extensions for xmonad.</p></li>
<em>
 
  +
The GHC typechecker is Turing-complete
 
  +
<li><p><em>xmonad 0.6</em>. Uploaded by Spencer Janssen.
</em>. Robert Dockins
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-0.6 xmonad]: A tiling window manager.</p></li>
was able to [http://article.gmane.org/gmane.comp.lang.haskell.general/14088 show] how that the GHC typechecker with multi-parameter typeclasses, functional dependencies, and undecidable instances is Turing-complete.
 
  +
</p>
 
  +
<li><p><em>codec-libevent 0.1.2</em>. Uploaded by Adam Langley.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/codec-libevent-0.1.2 codec-libevent]: Cross-platform structure serialisation.</p></li>
 
  +
<li>
 
  +
<li><p><em>bytestringparser 0.3</em>. Uploaded by Bryan OSullivan.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestringparser-0.3 bytestringparser]: Combinator parsing with Data.ByteString.Lazy.</p></li>
<em>
 
  +
Haskell Program Coverage
 
  +
<li><p><em>HStringTemplate 0.2</em>. Uploaded by Sterling Clover.
</em>. Colin Runciman
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HStringTemplate-0.2 HStringTemplate]: StringTemplate implementation in Haskell..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14087 announced] the first release of hpc, a new tool for Haskell developers. Hpc records and displays Haskell program coverage. It provides coverage information of two kinds: source coverage and boolean-control coverage. [http://www.galois.com/~andy/hpc-intro.html More here]
 
  +
</p>
 
  +
<li><p><em>value-supply 0.1</em>. Uploaded by Iavor Diatchki.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/value-supply-0.1 value-supply]: A library for generating values without having to thread state..</p></li>
 
  +
<li>
 
  +
<li><p><em>derive 0.1.1</em>. Uploaded by Neil Mitchell.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/derive-0.1.1 derive]: A program and library to derive instances for data types.</p></li>
<em>
 
  +
Smash your boiler-plate without class and Typeable
 
  +
<li><p><em>control-timeout 0.1.1</em>. Uploaded by Adam Langley.
</em>. Oleg Kiselyov
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-timeout-0.1.1 control-timeout]: Timeout handling.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14086 described] a new generic programming technique, expressive enough to traverse a term and return another term of a different type, determined by the original term's type/structure. [http://okmij.org/ftp/Haskell/syb4.hs More details]
 
  +
</p>
 
  +
<li><p><em>mkcabal 0.4.1</em>. Uploaded by Donald Stewart.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.4.1 mkcabal]: Generate cabal files for a Haskell project.</p></li>
 
  +
<li>
 
  +
<li><p><em>regexpr 0.2.9</em>. Uploaded by Yoshikuni Jujo.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.9 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
<em>
 
  +
Paper: Software Extension and Integration with Type Classes
 
  +
<li><p><em>mtlparse 0.0.0.5</em>. Uploaded by Yoshikuni Jujo.
</em>. Ralf Laemmel and Klaus Ostermann
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtlparse-0.0.0.5 mtlparse]: parse library use mtl package.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14040 invite] comments towards the final version of their paper [http://homepages.cwi.nl/~ralf/gpce06/ Software Extension and Integration with Type Classes]
 
  +
</p>
 
  +
<li><p><em>cgi 3001.1.5.2</em>. Uploaded by Bjorn Bringert.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cgi-3001.1.5.2 cgi]: A library for writing CGI programs.</p></li>
 
  +
<li>
 
  +
<li><p><em>xhtml 3000.0.2.2</em>. Uploaded by Bjorn Bringert.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xhtml-3000.0.2.2 xhtml]: An XHTML combinator library.</p></li>
<em>
 
  +
HSP.Clientside 0.01
 
  +
<li><p><em>harpy 0.4</em>. Uploaded by Martin Grabmueller.
</em>. Joel Björnson
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/harpy-0.4 harpy]: Runtime code generation for x86 machine code.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14023 announced] a release of his Summer of Code project HSP.Clientside 0.01. Present features include an embedding of (typed) JavaScript language in Haskell, a small combinator library for generating JavaScript code, and high-level interface to Ajax functionality.
 
  +
</p>
 
  +
<li><p><em>editline 0.2</em>. Uploaded by Judah Jacobson.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/editline-0.2 editline]: Bindings to the editline library (libedit)..</p></li>
 
  +
<li>
 
  +
<li><p><em>hmatrix 0.2.0.0</em>. Uploaded by Alberto Ruiz.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.2.0.0 hmatrix]: Linear algebra and numerical computations.</p></li>
<em>
 
  +
Monadic probabilistic functional programing
 
  +
<li><p><em>regexpr 0.2.8</em>. Uploaded by Yoshikuni Jujo.
</em>. Stefan Karrmann
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.8 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14012 announced] that he had extended Martin Erwig's PFP library to support abstract monads, cabal and darcs
 
  +
</p>
 
  +
<li><p><em>pcre-light 0.3</em>. Uploaded by Donald Stewart.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcre-light-0.3 pcre-light]: A small, efficient and portable regex library for Perl 5 compatible regular expressions.</p></li>
 
  +
<li>
 
  +
<li><p><em>mersenne-random 0.1</em>. Uploaded by Donald Stewart.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mersenne-random-0.1 mersenne-random]: Generate high quality pseudorandom numbers using a SIMD Fast Mersenne Twister.</p></li>
<em>
 
  +
hdbc-odbc 1.0.0.1
 
  +
<li><p><em>AvlTree 2.4</em>. Uploaded by Adrian Hey.
</em>. John Goerzen
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AvlTree-2.4 AvlTree]: Balanced binary trees using AVL algorithm..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13998 released] DBC-odbc, the ODBC backend driver for HDBC, version 1.0.0.1.
 
  +
</p>
 
  +
<li><p><em>fec 0.1.1</em>. Uploaded by Adam Langley.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fec-0.1.1 fec]: Forward error correction of ByteStrings.</p></li>
 
  +
<li>
 
  +
<li><p><em>COrdering 2.1</em>. Uploaded by Adrian Hey.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/COrdering-2.1 COrdering]: An algebraic data type similar to Prelude Ordering..</p></li>
<em>
 
  +
Few Digits 0.5.0
 
  +
<li><p><em>i18n 0.3</em>. Uploaded by Eugene Grigoriev.
</em>. Russell O'Connor
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/i18n-0.3 i18n]: Internationalization for Haskell.</p></li>
This year, Few Digits competed in the [http://rnc7.loria.fr/competition.html More Digits contest]. To celebrate, version 0.5.0 of Few Digits is available. Few Digits 0.5.0 is now ten times faster and three times more complicated. Few Digits has been Cabalized for your convenience. [http://r6.ca/FewDigits/ More info]
 
  +
</p>
 
  +
<li><p><em>binary-strict 0.2.2</em>. Uploaded by Adam Langley.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.2 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
 
  +
<li>
 
  +
<li><p><em>regexpr 0.2.6</em>. Uploaded by Yoshikuni Jujo.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.6 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
<em>
 
  +
System.FilePath 0.9
 
  +
<li><p><em>RJson 0.2</em>. Uploaded by Alex Drummond.
</em>. Neil Mitchell
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.2 RJson]: A reflective JSON serializer/parser..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13985 announced] System.FilePath 0.9
 
  +
</p>
 
  +
<li><p><em>regexpr 0.2.5</em>. Uploaded by Yoshikuni Jujo.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.5 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
 
  +
<li>
 
  +
<li><p><em>fec 0.1</em>. Uploaded by Adam Langley.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fec-0.1 fec]: Forward error correction of ByteStrings.</p></li>
<em>
 
  +
The History of Haskell
 
  +
<li><p><em>dataenc 0.10.2</em>. Uploaded by Magnus Therning.
</em>. Phil Wadler, John Hughes, Paul Hudak and Simon Peyton Jones
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc-0.10.2 dataenc]: Data encoding library.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13983 have been writing] a paper, The History of Haskell, for the History Of Programming Languages conference (HOPL'07), and they invite feedback. Wiki page [http://haskell.org/haskellwiki/History_of_Haskell here].
 
  +
</p>
 
  +
<li><p><em>regexpr 0.2.3</em>. Uploaded by Yoshikuni Jujo.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.3 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
 
  +
<li>
 
  +
<li><p><em>regexpr 0.2.2</em>. Uploaded by Yoshikuni Jujo.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.2 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
<em>
 
  +
AngloHaskell
 
  +
<li><p><em>reactive 0.3</em>. Uploaded by Conal Elliott.
</em>. Lemmih
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.3 reactive]: Simple foundation for functional reactive programming.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13979 mentioned] that AngloHaskell will be held at Cambridge in August. The agenda includes beer, unicycles, hacking and other fun. [http://haskell.org/haskellwiki/AngloHaskell More info]
 
  +
</p>
 
  +
<li><p><em>regexpr 0.2.1</em>. Uploaded by Yoshikuni Jujo.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.1 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
 
  +
<li>
 
  +
<li><p><em>djinn 2008.1.18</em>. Uploaded by Lennart Augustsson.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/djinn-2008.1.18 djinn]: Generate Haskell code from a type.</p></li>
<em>
 
  +
Haskell XML Toolbox Version 6.0, 6.1
 
  +
<li><p><em>Etherbunny 0.3</em>. Uploaded by Nicholas Burlett.
</em>. Uwe Schmidt
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Etherbunny-0.3 Etherbunny]: A network analysis toolkit for Haskell.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13924 announced] [http://article.gmane.org/gmane.comp.lang.haskell.general/13949 two] new versions of the Haskell XML Toolbox. New features include ghc 6.4.2 support, better XPath integration, separate documentation for filter API and an arrow API
 
  +
</p>
 
  +
<li><p><em>regexpr 0.2.0</em>. Uploaded by Yoshikuni Jujo.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.0 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
 
  +
<li>
 
  +
<li><p><em>RJson 0.1</em>. Uploaded by Alex Drummond.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.1 RJson]: A reflective JSON serializer/parser..</p></li>
<em>
 
  +
Down the rabbit hole
 
  +
<li><p><em>RJson 0.1</em>. Uploaded by Alex Drummond.
</em>. Bulat Ziganshin
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.1 RJson]: A reflective JSON serializer/parser..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13914 announced] the availability of a new tutorial directed toward comprehensive explanation of the IO monad, and it's use in complex programs
 
  +
</p>
 
  +
<li><p><em>regexpr 0.1.7</em>. Uploaded by Yoshikuni Jujo.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.1.7 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
 
  +
<li>
 
  +
<li><p><em>reactive 0.2</em>. Uploaded by Conal Elliott.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.2 reactive]: Simple foundation for functional reactive programming.</p></li>
<em>
 
  +
ldap-haskell, arch2darcs and darcs-buildpackage
 
</em>. John Goerzen
+
<li><p><em>srcinst 0.8.10</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/srcinst-0.8.10 srcinst]: Build and install Debian packages completely from source.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13912 posted] new versions of these packages
 
  +
</p>
 
  +
<li><p><em>dfsbuild 1.0.2</em>. Uploaded by John Goerzen.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dfsbuild-1.0.2 dfsbuild]: Build Debian From Scratch CD/DVD images.</p></li>
 
  +
<li>
 
  +
<li><p><em>darcs-buildpackage 0.5.12</em>. Uploaded by John Goerzen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/darcs-buildpackage-0.5.12 darcs-buildpackage]: Tools to help manage Debian packages with Darcs.</p></li>
<em>
 
  +
Internships on GHC and Haskell at MSR Cambridge
 
  +
<li><p><em>anydbm 1.0.5</em>. Uploaded by John Goerzen.
</em>. Simon Peyton-Jones
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/anydbm-1.0.5 anydbm]: Interface for DBM-like database systems.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/10219 announced] that MSR Cambridge is taking interns year-round, not just in the summer months. GHC HQ are keen to attract motivated and well-qualified folk to work on improving or developing GHC. [http://hackage.haskell.org/trac/ghc/wiki/Internships More details]
 
  +
</p>
 
  +
<li><p><em>HDBC-sqlite3 1.1.4.0</em>. Uploaded by John Goerzen.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.4.0 HDBC-sqlite3]: Sqlite v3 driver for HDBC.</p></li>
 
  +
<li>
 
  +
<li><p><em>HDBC-postgresql 1.1.4.0</em>. Uploaded by John Goerzen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-postgresql-1.1.4.0 HDBC-postgresql]: PostgreSQL driver for HDBC.</p></li>
<em>
 
  +
FGL
 
  +
<li><p><em>HDBC-odbc 1.1.4.0</em>. Uploaded by John Goerzen.
</em>. Martin Erwig
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.4.0 HDBC-odbc]: ODBC driver for HDBC.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4948 announced] a new release of his well known Functional Graph Library (FGL).
 
  +
</p>
 
  +
<li><p><em>magic 1.0.7</em>. Uploaded by John Goerzen.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/magic-1.0.7 magic]: Interface to C file/magic library.</p></li>
 
  +
<li>
 
  +
<li><p><em>ListLike 1.0.1</em>. Uploaded by John Goerzen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ListLike-1.0.1 ListLike]: Generic support for list-like structures.</p></li>
<em>
 
  +
Takusen
 
  +
<li><p><em>LDAP 0.6.3</em>. Uploaded by John Goerzen.
</em>. Alistair Bayley and Oleg Kiselyov
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LDAP-0.6.3 LDAP]: Haskell binding for C LDAP API.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4887 released] a new version of Takusen, a library for accessing DBMSs. The most significant code change is a new internal design, giving better separation of concerns like statement preparation, binding, and result-set processing. Takusen is now held in darcs, and [http://darcs.haskell.org/takusen hosted] at haskell.org
 
  +
</p>
 
  +
<li><p><em>hg-buildpackage 1.0.4</em>. Uploaded by John Goerzen.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hg-buildpackage-1.0.4 hg-buildpackage]: Tools to help manage Debian packages with Mercurial.</p></li>
 
  +
<li>
 
  +
<li><p><em>HDBC 1.1.4</em>. Uploaded by John Goerzen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-1.1.4 HDBC]: Haskell Database Connectivity.</p></li>
<em>
 
  +
Text.Regex.Lazy 0.44, 0.56, 0.66 and 0.70
 
  +
<li><p><em>HSH 1.2.5</em>. Uploaded by John Goerzen.
</em>. Chris Kuklewicz
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HSH-1.2.5 HSH]: Library to mix shell scripting with Haskell programs.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4977 announced] [http://sourceforge.net/projects/lazy-regex Text.Regex.Lazy] 0.44-0.70, with many enhancements. Multiple backends are supported, in addition to the "full lazy" and the DFA backends. Text.Regex.Lazy is a replacement and enhancement for Text.Regex. More details [http://article.gmane.org/gmane.comp.lang.haskell.libraries/5028 here]
 
  +
</p>
 
  +
<li><p><em>editline 0.1</em>. Uploaded by Judah Jacobson.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/editline-0.1 editline]: Bindings to the editline library (libedit)..</p></li>
 
  +
<li>
 
  +
<li><p><em>pureMD5 0.1.1</em>. Uploaded by Thomas DuBuisson.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pureMD5-0.1.1 pureMD5]: MD5 implementations that should become part of a ByteString Crypto package..</p></li>
<em>
 
  +
Streams 0.2.1 beta
 
  +
<li><p><em>hmp3 1.4</em>. Uploaded by Donald Stewart.
</em>. Bulat Ziganshin
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmp3-1.4 hmp3]: An ncurses mp3 player written in Haskell.</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/4865/focus=4865 released] Streams 0.2.1 beta, featuring various bug fixes and improvements to the streams library
 
  +
</p>
 
  +
<li><p><em>binary-strict 0.2.1</em>. Uploaded by Adam Langley.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.1 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
</ul>
 
  +
 
  +
<li><p><em>GLFW 0.3</em>. Uploaded by Paul Liu.
''2006-07-24''
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GLFW-0.3 GLFW]: A binding for GLFW, An OpenGL Framework.</p></li>
 
  +
* [[ICFP Programming Contest#Ninth annual ICFP Programming Contest (2006)|Ninth annual ICFP Programming Contest (2006)]] is over. Results will be announced in September.
 
  +
<li><p><em>hbeat 0.1.1</em>. Uploaded by Tim Docker.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hbeat-0.1.1 hbeat]: A simple step sequencer GUI..</p></li>
''2006-07-03''
 
  +
 
  +
<li><p><em>hackage2hwn 0.2.1</em>. Uploaded by Donald Stewart.
<ul>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hackage2hwn-0.2.1 hackage2hwn]: Convert hackage = Hackage RSS feeds to Haskell Weekly News format.</p></li>
<li>
 
  +
<p>
 
  +
<li><p><em>tagsoup 0.4</em>. Uploaded by Neil Mitchell.
<em>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tagsoup-0.4 tagsoup]: Parsing and extracting information from (possibly malformed) HTML documents.</p></li>
HDBC 1.0
 
  +
</em>. John Goerzen
 
  +
<li><p><em>HaXml 1.19.2</em>. Uploaded by Malcolm Wallace.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13879 released] the latest HDBC. HDBC is a database tool, modeled loosely on Perl's DBI interface, though it has also been influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell. You can find the code [http://quux.org/devel/hdbc here].
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.19.2 HaXml]: Utilities for manipulating XML documents.</p></li>
</p>
 
  +
</li>
 
  +
<li><p><em>Emping 0.3.1</em>. Uploaded by Hans VanThiel.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Emping-0.3.1 Emping]: derives heuristic rules from nominal data.</p></li>
<li>
 
  +
<p>
 
  +
<li><p><em>hbeat 0.1</em>. Uploaded by Tim Docker.
<em>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hbeat-0.1 hbeat]: A simple step sequencer GUI..</p></li>
hpodder
 
  +
</em>. John Goerzen
 
  +
<li><p><em>Imlib 0.1.1</em>. Uploaded by Cale Gibbard.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13880 announced] the first release of hpodder. hpodder is a podcast downloader (podcatcher) written in pure Haskell. It exists because John was unsatisfied with the other podcatchers for Linux. Full details [http://quux.org/devel/hpodder here].
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Imlib-0.1.1 Imlib]: Added by CaleGibbard, Sun Jan 13 22:26:59 PST 2008..</p></li>
</p>
 
  +
</li>
 
  +
<li><p><em>pcre-light 0.2</em>. Uploaded by Donald Stewart.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcre-light-0.2 pcre-light]: A small, efficient and portable regex library for Perl 5 compatible regular expressions.</p></li>
<li>
 
  +
<p>
 
  +
<li><p><em>YamlReference 0.8</em>. Uploaded by Oren BenKiki.
<em>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YamlReference-0.8 YamlReference]: YAML reference implementation.</p></li>
hmp3 1.1
 
  +
</em>. Don Stewart
 
  +
<li><p><em>ContArrow 0.0.4</em>. Uploaded by Evgeny Jukov.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13864 announced] a new release of hmp3, the curses-based mp3 player written in Haskell. Release 1.1 is a maintenance release, fixing support for GHC 6.4.2
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ContArrow-0.0.4 ContArrow]: Control.Arrow.Transformer.Cont.</p></li>
</p>
 
  +
</li>
 
  +
<li><p><em>ContArrow 0.0.3</em>. Uploaded by Evgeny Jukov.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ContArrow-0.0.3 ContArrow]: Control.Arrow.Transformer.Cont.</p></li>
<li>
 
  +
<p>
 
  +
<li><p><em>mkcabal 0.4</em>. Uploaded by Donald Stewart.
<em>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.4 mkcabal]: Generate cabal files for a Haskell project.</p></li>
HSP.Clientside 0.001
 
  +
</em>. Joel Bjornson
 
  +
<li><p><em>pcre-light 0.1</em>. Uploaded by Donald Stewart.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13851 announced] a prerelease version of Hsp.Clientside. This is Joel's [http://code.google.com/soc/haskell/about.html Summer of Code] project aiming to add support for client-side script generation in Haskell Server Pages. The basic building blocks for embedding Javascript has been implemented. As the project proceeds a suitable programming model based on these components will be added. Hopefully this will also include some kind of higher level Ajax support. For more information see [http://www.dtek.chalmers.se/~bjornson/soc here].
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcre-light-0.1 pcre-light]: A lightweight binding to PCRE.</p></li>
</p>
 
  +
</li>
 
  +
<li><p><em>YamlReference 0.7</em>. Uploaded by Oren BenKiki.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YamlReference-0.7 YamlReference]: YAML reference implementation.</p></li>
<li>
 
  +
<p>
 
  +
<li><p><em>Crypto 4.1.0</em>. Uploaded by Dominic Steinitz.
<em>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Crypto-4.1.0 Crypto]: DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble,
QDBM and Hyper Estraier bindings
 
  +
Hexdump, Support for Word128, Word192 and Word256 and Beyond, PKCS5
</em>. Jun Mukai
 
  +
Padding, Various Encryption Modes e.g. Cipher Block Chaining all in one package..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4821 released] a library of bindings to Quick DBM, a database module similar to GDBM, Berkeley-DB, optimized for performance and a simple API. Additionally, Jun's code includes support for Hyper Estraier, a full-text search system using QDBM, with the ability to search documents according to keywords.
 
  +
</p>
 
  +
<li><p><em>containers 0.1.0.1</em>. Uploaded by Ross Paterson.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/containers-0.1.0.1 containers]: Assorted concrete container types.</p></li>
 
  +
<li>
 
  +
<li><p><em>ConfigFile 1.0.4</em>. Uploaded by John Goerzen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ConfigFile-1.0.4 ConfigFile]: Configuration file reading & writing.</p></li>
<em>
 
  +
Streams 0.2
 
  +
<li><p><em>MissingH 1.0.0</em>. Uploaded by John Goerzen.
</em>. Bulat Ziganshin
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MissingH-1.0.0 MissingH]: Large utility library.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4820 announced] the beta release of his Streams 0.2 library, providing fast string and binary IO, now with Data.ByteString support.
 
  +
</p>
 
  +
<li><p><em>hslogger 1.0.4</em>. Uploaded by John Goerzen.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslogger-1.0.4 hslogger]: Versatile logging framework.</p></li>
 
  +
<li>
 
  +
<li><p><em>hslogger 1.0.2</em>. Uploaded by John Goerzen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslogger-1.0.2 hslogger]: Versatile logging framework.</p></li>
<em>
 
  +
HNOP 0.1
 
  +
<li><p><em>BerkeleyDB 0.3</em>. Uploaded by John McCall.
</em>. Ashley Yakeley
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/BerkeleyDB-0.3 BerkeleyDB]: Bindings for Berkeley DB v1.x.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13881 released] the first version of HNOP 0.1. HNOP does nothing. This version should be considered "beta" quality.
 
  +
</p>
 
  +
<li><p><em>BitSyntax 0.3.2</em>. Uploaded by Adam Langley.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/BitSyntax-0.3.2 BitSyntax]: A module to aid in the (de)serialisation of binary data.</p></li>
 
  +
<li>
 
  +
<li><p><em>Hashell 0.15</em>. Uploaded by Gwern Branwen.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Hashell-0.15 Hashell]: Simple shell written in Haskell.</p></li>
<em>
 
  +
HList updates
 
  +
<li><p><em>binary-strict 0.2</em>. Uploaded by Adam Langley.
</em>. Oleg Kiselyov
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/13905 announced] that HList, the library for strongly typed heterogeneous lists, records, type-indexed products (TIP) and co-products is now accessible via darcs, [http://darcs.haskell.org/HList/ here]. Additionally, Oleg pointed to some new features for HList, including a new representation for open records. Finally, he [http://article.gmane.org/gmane.comp.lang.haskell.general/13906 published] a note on how HList supports, natively, polymorphic variants: extensible recursive open sum datatypes, quite similar to Polymorphic variants of OCaml. HList thus solves the `expression problem' -- the ability to add new variants to a datatype without changing the existing code.
 
  +
</p>
 
  +
<li><p><em>Shu-thing 1.1</em>. Uploaded by Gwern Branwen.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shu-thing-1.1 Shu-thing]: A vector shooter game.</p></li>
 
  +
<li>
 
  +
<li><p><em>zlib 0.4.0.2</em>. Uploaded by Duncan Coutts.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib-0.4.0.2 zlib]: Compression and decompression in the gzip and zlib formats.</p></li>
<em>
 
  +
Haskell IO Inside
 
  +
<li><p><em>i18n 0.2</em>. Uploaded by Eugene Grigoriev.
</em>. Bulat Ziganshin
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/i18n-0.2 i18n]: Internationalization for Haskell.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/13409 wrote] a new introductory tutorial to IO in Haskell, [http://haskell.org/haskellwiki/IO_inside Down the Rabbit's Hole].
 
  +
</p>
 
  +
<li><p><em>pandoc 0.46</em>. Uploaded by John MacFarlane.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pandoc-0.46 pandoc]: Conversion between markup formats.</p></li>
 
  +
<li>
 
  +
<li><p><em>hscolour 1.9</em>. Uploaded by Malcolm Wallace.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hscolour-1.9 hscolour]: Colourise Haskell code..</p></li>
<em>
 
  +
Bytecode API 0.2
 
  +
<li><p><em>regex-pcre 0.94.1</em>. Uploaded by ChrisKuklewicz.
</em>. Robert Dockins
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-pcre-0.94.1 regex-pcre]: Replaces/Enhances Text.Regex.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.yhc/146 published] the Yhc Bytecode API version 0.2. More details [http://www.eecs.tufts.edu/~rdocki01/yhc-bytecode.html here].
 
  +
</p>
 
  +
<li><p><em>regex-posix 0.93.1</em>. Uploaded by Chris Kuklewicz.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix-0.93.1 regex-posix]: Replaces/Enhances Text.Regex.</p></li>
 
  +
<li>
 
  +
<li><p><em>regex-base 0.93.1</em>. Uploaded by Chris Kuklewicz.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base-0.93.1 regex-base]: Replaces/Enhances Text.Regex.</p></li>
<em>
 
  +
Translating Haskell into English
 
  +
<li><p><em>regex-compat 0.91</em>. Uploaded by Chris Kuklewicz.
</em>. Shannon Behrens
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat-0.91 regex-compat]: Replaces/Enhances Text.Regex.</p></li>
[http://www.linuxjournal.com/article/9096 published] a new Haskell tutorial, hoping to give readers a glimpse of the Zen of Haskell, without requiring that they already be Haskell converts.
 
  +
</p>
 
  +
<li><p><em>haddock 2.0.0.0</em>. Uploaded by David Waern.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.0.0.0 haddock]: Added by DavidWaern</p></li></ul>
</ul>
 
 
''2006-06-25''
 
 
<ul>
 
<li>
 
<p>
 
<em>
 
The GHC Hackathon
 
</em>. Simon Peyton-Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13838 announced] that GHC HQ are going to run a hackathon, in Portland, just before ICFP this September (14-15th). It'll be held at Galois's offices, in Beaverton. Thanks go to [http://galois.com Galois] for hosting the meeting. [http://hackage.haskell.org/trac/ghc/wiki/Hackathon Here] are the details. If you are interested in finding out a bit about how GHC works inside, then you should find the hackathon fun. It will be informal and interactive. If you think you might come, please take a look at the above page, and register.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Bytecode API library
 
</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.yhc/134 announced] a release of an alpha version of a library for reading and writing the YHC bytecode file format. It reads and writes the entire bytecode set, version 1.9 (the one used by recent YHC builds). [http://www.eecs.tufts.edu/~rdocki01/yhc-bytecode.html Check it out].
 
</p>
 
</li>
 
</ul>
 
 
''2006-06-16''
 
 
<ul>
 
<li>
 
<p>
 
<em>Google Summer of Code</em>. The Haskell.org team
 
[http://www.haskell.org/pipermail/haskell/2006-May/017999.html announced]
 
that nine Haskell projects have been selected to receive funding to the
 
value of $45k under Google's 2006
 
[http://code.google.com/soc Summer of Code]
 
program. A wide range of projects will be worked on, contributing to
 
the community important tools and libraries. The students have until
 
August 21 to complete their projects, and receive their grants. Details
 
of the accepted projects can be found
 
[http://code.google.com/soc/haskell/about.html here]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Haskell Communities & Activities Report</em>. Andres Loeh
 
[http://www.haskell.org/pipermail/haskell/2006-June/018071.html published]
 
the 10th edition of the Haskell Communities and Activities
 
Report (HCAR). If you haven't encountered the Haskell Communities and
 
Activities Reports before, you may like to know that the first of these reports
 
was published in November 2001. Their goal is to improve the communication
 
between the increasingly diverse groups, projects and individuals working on,
 
with, or inspired by Haskell.
 
</p>
 
   
  +
''2008-01-05''
<p>
 
Read the 10th edition [http://www.haskell.org/communities/ here].
 
</p>
 
</li>
 
   
  +
<ul><li><p><em>GHC 6.8.2</em>. The GHC Team
<li>
 
  +
[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>
<p>
 
  +
<em>Would you like a job working on GHC?</em>. Simon Peyton-Jones
 
  +
<li><p><em>nhc98 1.2 released</em>. Malcolm Wallace
[http://www.haskell.org/pipermail/haskell/2006-June/018068.html announced]
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/15770 announced] the release of nhc98 1.2.
that GHC HQ is looking for support engineer. The Glasgow Haskell
 
  +
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>
Compiler (GHC) is now being used by so many people, on so many
 
  +
platforms, that GHC HQ has been struggling to keep up. In
 
  +
<li><p><em>darcs 2.0.0pre2</em>. David Roundy
particular, the candidate should be someone who is enthusiastic
 
  +
[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>
about Haskell, and fired up about the prospect of becoming a GHC
 
expert.
+
  +
<li><p><em>The Monad.Reader Issue 9: SoC special</em>. Wouter Swierstra
</p>
 
  +
[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>
 
  +
 
  +
<li><p><em>What's happening with Haskell? The 13th HCAR</em>. Andres Loeh
<li>
 
  +
[http://www.haskell.org/communities/ announced] the 13th edition of the Haskell Communities and Activities Report</p></li>
<p>
 
  +
<em>Shellac and Lambda Shell 0.3</em>. Robert Dockins
 
  +
<li><p><em>Teach yourself gtk2hs in 21 hours</em>. Hans van Thiel
[http://www.haskell.org/pipermail/haskell/2006-May/018041.html announced]
 
  +
[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>
the simultaneous release of Shellac 0.3 and Lambda Shell 0.3.
 
  +
Shellac is a library for creating read-eval-print style shells. It makes
 
  +
<li><p><em>Minimalistic Haskell blog framework</em>. Paul Brown
binding to feature-rich shell packages (ie, readline) easier. Lambda shell
 
  +
[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>
is full-featured shell environment for evaluating terms of the pure untyped
 
  +
lambda calculus and a showcase/tutorial for Shellac's features.
 
  +
<li><p><em>atom</em>. Tom Hawkins
</p>
 
  +
[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>
</li>
 
  +
<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>darcs-graph</em>. Don Stewart released
+
<li><p><em>uuagc 0.9.5</em>. Uploaded by ArieMiddelkoop.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uuagc-0.9.5 uuagc]: Attribute Grammar System of Universiteit Utrecht.</p></li>
[http://www.cse.unsw.edu.au/~dons/darcs-graph.html darcs-graph],
 
  +
a tool for generating graphs of commit activity for darcs repositories.
 
  +
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
</li>
 
  +
 
  +
<li><p><em>llvm 0.0.2</em>. Uploaded by BryanOSullivan.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/llvm-0.0.2 llvm]: Bindings to the LLVM compiler toolkit.</p></li>
<p>
 
  +
<em>VersionTool 1.0</em>. Manuel Chakravarty
 
  +
<li><p><em>HDBC-sqlite3 1.1.3.1</em>. Uploaded by JohnGoerzen.
[http://www.haskell.org/pipermail/haskell/2006-June/018063.html announced]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.3.1 HDBC-sqlite3]: Sqlite v3 driver for HDBC.</p></li>
version 1.0 of
 
  +
[http://www.cse.unsw.edu.au/~chak/haskell/VersionTool/ VersionTool],
 
  +
<li><p><em>HDBC-odbc 1.1.3.1</em>. Uploaded by JohnGoerzen.
a small utility that:
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.3.1 HDBC-odbc]: ODBC driver for HDBC.</p></li>
<ul>
 
  +
<li>extracts version information from Cabal files,
 
  +
<li><p><em>dimensional 0.7.2</em>. Uploaded by BjornBuckwalter.
<li>maintains version tags in darcs,
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.2 dimensional]: Statically checked physical dimensions..</p></li>
<li>computes patch levels by querying darcs,
 
  +
<li>extracts the current context from darcs, and
 
  +
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
<li>adds all this information to a source file
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
</ul>
 
</p>
+
  +
<li><p><em>hsc3 0.1</em>. Uploaded by RohanDrape.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsc3-0.1 hsc3]: Haskell SuperCollider.</p></li>
 
<li>
+
  +
<li><p><em>hosc 0.1</em>. Uploaded by RohanDrape.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hosc-0.1 hosc]: Haskell Open Sound Control.</p></li>
<em>Streams 0.1e</em>. Bulat Ziganshin
 
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018063.html released]
 
  +
<li><p><em>GLFW 0.2</em>. Uploaded by PaulLiu.
Streams library version 0.1e. Now cabalised and BSD-ified.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GLFW-0.2 GLFW]: A binding for GLFW, An OpenGL Framework.</p></li>
</p>
 
</li>
+
  +
<li><p><em>control-timeout 0.1</em>. Uploaded by AdamLangley.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-timeout-0.1 control-timeout]: Timeout handling.</p></li>
<li>
 
<p>
+
  +
<li><p><em>hiccup 0.35</em>. Uploaded by KyleConsalus.
<em>Hitchhikers guide to Haskell - chapter 5</em>. Dmitry Astapov
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hiccup-0.35 hiccup]: Relatively efficient Tcl interpreter with support for basic operations.</p></li>
[http://www.haskell.org/pipermail/haskell-cafe/2006-June/015966.html announced]
 
  +
that chapter 5 of his online tutorial, the
 
  +
<li><p><em>phooey 2.0</em>. Uploaded by ConalElliott.
Hitchhikers guide to Haskell, is available. Changes include: It's
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-2.0 phooey]: Functional user interfaces.</p></li>
bigger. It's better. It now comes with source code included. </p>
 
</li>
+
  +
<li><p><em>reactive 0.0</em>. Uploaded by ConalElliott.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.0 reactive]: Simple foundation for functional reactive programming.</p></li>
<li>
 
<p>
+
<em>Haskell Shell (HSH) 0.1.0</em>. John Goerzen
+
<li><p><em>phooey 1.4</em>. Uploaded by ConalElliott.
[http://www.haskell.org/pipermail/haskell/2006-June/018059.html released]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-1.4 phooey]: Functional user interfaces.</p></li>
  +
version 0.1.0 of HSH, the Haskell shell. Things are still very
 
  +
<li><p><em>hburg 1.1.1</em>. Uploaded by IgorBohm.
preliminary in many ways, but this version already lets you:
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hburg-1.1.1 hburg]: Haskell Bottom Up Rewrite Generator.</p></li>
<ul>
 
  +
<li> Run commands
 
  +
<li><p><em>hinotify 0.2</em>. Uploaded by LennartKolmodin.
<li> Pipe things between commands
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinotify-0.2 hinotify]: Haskell binding to INotify.</p></li>
<li> Pipe command input/output into and out of pure Haskell functions
 
  +
<li> Pure Haskell functions are as much a first-class citizen as is grep or cat
 
  +
<li><p><em>cabal-rpm 0.3.3</em>. Uploaded by BryanOSullivan.
</ul>
 
  +
[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>
</p>
 
</li>
+
  +
<li><p><em>codec-libevent 0.1</em>. Uploaded by AdamLangley.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/codec-libevent-0.1 codec-libevent]: Cross-platform structure serialisation.</p></li>
<li>
 
<p>
+
<em>Edison 1.2</em>. Robert Dockins
+
<li><p><em>irc 0.4</em>. Uploaded by TrevorElliott.
[http://www.haskell.org/pipermail/haskell/2006-June/018050.html released]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/irc-0.4 irc]: A small library for parsing IRC messages..</p></li>
  +
the final, stable release of Edison 1.2. Edison is a
 
  +
<li><p><em>dlist 0.4</em>. Uploaded by DonaldStewart.
library of efficient, purely-functional data structures for
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.4 dlist]: Differences lists.</p></li>
Haskell.
 
</p>
+
  +
<li><p><em>AutoForms 0.4.0</em>. Uploaded by MadsLindstroem.
</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>
+
  +
<li><p><em>bktrees 0.2.1</em>. Uploaded by JosefSvenningsson.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2.1 bktrees]: A set data structure with approximate searching.</p></li>
<em>Arrays & References Library 0.1</em>. Bulat Ziganshin
 
  +
[http://www.haskell.org/pipermail/haskell/2006-June/018044.html announced]
 
  +
<li><p><em>bktrees 0.2</em>. Uploaded by JosefSvenningsson.
version 0.1of his arrays and references library. Featuring:
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2 bktrees]: A set data structure with approximate searching.</p></li>
<ul>
 
  +
<li>Unboxed references in IO and ST
 
  +
<li><p><em>binary-strict 0.1</em>. Uploaded by AdamLangley.
<li>Monad-independent interfaces to boxed and unboxed references
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.1 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
<li>Syntax sugar to make using of mutable objects easier (=:, +=, -=,..)
 
  +
</ul>and more.
 
  +
<li><p><em>haddock 0.9</em>. Uploaded by SimonMarlow.
</p>
 
  +
[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>
 
  +
 
  +
<li><p><em>bytestring-mmap 0.2.0</em>. Uploaded by DonaldStewart.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.2.0 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
<p>
 
  +
<em>Kamiariduki</em> Shelarcy
 
  +
<li><p><em>bytestring 0.9.0.3</em>. Uploaded by DonaldStewart.
[http://www.haskell.org/pipermail/haskell/2006-June/018043.html released]
 
  +
[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>
Kamiariduki - a system to judge your derivative work's purpose
 
  +
and license is valid with Ceative Commons License Works.
 
  +
<li><p><em>hiccup 0.3</em>. Uploaded by KyleConsalus.
</p>
 
  +
[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>
 
  +
 
  +
<li><p><em>cedict 0.1.1</em>. Uploaded by JasonDusek.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cedict-0.1.1 cedict]: Convenient Chinese character lookup..</p></li>
<p>
 
  +
<em>lambdabot 4.0</em>. Don Stewart
 
  +
<li><p><em>TypeCompose 0.3</em>. Uploaded by ConalElliott.
[http://www.haskell.org/pipermail/haskell/2006-June/018077.html announced]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TypeCompose-0.3 TypeCompose]: Type composition classes & instances.</p></li>
the release of version 4.0 of the venerable Haskell IRC bot, lambdabot.
 
  +
lambdabot is a stable, feature rich IRC bot based on a plugin
 
  +
<li><p><em>bytestring-mmap 0.1.2</em>. Uploaded by DonaldStewart.
framework. lambdabot 4.0 comes with a suite of more than 50 plugins,
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.2 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
and many new features.
 
</p>
+
  +
<li><p><em>bytestring 0.9.0.2</em>. Uploaded by DonaldStewart.
</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>
</ul>
 
  +
 
  +
<li><p><em>bytestring-mmap 0.1.1</em>. Uploaded by DonaldStewart.
''2006-05-22''
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.1 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
 
  +
<ul>
 
  +
<li><p><em>mkcabal 0.3</em>. Uploaded by DonaldStewart.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.3 mkcabal]: Generate cabal files for a Haskell project.</p></li>
<p>
 
  +
<em>Hugs 2006</em>. Ross Paterson
 
  +
<li><p><em>terminfo 0.1</em>. Uploaded by Judah Jacobson.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13688 announced]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/terminfo-0.1 terminfo]: Haskell bindings to the terminfo library..</p></li>
a new major release of Hugs, including an installer for Windows and a
 
  +
new WinHugs interface. It is available from
 
  +
<li><p><em>Cabal 1.2.3.0</em>. Uploaded by Duncan Coutts.
[http://www.haskell.org/hugs/ the Hugs page].
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal-1.2.3.0 Cabal]: A framework for packaging Haskell software.</p></li>
</p>
 
</li>
+
  +
<li><p><em>hxt 7.4</em>. Uploaded by UweSchmidt.
 
  +
[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>
+
  +
<li><p><em>X11 1.4.1</em>. Uploaded by Spencer Janssen.
<em>Linspire Chooses Haskell for Core OS Development</em>.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.1 X11]: A binding to the X11 graphics library.</p></li>
Clifford Beshers
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12662 announced]
 
  +
<li><p><em>dataenc 0.10.1</em>. Uploaded by Magnus Therning.
that the OS team at Linspire, Inc. is standardizing on Haskell as their
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc-0.10.1 dataenc]: Data encoding library currently providing Uuencode, Base64,
preferred language for core OS development.
 
  +
Base64Url, Base32, Base32Hex, and Base16..</p></li>
Much of the infrastructure is being written in Haskell, including
 
  +
the Debian package builder (aka autobuilder). Other tools such as ISO
 
  +
<li><p><em>bytestringreadp 0.1</em>. Uploaded by Gracjan Polak.
builders, package dependency checkers are in progress. The goal is to
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestringreadp-0.1 bytestringreadp]: A ReadP style parser library for ByteString.</p></li>
make a tight, simple set of tools that will let developers contribute
 
  +
to Freespire, based on Debian tools whenever possible.
 
  +
<li><p><em>encoding 0.3</em>. Uploaded by HenningGuenther.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/encoding-0.3 encoding]: A library for various character encodings.</p></li>
</li>
 
  +
 
  +
<li><p><em>hslua 0.2</em>. Uploaded by Gracjan Polak.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslua-0.2 hslua]: A Lua language interpreter embedding in Haskell.</p></li>
<p>
 
  +
<em>lambdaFeed</em>. Manuel Chakravarty
 
  +
<li><p><em>xmonad-contrib 0.5</em>. Uploaded by Spencer Janssen.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13649 released]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.5 xmonad-contrib]: Third party extensions for xmonad.</p></li>
lambdaFeed -- lambdas for all! lambdaFeed is an RSS 2.0 feed
 
  +
generator. It reads news items - in a non-XML, human-friendly
 
  +
<li><p><em>xmonad 0.5</em>. Uploaded by SpencerJanssen.
format - distributed over multiple channels and renders them
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-0.5 xmonad]: A tiling window manager.</p></li>
into the RSS 2.0 XML format understood by most news aggregators
 
  +
as well as into HTML for inclusion into web pages.
 
  +
<li><p><em>pandoc 0.45</em>. Uploaded by John MacFarlane.
Source is available in darcs.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pandoc-0.45 pandoc]: Conversion between markup formats.</p></li>
[http://www.cse.unsw.edu.au/~chak/haskell/lambdaFeed/ Check it out].
 
</p>
+
  +
<li><p><em>markov-chain 0.0.1</em>. Uploaded by Henning Thielemann.
</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>
+
  +
<li><p><em>parsedate 3000.0.0</em>. Uploaded by Bjorn Bringert.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsedate-3000.0.0 parsedate]: Data and time parsing for CalendarTime.</p></li>
<em>Milfoh, an image to texture loading library</em>. Maurizio Monge
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13653 announced]
 
  +
<li><p><em>hackage2hwn 0.1</em>. Uploaded by Don Stewart.
he has put together a very small library, using SDL_image (and a
 
  +
[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>
bare minimun of SDL), to load image files as opengl textures.
 
  +
More information [http://linuz.sns.it/~monge/wiki/index.php/Milfoh here.]
 
  +
<li><p><em>hask-home 2007.12.6</em>. Uploaded by BjornBringert.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hask-home-2007.12.6 hask-home]: Generate homepages for cabal packages.</p></li>
</li>
 
  +
 
  +
<li><p><em>hmarkup 3000.0.1</em>. Uploaded by BjornBringert.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmarkup-3000.0.1 hmarkup]: Simple wikitext-like markup format implementation..</p></li>
<p>
 
  +
<em>Haskell Charting Library</em>. Tim Docker
 
  +
<li><p><em>hspread 0.2</em>. Uploaded by AndreaVezzosi.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13678 released]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hspread-0.2 hspread]: A client library for the spread toolkit.</p></li>
his Haskell 2D charting library. It's still at quite an early stage, but already it has:
 
<ul>
+
  +
<li><p><em>pcap 0.4.2</em>. Uploaded by BryanOSullivan.
<li>Line charts, points charts, fills, and combinations.
 
  +
[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>Automatic layout sizing and adjustment.
 
  +
<li>Auto scaling of axis ranges
 
  +
<li><p><em>hogg 0.3.0</em>. Uploaded by ConradParker.
<li>Extensible to support new plot types
 
  +
[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>Uses the cairo graphics library for output
 
  +
</ul> and more. [http://dockerz.net/software/chart.html Further information and a darcs repo.]
 
  +
<li><p><em>Finance-Quote-Yahoo 0.4.1</em>. Uploaded by BradClawsie.
</p>
 
  +
[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>
 
  +
 
  +
<li><p><em>Monadius 0.9.20071204</em>. Uploaded by GwernBranwen.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Monadius-0.9.20071204 Monadius]: 2-D arcade scroller.</p></li>
<p>
 
  +
<em>Edison 1.2RC4</em>. Robert Dockins
 
  +
<li><p><em>Shu-thing 1.0.20071203</em>. Uploaded by GwernBranwen.
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4718 announced]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shu-thing-1.0.20071203 Shu-thing]: A vector shooter game.</p></li>
the 4th release candidate for Edison 1.2. Edison is a library of
 
  +
efficient data structures for Haskell.
 
  +
<li><p><em>hmatrix 0.1.1.0</em>. Uploaded by AlbertoRuiz.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.1.0 hmatrix]: Linear algebra and numerical computations.</p></li>
</li>
 
  +
 
  +
<li><p><em>HTTP 3001.0.3</em>. Uploaded by BjornBringert.
<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>
<p><em>Collections pre-release</em>. Jean-Philippe Bernardy
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4719 announced]
 
  +
<li><p><em>rss 3000.0.1</em>. Uploaded by BjornBringert.
an alpha release of the new collections package he (and others) have
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/rss-3000.0.1 rss]: A library for generating RSS 2.0 feeds..</p></li>
been working on. It's still far from perfect, but I hope it's already a
 
  +
good choice for many use cases of collection data structures.
 
  +
<li><p><em>haxr 3000.0.1</em>. Uploaded by BjornBringert.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haxr-3000.0.1 haxr]: XML-RPC client and server library..</p></li>
</li>
 
  +
 
  +
<li><p><em>fitsio 0.1</em>. Uploaded by EricSessoms.
<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>
<p><em>Haskell Graph Automorphism Library</em>. In a busy week,
 
Jean-Philippe also
+
  +
<li><p><em>YamlReference 0.6</em>. Uploaded by Oren Ben Kiki.
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4739 released]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YamlReference-0.6 YamlReference], YAML reference implementation</p></li>
HGAL 1.2 (Haskell Graph Automorphism Library), a Haskell implementation
 
  +
of Brendan McKay's algorithm for graph canonic labeling and
 
  +
<li><p><em>LambdaShell 0.9.1</em>. Uploaded by Robert Dockins.
automorphism group. (aka Nauty). Improvements over the previous release
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LambdaShell-0.9.1 LambdaShell], simple shell for evaluating lambda expressions</p></li>
include a faster algorithm implementation and the library is now cabalised.
 
</p>
+
  +
<li><p><em>Shellac 0.9.1</em>. Uploaded by Robert Dockins.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-0.9.1 Shellac], a framework for creating shell envinronments</p></li>
 
<li>
+
  +
<li><p><em>EdisonCore 1.2.1.1</em>. Uploaded by Robert Dockins.
<p>
 
  +
[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>
<em>Darcs 1.0.7</em>. Tommy Pettersson
 
  +
[http://article.gmane.org/gmane.comp.version-control.darcs.user/9896 announced]
 
  +
<li><p><em>hmatrix 0.1.0.0</em>. Uploaded by Alberto Ruiz.
the release of darcs 1.0.7, containing a few bug fixes, and some new features.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.0.0 hmatrix], linear algebra and numerical computations</p></li>
</p>
 
</li>
+
  +
<li><p><em>strict-concurrency 0.1</em>. Uploaded by Don Stewart.
</ul>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-concurrency-0.1 strict-concurrency], strict concurrency abstractions</p></li>
 
  +
''2006-05-08''
 
  +
<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>
<ul>
 
<li>
+
  +
<li><p><em>safecopy 0.3</em>. Uploaded by David Himmelstrup.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/safecopy-0.3 safecopy], binary serialization with version control</p></li>
<em>hmake</em>. Malcolm Wallace
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13634 released]
 
  +
<li><p><em>HaXml 1.13.3</em>. Uploaded by Malcolm Wallace.
version 3.11 of
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.13.3 HaXml], utilities for manipulating XML documents</p></li>
[http://haskell.org/hmake hmake],
 
  +
the compiler-independent project-building tool for Haskell
 
  +
<li><p><em>c2hs 0.15.1</em>. Uploaded by Duncan Coutts.
programs. It automates recompilation analysis, based on import
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs-0.15.1 c2hs], C->Haskell Interface Generator</p></li>
declarations in your files, to rebuild only those modules that
 
  +
are impacted by a change. It is rather like ghc's --make mode,
 
  +
<li><p><em>calc 0.1</em>. Uploaded by Austin Seipp.
but faster, less memory intensive, and it works with any
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/calc-0.1 calc], small compiler for arithmetic expressions.</p></li>
compiler (e.g. hbc, nhc98).
 
</p>
+
  +
<li><p><em>miniplex 0.2.1</em>. Uploaded by Lukas Mai.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/miniplex-0.2.1 miniplex], simple 1-to-N interprocess communication</p></li>
 
<li>
+
  +
<li><p><em>sat 1.1.1</em>. Uploaded by Andrii Zvorygin.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sat-1.1.1 sat], CNF SATisfier</p></li>
<em>cpphs</em>. In a busy week, Malcolm also
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13638 released]
 
  +
<li><p><em>dimensional 0.7.1</em>. Uploaded by Bjorn Buckwalter.
version 1.2 of
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.1 dimensional], statically checked physical dimensions</p></li>
[http://haskell.org/cpphs cpphs], the in-Haskell
 
  +
implementation of the C pre-processor. The major change in this
 
  +
<li><p><em>hxt 7.4</em>. Uploaded by Uwe Schmidt.
release is that the source files have been re-arranged into a
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hxt-7.4 hxt], collection of tools for processing XML with Haskell.</p></li>
cabal-ised hierarchical library namespace, so you can use cpp
 
  +
functionality from within your own code, in addition to the
 
  +
<li><p><em>dlist 0.3.2</em>. Uploaded by Don Stewart.
stand-alone utility.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.3.2 dlist], difference lists. A list type supporting fast append.</p></li>
</p>
 
</li>
+
  +
<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>
<li>
 
  +
<p><em>Cabal 1.1</em>. Duncan Coutts (as the new Cabal release manager)
 
  +
<li><p><em>Chart 0.5</em>. Uploaded by Tim Docker.
[http://article.gmane.org/gmane.comp.lang.haskell.general/13625 announced]
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Chart-0.5 Chart], a library for generating 2D Charts and Plots</p></li>
that Cabal-1.1.4, the version shipped with GHC 6.4.2 is now
 
  +
available to download as
 
  +
<li><p><em>MaybeT 0.1.1</em>. Uploaded by Don Stewart.
[http://haskell.org/cabal/download.html a separate tarball].
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MaybeT-0.1.1 MaybeT], MaybeT monad transformer</p></li>
There is also a
 
  +
[http://haskell.org/mailman/listinfo/cabal-devel new mailing list]
 
  +
<li><p><em>regex-pcre 0.93</em>. Uploaded by Chris Kuklewicz.
for Cabal development discussion including patch review. This is
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-pcre-0.93 regex-pcre], replaces Text.Regex</p></li>
also where patches sent via "darcs send" will end up.
 
  +
The Cabal team would also like to take the opportunity to invite
 
  +
<li><p><em>fixpoint 0.1</em>. Uploaded by Roman Leshchinskiy.
people to get involved in Cabal development, either new features
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fixpoint-0.1 fixpoint], data types as fixpoints</p></li>
or squashing annoying bugs.
 
</p>
+
  +
<li><p><em>ChasingBottoms 1.2.2</em>. Uploaded by Nils Anders Danielsson.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ChasingBottoms-1.2.2 ChasingBottoms], support for testing partial and infinite values</p></li>
 
<li>
+
  +
<li><p><em>GrowlNotify 0.3</em>. Uploaded by Nicholas Burlett.
<p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.3 GrowlNotify], notification utility for Growl</p></li>
<em>DownNova-0.1</em>. Lemmih
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13640 released]
 
  +
<li><p><em>pcap 0.4.1</em>. Uploaded by Bryan OSullivan.
downNova, a program designed for automating the process of
 
  +
[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>
downloading TV series from mininova.org. Written in Haskell, it
 
  +
will scan your downloaded files to find out what your interests
 
  +
<li><p><em>bencode 0.3</em>. Uploaded by David Himmelstrup.
are and download missing/new episodes to your collection.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bencode-0.3 bencode], parser and printer for bencoded data.</p></li>
Advanced classification techniques are used to interpret the
 
  +
file names and 'downNova' will correctly extract series name,
 
  +
<li><p><em>stream-fusion 0.1.1</em>. Uploaded by Don Stewart.
season number, episode number and episode title in nigh all
 
  +
[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>
cases.
 
</p>
+
  +
<li><p><em>HTTP 3001.0.2</em>. Uploaded by Bjorn Bringert.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.2 HTTP], library for client-side HTTP</p></li>
 
<li>
+
  +
<li><p><em>X11-xft 0.2</em>. Uploaded by Clemens Fruhwirth.
<p>
 
  +
[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>
<em>Student SoC Application Deadline</em> is rapidly approaching. Paolo
 
  +
Martini encouraged students to apply to google, using the
 
  +
<li><p><em>GrowlNotify 0.1</em>. Uploaded by Nicholas Burlett.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12563 student application]
 
form, and [http://hackage.haskell.org/trac/summer-of-code/ Haskell.org]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.1 GrowlNotify], notification utility for Growl.</p></li>
  +
is looking forward to the several dozen applications we hope to receive.
 
  +
<li><p><em>HsHaruPDF 0.0.0</em>. Uploaded by Audrey Tang.
</p>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsHaruPDF-0.0.0 HsHaruPDF], Haskell binding to libharu</p></li>
</li>
 
  +
 
  +
<li><p><em>unicode-normalization 0.1</em>. Uploaded by Reinier Lamers.
</ul>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unicode-normalization-0.1 unicode-normalization], Unicode normalization using the ICU library</p></li>
 
  +
''2006-05-01''
 
  +
<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>
<ul>
 
<li>
+
  +
<li><p><em>lax-0.0.0</em>. Uploaded by Wolfgang Jeltsch.
<p>
 
  +
[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>
<em>GHC 6.4.2</em>. Simon Marlow
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/13576 announced]
 
  +
<li><p><em>fastcgi 3001.0.1</em>. Uploaded by Bjorn Bringert.
the release of the Glasgow Haskell Compiler, version 6.4.2.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3001.0.1 fastcgi], a Haskell library for writing FastCGI programs</p></li></ul>
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 (C, whatever). GHC is distributed under a
 
BSD-style open source license. For more information, see:
 
<ul>
 
<li>[http://www.haskell.org/ghc/ GHC home]
 
<li>[http://haskell.org/ghc/docs/6.4.2/html/users_guide/release-6-4-2.html Release notes]
 
<li>[http://hackage.haskell.org/trac/ghc/ GHC developers' home]
 
</ul>
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Communities and Activities Report</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13578 released]
 
the call for contributions to the 10th (!) 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 to Andres.
 
</p>
 
<p>
 
The Haskell Communities and Activities Report is a bi-annual
 
overview of the state of Haskell as well as Haskell-related projects
 
over the last, and possibly the upcoming 6 months. If you have only
 
recently been exposed to Haskell, it might be a good idea to browse the
 
[http://haskell.org/communities/11-2005/html/report.html November 2005 edition]
 
-- you will find interesting topics described as well as several
 
starting points and links that may provide answers to many questions.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Haskell' Status Report</em>. Isaac Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13603 released]
 
a [http://hackage.haskell.org/trac/haskell-prime Haskell'] status report.
 
Currently the committee is focused on two issues, standardising
 
[http://hackage.haskell.org/trac/haskell-prime/wiki/Concurrency concurrency]
 
and extensions to
 
[http://hackage.haskell.org/trac/haskell-prime/wiki/ClassSystem the class system].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Google Summer of Code</em>. Paolo Martini
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12496 announced]
 
that Haskell.org would have a presence as an official mentoring
 
organisation for this year's Google Summer of Code. Several members
 
of the Haskell community have volunteered as mentors, and a large
 
number of proposals have been listed. If you're interested in
 
mentoring, suggesting projects, or applying as a student to spend
 
your summer writing Haskell code, check it out!
 
<ul>
 
<li>[http://code.google.com/soc/ The official SoC site]
 
<li>[http://hackage.haskell.org/trac/summer-of-code/ The Haskell.org SoC page]
 
</ul>
 
</p>
 
</li>
 
 
</ul>
 
 
''2006-05-01''
 
<ul>
 
 
<li>
 
<p>
 
<em>2006 GHC Hackathon</em>. Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13618 writes]
 
that the GHC team is considering the possibility of organising a GHC
 
Hackathon around ICFP this year. Tentative details are on
 
[http://hackage.haskell.org/trac/ghc/wiki/Hackathon the wiki page].
 
</p> </li>
 
 
<li>
 
<p>
 
<em>Data.ByteString</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13577 announced]
 
new versions of
 
[http://www.cse.unsw.edu.au/~dons/fps.html FPS/Data.ByteString],
 
the fast, packed strings library for Haskell.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Debian from Scratch</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13585 announced]
 
Debian From Scratch (DFS), a single, full rescue linux CD capable of
 
working with all major filesystems, LVM, software RAID, and even
 
compiling a new kernel. The tool that generates the ISO images
 
(dfsbuild) is written in Haskell. The generated ISO images also
 
contain full, working GHC and Hugs environments.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Hazakura - search-based MUA</em>. Jun Mukai
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13620 announced]
 
the first release of hazakura, a search-based mail client, written
 
in Haskell.
 
<ul>
 
<li>[http://www.city5.org/hazakura/ Web]
 
<li>[http://www.city5.org/haskellprog/hazakura/ Source]
 
<li>[http://www.city5.org/haskellprog/hazakura/ Darcs]
 
</ul>
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>(HS)XML queries</em>. Oleg Kiselyov
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13589 published]
 
a note demonstrating
 
[http://www.cwi.nl/~ralf/syb3/ Scrap your boilerplate 3]
 
style generic term processing for transformations and selections
 
from (HS)XML-like documents.
 
</p>
 
</li>
 
</ul>
 
 
''2006-04-17''
 
<ul>
 
<li>
 
<p>
 
<em>Halfs, a Haskell filesystem</em>. Isaac Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13550 announced]
 
the first release of Halfs, a filesystem written
 
in Haskell. Halfs can be mounted and used like any other Linux filesystem,
 
or used as a library. Halfs is a fork (and a port) of the filesystem
 
developed by Galois Connections. In addition, Halfs comes with a virtual
 
machine to make using it extremely easy. You don't need an extra partition
 
or a thumb drive, or even Linux (Windows and Mac OS can emulate the virtual
 
machine). See more at
 
[http://www.haskell.org/halfs/ the Halfs site].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>DrIFT-2.2.0</em>. John Meacham
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13541 released]
 
DrIFT-2.2.0, the type sensitive preprocessor for Haskell. It
 
extracts type declarations and directives from modules. The
 
directives cause rules to be fired on the parsed type declarations,
 
generating new code which is then appended to the bottom of the
 
input file. Read more
 
[http://repetae.net/john/computer/haskell/DrIFT/ here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>MissingH 0.14.2</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13555 announced]
 
version 0.14.2 of MissingH, the library of "missing" Haskell code. Now including support for
 
shell globs, POSIX-style wildcards and more. Check
 
[http://quux.org/devel/missingh here] for more details.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>HAppS - Haskell Application Server 0.8</em> Einar Karttunen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13557 announced]
 
HAppS 0.8. The Haskell Application Server version 0.8 contains a complete
 
rewrite of the ACID and HTTP functionalities. Features include:<ul>
 
<li>MACID - Monadic framework for ACID transactions.
 
<li>An HTTP Server (outperforms Apache/PHP in informal benchmarks).
 
<li>An SMTP Server.
 
<li>Mail delivery agent.
 
<li>DNS resolver in pure Haskell
 
<li>XML and XSLT. Separate application logic from presentation using XML/XSLT.
 
<li>And more..
 
</ul>
 
More information on the [http://happs.org/ the HAppS page].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Index-aware linear algebra</em>. Frederik Eaton
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13561 announced]
 
an index-aware linear algebra library written in Haskell.
 
The library exposes index types and ranges so that static guarantees can be
 
made about the library operations (e.g. an attempt to add two incompatibly
 
sized matrices is a static error). Frederik's motivation is that a good
 
linear algebra library which embeds knowledge of the mathematical
 
structures in the type system, such that misuse is a static error, could
 
mean Haskell makes valuable contribution in the area of technical
 
computing, currently dominated by interpreted, weakly typed languages.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Crypto-3.0.3</em>. Dominic Steinitz
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13564 announced]
 
Crypto-3.0.3, a new version of the Haskell Cryptography Library. Version
 
3.0.3 supports: DES, Blowfish, AES, Cipher Block Chaining (CBC), PKCS#5 and
 
nulls padding, SHA-1, MD5 , RSA, OAEP-based encryption
 
(Bellare-Rogaway), PKCS#1v1.5 signature scheme, ASN.1, PKCS#8, X.509
 
Identity Certificates, X.509 Attribute Certificates.
 
See
 
[http://www.haskell.org/crypto here] for more.
 
</p>
 
</li>
 
</ul>
 
 
''2006-04-10''
 
 
<ul>
 
<li>
 
<p>
 
<em>hImerge: a graphical user interface for emerge</em>. Luis Araujo
 
released
 
[http://haskell.org/~luisfaraujo/himerge/ hImerge],
 
a graphical user interface for emerge, (Gentoo's Portage system)
 
written in Haskell using gtk2hs.
 
[http://haskell.org/~luisfaraujo/rhimerge.jpeg Here's a jpg].
 
The main idea is to simplify browsing the entire portage tree as well as of
 
running the most basic and common options from the emerge command. hImerge
 
also offers several handy tools, like global and local use flags browsers,
 
and a minimal web browser.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>MissingH 0.14.0</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13531 announced]
 
MissingH 0.14.0, a library of "missing" functions.
 
MissingH is available
 
[http://quux.org/devel/missingh/ here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Haskell mailing list archives</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13521 converted]
 
the Haskell mailing list archives from 1990-2000, into html format.
 
The archive is available to view
 
[http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/threads.html here].
 
</li>
 
</p>
 
 
<li>
 
<p>
 
<em>Chapter 4 of Hitchhikers Guide to the Haskell</em>. Dmitry Astapov
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12338 announced]
 
that the 4th chapter of the Hitchhikers Guide to Haskell is now
 
[http://www.haskell.org/haskellwiki/Hitchhikers_Guide_to_the_Haskell available].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Edison 1.2 rc3</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4508 announced]
 
that the 3rd release candidate for Edison 1.2 is now avaliable.
 
</p>
 
</li>
 
</ul>
 
 
''2006-03-27''
 
<ul>
 
<li>
 
<p><em>monadLib 2.0</em>. Iavor Diatchki
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13460 announced]
 
the release of monadLib 2.0 -- library of
 
monad transformers for Haskell. 'monadLib' is a descendent of
 
'mtl', the monad template library that is distributed with most
 
Haskell implementations. Check out the
 
[http://www.csee.ogi.edu/~diatchki/monadLib library] web page.
 
</p>
 
</li>
 
 
<li>
 
<p><em>Text.Regex.Lazy (0.33)</em>. Chris Kuklewicz
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4464 announced]
 
the release of [http://sourceforge.net/projects/lazy-regex Text.Regex.Lazy].
 
This is an alternative to Text.Regex along with some enhancements.
 
GHC's Text.Regex marshals the data back and forth to C arrays, to call
 
libc. This is far too slow (and strict). This module understands
 
regular expression Strings via a Parsec parser and creates an internal data
 
structure (Text.Regex.Lazy.Pattern). This is then transformed into a
 
Parsec parser to process the input String, or into a DFA table for matching
 
against the input String or FastPackedString. The input string is
 
consumed lazily, so it may be an arbitrarily long or infinite source.
 
</p>
 
</li>
 
 
<li>
 
<p><em>HDBC 0.99.2</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13504 released]
 
HDBC 0.99.2, along with 0.99.2 versions of all database
 
backends. John says "If things go well, after a few weeks of
 
testing, this version will become HDBC 1.0.0".
 
[http://quux.org/devel/hdbc HDBC] is a
 
multi-database interface system for Haskell.
 
</p>
 
</li>
 
 
<li>
 
<p><em>GHC 6.4.2 Release Candidates</em>
 
Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/9588 announced]
 
that GHC was moving into release-candidate mode for
 
version 6.4.2. [http://www.haskell.org/ghc/dist/stable/dist/ Grab a snapshot]
 
and try it out. The available builds are: x86_64-unknown-linux (Fedora
 
Core 5), i386-unknown-linux (glibc 2.3 era), and Windows
 
(i386-unknown-mingw32). Barring any serious hiccups, the release should
 
be out in a couple of weeks.
 
</p>
 
</li>
 
 
<li>
 
<p><em>HaRe 0.3</em>.
 
Sneaking out without us noticing, in January, a
 
[http://www.cs.kent.ac.uk/projects/refactor-fp/hare.html new snapshot]
 
of HaRe, the Haskell refactoring tool, was released.
 
This snapshot of HaRe 0.3 is now compatible with the latest GHC and
 
Programmatica. New refactorings have also been added.
 
</p>
 
</li>
 
 
<li>
 
<p><em>Haskell on Gentoo Linux</em> Duncan Coutts
 
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/9557 writes]
 
that GHC 6.4.1 has been marked stable on x86,
 
amd64, sparc and ppc, for
 
[http://packages.gentoo.org/search/?sstring=ghc Gentoo Linux].
 
(We also support ppc64, alpha and hppa.)
 
Gentoo also has a collection of over 30 Haskell libraries and tools.
 
There is also a #gentoo-haskell
 
[http://haskell.org/haskellwiki/IRC_channelirc channel] on freenode.
 
</p>
 
</li>
 
 
<li>
 
<p><em>Planet Haskell</em>. Isaac Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12033 asked]
 
if someone could volunteer to set up "Planet
 
Haskell", an RSS feed aggregator in the style of Planet Debian, Planet
 
Gnome or Planet Perl. Happily, Antti-Juhani Kaijanaho stepped up, and now
 
Planet Haskell is live at [http://planet.haskell.org http://planet.haskell.org].
 
Antti-Juhani asks that any Haskell
 
people with blogs submit their feed urls to him, so check it out!
 
</p>
 
</li>
 
 
<li>
 
<p><em>Concurrent Yhc</em>. The Yhc dev team
 
[http://www.haskell.org//pipermail/yhc/2006-March/000085.html reports]
 
that Yhc now includes support for concurrency!
 
The interface is the same as Concurrent GHC. Currently only
 
</p>
 
 
<ul>
 
<li>Control.Concurrent
 
<li>Control.Concurrent.MVar
 
<li>Control.Concurrent.QSem
 
</ul>
 
 
<p>
 
are implemented, however many other abstractions can be written in
 
Haskell in terms of MVars.
 
</p>
 
</li>
 
</ul>
 
 
''2006-03-20''
 
 
<ul>
 
<li>
 
<p><em>lhs2TeX version 1.11</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13414 announced]
 
lhs2TeX version 1.11, a preprocessor to generate LaTeX code from
 
literate Haskell sources.
 
</p>
 
 
<p>
 
lhs2TeX includes the following features:
 
<ul>
 
<li>Highly customized output.
 
<li>Liberal parser -- no restriction to Haskell 98.
 
<li>Generate multiple versions of a program or document from a single source.
 
<li>Active documents: call Haskell to generate parts of the
 
document (useful for papers on Haskell).
 
<li>A manual explaining all the important aspects of lhs2TeX.
 
</ul>
 
</p>
 
</li>
 
</ul>
 
 
''2006-03-13''
 
 
<ul>
 
<li>
 
<em>Alternative to Text.Regex</em>. Chris Kuklewicz [http://article.gmane.org/gmane.comp.lang.haskell.cafe/11825 announced] an alternative to Text.Regex. While working on the [http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all language shootout], Chris implemented a new efficient regex engine, using parsec. It contructs a parser from a string representation of a regular expression.
 
</li>
 
 
<li>
 
<em>pass.net</em>. S. Alexander Jacobson [http://article.gmane.org/gmane.comp.lang.haskell.cafe/11824 launched] Pass.net. Written in Haskell, using HAppS, Pass.net lets websites replace registration, confirmation mails, and multiple passwords with a single login, authenticating via their email domain.
 
</li>
 
</ul>
 
 
''2006-03-06''
 
 
<ul>
 
<li>
 
<em>Haskell as a markup language</em>. Oleg Kiselyov [http://www.haskell.org/pipermail/haskell/2006-March/017656.html writes] on using Haskell to represent semi-structured documents and the rules of their processing. [http://ssax.sourceforge.net SXML] is embedded directly in Haskell, with an open and extensible set of `tags'. The benefit of this is of course in static type guarantees, such as prohibiting an H1 element to appear in the character content of other elements.
 
</li>
 
 
<li>
 
<em>hmp3 1.0</em>. Don Stewart [http://www.haskell.org/pipermail/haskell/2006-March/017674.html released] hmp3 version 1. hmp3 is a curses-based mp3 player written in Haskell, designed to be fast, small and stable.
 
</li>
 
 
<li>
 
<em>Edison 1.2rc2</em>. Robert Dockins [http://www.haskell.org/pipermail/libraries/2006-March/004983.html announced] the second release candidate for Edison 1.2 is now ready for comments.
 
</li>
 
</ul>
 
 
''2006-02-27''
 
 
<ul>
 
<li>
 
<em>Long Live Edison</em>. Robert Dockins [http://article.gmane.org/gmane.comp.lang.haskell.general/13295 announced] he had revived the Edison data structure code, and is maintaining a darcs repository, with a view to modernising the codebase.
 
</li>
 
</ul>
 
 
 
''2006-02-20''
 
 
<ul>
 
<li> <em>The Haskell Workshop</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13273 released]
 
the initial call for papers for the ACM SIGPLAN 2006
 
[http://www.haskell.org/haskell-workshop/2006/ Haskell Workshop], to be held at Portland, Oregon on the 17 September, 2006.
 
The purpose of the [http://haskell.org/haskell-workshop/ 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.
 
</li>
 
 
<li><em>Probability Distributions</em>.
 
Matthias Fischmann [http://article.gmane.org/gmane.comp.lang.haskell.cafe/11511 released]
 
a module for sampling arbitrary probability distribution, so far including
 
normal (gaussian) and uniform distributions.
 
</li>
 
 
<li><em>Constructor Classes</em>. Sean Seefried
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/11543 announced] an
 
[http://www.cse.unsw.edu.au/~sseefried/code.html implementation] of
 
a tool to help explore constructor classes (type
 
classes which can take constructors as arguments) described in Mark Jones'
 
paper, [http://www.cse.ogi.edu/~mpj/pubs/fpca93.html A system of constructor classes: overloading and implicit higher-order polymorphism.] The implementation not only infers the type
 
but also prints out a trace of the derivation tree for the syntax directed
 
rules.
 
</ul>
 
 
''2006-02-13''
 
 
<ul>
 
<li><em>FFI Imports Packaging Utility</em>. Dimitry Golubovsky
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13262 announced]
 
the pre-release of the FFI Imports Packaging Utility
 
(ffipkg), a new member of the HSFFIG package.
 
 
The `ffipkg' utility prepares a Haskell package containing FFI imports
 
for building by accepting locations of C header and foreign library
 
files as command line arguments and producing Haskell source files
 
with FFI declarations, a Makefile, a Cabal package descriptor file,
 
and a Setup.hs file suitable for running the Cabal package setup
 
program. The utility acts as a "driver" running the C preprocessor,
 
the equivalent of the hsffig program, and the source splitter.
 
 
<code>darcs get --partial http://hsffig.sourceforge.net/repos/hsffig-1.1
 
</code>
 
</li>
 
 
<li><em>Haskell in Higher Education</em>.
 
John Hughes
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13234 announced]
 
that the result of his survey into the use of
 
Haskell in higher education are out. The survey covers 89
 
universities, accounting for 5-10,000 students being taught
 
Haskell this academic year. The results are
 
[http://www.cs.chalmers.se/~rjmh/Wash/Survey/teaching.htm available on the web].
 
</li>
 
 
</ul>
 
 
''2006-02-06''
 
 
<ul>
 
<li>
 
<em>EclipseFP</em>. Thiago Arrais
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/11141 announced]
 
that EclipseFP 0.9.1 has been released since last
 
Friday. It is an open-source development environment for Haskell code.
 
EclipseFP integrates GHC with an Haskell-aware code editor and also
 
supports quick file browsing through an outline view, automatic
 
building/compiling and quick one-button code execution. Downloads and
 
more information are available on the
 
[http://eclipsefp.sourceforge.net project home page].
 
</li>
 
 
<li>
 
<em>Class-parameterized classes, and type-level logarithm</em>. Oleg
 
Kiselyov [http://article.gmane.org/gmane.comp.lang.haskell.general/13223 writes]: we show invertible, terminating, 3-place addition, multiplication,
 
exponentiation relations on type-level Peano numerals, where <i>any</i>
 
two operands determine the third. We also show the invertible factorial
 
relation. This gives us all common arithmetic operations on Peano numerals,
 
including n-base discrete logarithm, n-th root, and the inverse of factorial.
 
The inverting method can work with any representation of (type-level) numerals,
 
binary or decimal.
 
 
Oleg says, "The implementation of RSA on the type level is left for future work".
 
</li>
 
 
<li>
 
<em>Fast mutable variables for IO and ST</em>. Bulat Ziganshin
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/11230 released] a module for fast mutable variables, providing efficient
 
newVar/readVar/writeVar, as well as support for unboxed values, fast
 
unboxed bitwise operations, and more.
 
</li>
 
</ul>
 
 
''2006-01-30''
 
 
<ul>
 
<li><em>C-- Frontend</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13174 announced]
 
the initial alpha release of a [http://www.cminusminus.org/ C--]
 
frontend (parser, pretty printer, and semantic checker) written in
 
Haskell. The goal when beginning this project was to create a
 
modular frontend that could be used both by people writing and by
 
those targeting C-- compilers. This implementation attempts to
 
follow the C-- spec as exactly as possible.
 
</li>
 
 
<li><em>Type level arithmetic</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13206 also released] a library for arithmetic on the type
 
level. This library uses a binary representation and can handle
 
numbers at the order of 10^15 (at least). It also contains a
 
test suite to help validate the somewhat unintuitive algorithms.
 
</li>
 
</ul>
 
 
''2006-01-23''
 
 
<ul>
 
<li>
 
<em>Haskell'</em>
 
 
This week Isaac Jones announced that the Haskell' standardisation
 
process is underway. Haskell' will be a conservative refinement of
 
Haskell 98:
 
 
<blockquote>
 
Announcing the Haskell' ("Haskell-Prime") process. A short time ago,
 
I asked for volunteers to help with the next Haskell standard. A
 
brave group has spoken up, and we've organized ourselves into a
 
committee in order to coordinate the community's work. It will be the
 
committee's task to bring together the very best ideas and work of the
 
broader community in an "open-source" way, and to fill in any gaps in
 
order to make Haskell' as coherent and elegant as Haskell 98.
 
</blockquote>
 
 
Read the full announcement [http://article.gmane.org/gmane.comp.lang.haskell.general/13138 here].
 
 
Presently, the following resources are available:
 
<ul>
 
 
<li> [http://haskell.org/mailman/listinfo/haskell-prime The haskell-prime mailing list]
 
</li>
 
 
<li> The Haskell' [http://hackage.haskell.org/trac/haskell-prime issue tracking system/wiki]
 
 
<li> A [http://hackage.haskell.org/trac/haskell-prime/wiki/SourceCode darcs repository]
 
for larger code examples and experiments
 
</ul>
 
 
Please join us in making Haskell' a success.
 
</li>
 
</ul>
 
 
''2006-01-16''
 
 
<ul>
 
<li>
 
<em>hdbc-odbc.</em> John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13007 released]
 
the first version of hdbc-odbc, the ODBC backend for HDBC. With this
 
driver, you can use HDBC to connect to any database for which ODBC
 
drivers exist, including such databases as MySQL, Oracle, MS SQL Server
 
</li>
 
</ul>
 
 
''2006-01-09''
 
 
<ul>
 
<li>
 
<em>A Faster Binary.</em> Bulat Ziganshin
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/10803 posted]
 
a preliminary optimised Binary library, achieving excellent
 
(de)serialization speeds of around 50 Mb/s in testing.
 
</li>
 
</ul>
 
 
''2006-01-03''
 
 
<ul>
 
<li><em>Process library.</em> Bulat Ziganshin announced a
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12728 new library] abstracting over some of the process and concurrency
 
functions in the standard libraries, using ideas from Unix
 
pipes.</li>
 
 
<li><em>Djinn.</em> Lennart Augustsson
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12747 released Djinn],
 
a theorem prover/coding wizard, that generates
 
Haskell code from a given type. A lambdabot plugin for Djinn was
 
also written, for use in #haskell.
 
</li>
 
 
<li><em>Ranged Sets.</em> Paul Johnson released a
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12749 ranged sets library 0.0.1]
 
and
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12827 0.0.2].
 
Ranged sets allow programming with sets of values that are
 
described by a list of ranges. A value is a
 
member of the set if it lies within one of the ranges.
 
</li>
 
 
<li><em>Hmp3.</em> Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12787 announced]
 
a stable release of hmp3, an curses-based mp3 player written in
 
Haskell. Portability has improved, and binaries are available
 
for 5 architectures.
 
</li>
 
 
<li><em>HSQL.</em> Krasimir Angelov released
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12798 HSQL 1.7]. New features include a driver for Oracle.
 
</li>
 
 
<li><em>HDBC.</em> John Goerzen announced the
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12820 0.5.0],
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12833 0.6.0]
 
and [http://article.gmane.org/gmane.comp.lang.haskell.general/1286 0.99.0]
 
releases of Haskell Database Connectivity library. Patterned
 
after Perl's DBI, it includes an Sqlite3 and a
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12843 PostgreSQL backend]
 
</li>
 
 
<li><em>Shellac.</em> Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12823 released]
 
Shellac, a framework for building read-eval-print style shells.
 
This should ease the burden of binding readline-style
 
interactive shells in Haskell.
 
</li>
 
 
<li><em>Lambda Shell.</em> Robert Dockins also released v0.1 of
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12824 Lambda Shell], a shell environment for evaluating terms of the pure,
 
untyped lambda calculus. A lambdabot interface for use in #haskell
 
also exists.
 
</li>
 
 
<li><em>Shaskell.</em> David Mercer
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12863 announced version 0.21a] of Shaskell, a SHA2 library for sha256 and
 
sha512 hashes, written in pure Haskell.
 
</li>
 
 
<li><em>hdbc-missingh.</em> John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12896 announced]
 
the initial release of HDBC-MissingH, a library to add database
 
features to MissingH, allowing the use of a SQL database as
 
storage for a simple DBM-like key/value interface.
 
</li>
 
</ul>
 
   
 
==Archives by year==
 
==Archives by year==
   
  +
*[[News/2007|2007 Archives]]
  +
*[[News/2006|2006 Archives]]
 
*[[News/2005|2005 Archives]]
 
*[[News/2005|2005 Archives]]
 
*[[News/2004|2004 Archives]]
 
*[[News/2004|2004 Archives]]

Revision as of 21:22, 9 March 2008



News from 2008

2008-02-23

  • ArrayRef 0.1.2. Uploaded by Gwern Branwen. ArrayRef: Unboxed references, dynamic arrays and more.

  • zlib 0.4.0.4. Uploaded by Duncan Coutts. zlib: Compression and decompression in the gzip and zlib formats.

  • hetris 0.1. Uploaded by Gwern Branwen. hetris: Text Tetris.

  • bzlib 0.4.0.3. Uploaded by Duncan Coutts. bzlib: Compression and decompression in the bzip2 format.

  • HAppS-Server 0.9.2. Uploaded by David Himmelstrup. HAppS-Server: Web related tools and services..

  • HAppS-State 0.9.2. Uploaded by David Himmelstrup. HAppS-State: Event-based distributed state..

  • HAppS-Data 0.9.2. Uploaded by David Himmelstrup. HAppS-Data: HAppS data manipulation libraries.

  • HAppS-IxSet 0.9.2. Uploaded by David Himmelstrup. HAppS-IxSet: Added by DavidHimmelstrup, Fri Feb 22 15:18:20 PST 2008..

  • HAppS-Util 0.9.2. Uploaded by David Himmelstrup. HAppS-Util: Web framework.

  • Ranged-sets 0.2.0. Uploaded by Paul Johnson. Ranged-sets: Ranged sets for Haskell.

  • halfs 0.2. Uploaded by Gwern Branwen. halfs: Haskell File System.

  • sessions 2008.2.22. Uploaded by Matthew Sackman. sessions: Session Types for Haskell.

  • infix 0.1. Uploaded by Gwern Branwen. infix: Infix expression re-parsing (for HsParser library).

  • reify 0.1. Uploaded by Gwern Branwen. reify: Serialize data.

  • highWaterMark 0.1. Uploaded by Gwern Branwen. highWaterMark: Memory usage statistics.

  • hinvaders 0.1. Uploaded by Gwern Branwen. hinvaders: Space Invaders.

  • baskell 0.1. Uploaded by Gwern Branwen. baskell: An interpreter for a small functional language.

  • control-event 0.2. Uploaded by Thomas DuBuisson. control-event: Event scheduling system..

  • nymphaea 0.1. Uploaded by Gwern Branwen. nymphaea: An interactive GUI for manipulating L-systems.

  • hopenssl 1.0. Uploaded by Peter Simons. hopenssl: FFI bindings to OpenSSL's EVP digest interface.

  • Monadius 0.91. Uploaded by Gwern Branwen. Monadius: 2-D arcade scroller.

  • postmaster 0.1. Uploaded by Peter Simons. postmaster: Postmaster ESMTP Server.

  • hsyslog 1.2. Uploaded by Peter Simons. hsyslog: FFI interface to syslog(3) from POSIX.1-2001..

  • hsemail 1.2. Uploaded by Peter Simons. hsemail: Internet Message Parsers.

  • hsdns 1.3. Uploaded by Peter Simons. hsdns: Asynchronous DNS Resolver.

  • funcmp 1.1. Uploaded by Peter Simons. funcmp: Functional MetaPost.

  • streamproc 1.1. Uploaded by Peter Simons. streamproc: Stream Processer Arrow.

  • pugs-HsSyck 0.41. Uploaded by Gwern Branwen. pugs-HsSyck: Fast, lightweight YAML loader and dumper.

  • HsSyck 0.42. Uploaded by Gwern Branwen. HsSyck: Fast, lightweight YAML loader and dumper.

  • mohws 0.1. Uploaded by Gwern Branwen. mohws: Modular Haskell Web Server.

  • HsJudy 0.1. Uploaded by Gwern Branwen. HsJudy: Judy bindings, and some nice APIs.

  • probability 0.2.1. Uploaded by Henning Thielemann. probability: Probabilistic Functional Programming.

  • dsp 0.2.1. Uploaded by Henning Thielemann. dsp: Haskell Digital Signal Processing.

  • pugs-hsregex 1.0. Uploaded by Gwern Branwen. pugs-hsregex: Haskell PCRE binding.

  • ListLike 1.0.1. Uploaded by John Goerzen. ListLike: Generic support for list-like structures.

  • SDL-gfx 0.5.2. Uploaded by David Himmelstrup. SDL-gfx: Binding to libSDL_gfx.

  • SDL-ttf 0.5.2. Uploaded by David Himmelstrup. SDL-ttf: Binding to libSDL_ttf.

  • SDL-mixer 0.5.2. Uploaded by David Himmelstrup. SDL-mixer: Binding to libSDL_mixer.

  • SDL-image 0.5.2. Uploaded by David Himmelstrup. SDL-image: Binding to libSDL_image.

  • SDL 0.5.2. Uploaded by David Himmelstrup. SDL: Binding to libSDL.

  • DeepArrow 0.2. Uploaded by Conal Elliott. DeepArrow: Arrows for "deep application".

  • GuiTV 0.4. Uploaded by Conal Elliott. GuiTV: GUIs for Tangible Values.

  • Shellac-compatline 0.9. Uploaded by Robert Dockins. Shellac-compatline: "compatline" backend module for Shellac.

  • WordNet 0.1.2. Uploaded by Max Rabkin. WordNet: Haskell interface to the WordNet database.

  • lazyarray 0.1.3. Uploaded by Milan Straka. lazyarray: Efficient implementation of lazy monolithic arrays (lazy in indexes)..

  • GenI 0.16.1. Uploaded by Eric Kow. GenI: A natural language generator (specifically, an FB-LTAG surface realiser).

  • libGenI 0.16.1. Uploaded by Eric Kow. libGenI: A natural language generator (specifically, an FB-LTAG surface realiser).

  • alsa-midi 0.3.1. Uploaded by Henning Thielemann. alsa-midi: Bindings for the ALSA sequencer API (MIDI stuff).

  • midi 0.0.5. Uploaded by Henning Thielemann. midi: Handling of MIDI messages and files.

  • event-list 0.0.6. Uploaded by Henning Thielemann. event-list: Event lists with relative or absolute time stamps.

  • numeric-quest 0.1.1. Uploaded by Henning Thielemann. numeric-quest: Math and quantum mechanics.

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

  • hmp3 1.5.1. Uploaded by Don Stewart. hmp3: An ncurses mp3 player written in Haskell.

  • TypeIlluminator 0.0. Uploaded by Gwern Branwen. TypeIlluminator: TypeIlluminator is a prototype tool exploring debugging of type errors/.

  • Takusen 0.7. Uploaded by Don Stewart. Takusen: Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC..

  • carray 0.1.2. Uploaded by Jed Brown. carray: A C-compatible array library..

  • jack 0.5. Uploaded by Henning Thielemann. jack: Bindings for the JACK Audio Connection Kit.

  • non-negative 0.0.1. Uploaded by Henning Thielemann. non-negative: Non-negative numbers.

  • RJson 0.3.3. Uploaded by Alex Drummond. RJson: A reflective JSON serializer/parser..

  • clevercss 0.1.1. Uploaded by Georg Brandl. clevercss: A CSS preprocessor.

  • fft 0.1.1. Uploaded by Jed Brown. fft: Bindings to the FFTW library..

  • storable-complex 0.1. Uploaded by Jed Brown. storable-complex: Storable instance for Complex.

  • winerror 0.1. Uploaded by Felix Martini. winerror: Error handling for foreign calls to the Windows API..

  • linkchk 0.0.2. Uploaded by Gwern Branwen. linkchk: linkchk is a network interface link ping monitor..

  • popenhs 1.0.0. Uploaded by Gwern Branwen. popenhs: popenhs is a popen-like library for Haskell..

  • Flippi 0.0.3. Uploaded by Gwern Branwen. Flippi: Wiki.

  • DisTract 0.2.5. Uploaded by Gwern Branwen. DisTract: Distributed Bug Tracking System.

  • goa 3.0. Uploaded by Gwern Branwen. goa: GHCi bindings to lambdabot.

  • hinstaller 2008.2.16. Uploaded by Gwern Branwen. hinstaller: Installer wrapper for Haskell applications.

  • GeoIp 0.1. Uploaded by Stephen Cook. GeoIp: Pure bindings for the MaxMind IP database..

  • hpodder 1.1.2. Uploaded by John Goerzen. hpodder: Podcast Aggregator (downloader).

  • wxcore 0.10.2. Uploaded by Eric Kow. wxcore: wxHaskell core.

  • wx 0.10.2. Uploaded by Eric Kow. wx: wxHaskell.

  • flow2dot 0.3. Uploaded by Dmitry Astapov. flow2dot: Generates sequence diagrams from textual descriptions.

  • strict-concurrency 0.2. Uploaded by Donald Stewart. strict-concurrency: Strict concurrency abstractions.

  • TV 0.4. Uploaded by Conal Elliott. TV: Tangible Values -- composable interfaces.

  • geniconvert 0.15. Uploaded by Eric Kow. geniconvert: Conversion utility for the GenI generator.

  • ctemplate 0.1. Uploaded by Adam Langley. ctemplate: Binding to the Google ctemplate library.

  • arrows 0.4. Uploaded by Ross Paterson. arrows: Arrow classes and transformers.

  • lhs2tex 1.13. Uploaded by Andres Loeh. lhs2tex: Preprocessor for typesetting Haskell sources with LaTeX.

  • NGrams 1.1. Uploaded by Justin Bailey. NGrams: Simple application for calculating n-grams using Google..

  • lambdabot 4.1. Uploaded by Gwern Branwen. lambdabot: A multi-talented IRC bot.

  • HsOpenSSL 0.4. Uploaded by Masatake Daimon. HsOpenSSL: (Part of) OpenSSL binding for Haskell.

  • network-minihttp 0.1. Uploaded by Adam Langley. network-minihttp: A very minimal webserver.

  • ZFS 0.0. Uploaded by Gwern Branwen. ZFS: Oleg's Zipper FS.

  • fst 0.9. Uploaded by Gwern Branwen. fst: Finite state transducers.

  • haskell-in-space 0.1. Uploaded by Gwern Branwen. haskell-in-space: 'Asteroids' arcade games..

  • unix-pty-light 0.1. Uploaded by Stuart Cook. unix-pty-light: POSIX pseudo-terminal support.

  • bot 0.1. Uploaded by Conal Elliott. bot: bots for functional reactive programming.

  • Hedi 0.1. Uploaded by Paolo Veronelli. Hedi: Line oriented editor.

  • network-bytestring 0.1.1.2. Uploaded by Johan Tibell. network-bytestring: Fast and memory efficient low-level networking.

  • leksah 0.1.1. Uploaded by Juergen NicklischFranken. leksah: Haskell IDE written in Haskell.

  • nano-hmac 0.2.0. Uploaded by Hitesh Jasani. nano-hmac: Bindings to OpenSSL HMAC..

  • monadenv 0.0-2005-02-14. Uploaded by Gwern Branwen. monadenv: Added by GwernBranwen, Sun Feb 10 20:15:11 PST 2008..

  • blockio 0.0-2006-02-03. Uploaded by Gwern Branwen. blockio: Block-oriented I/O Driver.

  • child 0.0-2005-02-14. Uploaded by Gwern Branwen. child: Added by GwernBranwen, Sun Feb 10 19:35:20 PST 2008..

  • highlighting-kate 0.2.1. Uploaded by John MacFarlane. highlighting-kate: Syntax highlighting.

2008-02-10

  • WordNet 0.1.1. Uploaded by Max Rabkin. WordNet: Haskell interface to the WordNet database.

  • lazysmallcheck 0.1. Uploaded by Gwern Branwen. lazysmallcheck: A library for demand-driven testing of Haskell programs.

  • DrIFT 2.2.3. Uploaded by Gwern Branwen. DrIFT: Program to derive type class instances.

  • highlighting-kate 0.2. Uploaded by John MacFarlane. highlighting-kate: Syntax highlighting.

  • leksah 0.1. Uploaded by Juergen NicklischFranken. leksah: Genuine Haskell Face.

  • frag 1.1. Uploaded by Gwern Branwen. frag: 3-D First Person Shooter (FPS).

  • GoogleChart 0.2. Uploaded by Evan Martin. GoogleChart: Generate web-based charts using the Google Chart API.

  • HFuse 0.1. Uploaded by Gwern Branwen. HFuse: HFuse is a binding for the Linux FUSE library.

  • GoogleChart 0.1. Uploaded by Evan Martin. GoogleChart: Generate web-based charts using the Google Chart API.

  • Finance-Quote-Yahoo 0.5.0. Uploaded by Brad Clawsie. Finance-Quote-Yahoo: Obtain quote data from finance.yahoo.com.

  • binary-strict 0.3.0. Uploaded by Adam Langley. binary-strict: Binary deserialisation using strict ByteStrings.

  • Stream 0.2.3. Uploaded by Wouter Swierstra. Stream: A library for manipulating infinite lists..

  • Finance-Treasury 0.1.1. Uploaded by Stephen Lihn. Finance-Treasury: Obtain Treasury yield curve data.

  • Hedi 0.1. Uploaded by Paolo Veronelli. Hedi: Line oriented editor.

  • newports 1.1. Uploaded by Brad Clawsie. newports: List ports newer than N days on a FreeBSD system.

  • Finance-Treasury 0.1. Uploaded by Stephen Lihn. Finance-Treasury: Obtain Treasury yield curve data.

  • GPLib 0.0. Uploaded by Gwern Branwen. GPLib: Generic library for genetic programming.

  • nano-hmac 0.1.1. Uploaded by Hitesh Jasani. nano-hmac: Bindings to OpenSSL HMAC..

  • multiset 0.1. Uploaded by Twan VanLaarhoven. multiset: The Data.MultiSet container type.

  • hpodder 1.1.0. Uploaded by John Goerzen. hpodder: Podcast Aggregator (downloader).

  • bimap 0.2.1. Uploaded by Stuart Cook. bimap: Bidirectional mapping between two key types.

  • monadLib 3.4.4. Uploaded by Iavor Diatchki. monadLib: A collection of monad transformers..

  • IOSpec 0.2. Uploaded by Wouter Swierstra. IOSpec: A pure specification of the IO monad..

  • bimap 0.2. Uploaded by Stuart Cook. bimap: Bidirectional mapping between two key types.

  • strictify 0.1. Uploaded by Sterling Clover. strictify: Find a local optimum of strictness annotations..

  • heap 0.2.2. Uploaded by Stephan Friedrichs. heap: Heaps in Haskell.

  • LDAP 0.6.4. Uploaded by John Goerzen. LDAP: Haskell binding for C LDAP API.

  • HStringTemplate 0.2. Uploaded by Sterling Clover. HStringTemplate: StringTemplate implementation in Haskell..

  • RJson 0.3.2. Uploaded by Alex Drummond. RJson: A reflective JSON serializer/parser..

  • network-dns 0.1.1. Uploaded by Adam Langley. network-dns: A pure Haskell, asyncronous DNS client library.

  • lcs 0.2. Uploaded by Ian Lynagh. lcs: Find longest common sublist of two lists.

  • tracker 0.1. Uploaded by Will Thompson. tracker: Client library for Tracker metadata database, indexer and search tool.

  • CC-delcont 0.2. Uploaded by Dan Doel. CC-delcont: Delimited continuations and dynamically scoped variables.

  • control-timeout 0.1.2. Uploaded by Adam Langley. control-timeout: Timeout handling.

  • network-dns 0.1. Uploaded by Adam Langley. network-dns: A pure Haskell, asyncronous DNS client library.

  • binary-strict 0.2.4. Uploaded by Adam Langley. binary-strict: Binary deserialisation using strict ByteStrings.

  • heap 0.1.1. Uploaded by Stephan Friedrichs. heap: Heaps in Haskell.

  • HCL 1.3. Uploaded by Justin Bailey. HCL: High-level library for building command line interfaces..

  • yi 0.3. Uploaded by Jean PhilippeBernardy. yi: The Haskell-Scriptable Editor.

  • binary-strict 0.2.3. Uploaded by Adam Langley. binary-strict: Binary deserialisation using strict ByteStrings.

  • heap 0.1. Uploaded by Stephan Friedrichs. heap: Heaps in Haskell.

  • pureMD5 0.1.2. Uploaded by Thomas DuBuisson. pureMD5: MD5 implementations that should become part of a ByteString Crypto package..

  • RJson 0.3.1. Uploaded by Alex Drummond. RJson: A reflective JSON serializer/parser..

  • template 0.1.1.1. Uploaded by Johan Tibell. template: Simple string substitution.

  • network-bytestring 0.1.1.1. Uploaded by Johan Tibell. network-bytestring: Fast and memory efficient low-level networking.

  • ftphs 1.0.4. Uploaded by John Goerzen. ftphs: FTP Client and Server Library.

  • mersenne-random-pure64 0.1.1. Uploaded by Donald Stewart. mersenne-random-pure64: Generate high quality pseudorandom numbers purely using a Mersenne Twister.

  • Diff 0.1. Uploaded by Sterling Clover. Diff: O(ND) diff algorithm in haskell..

  • crack 0.1. Uploaded by Trevor Elliott. crack: A haskell binding to cracklib.

  • miniplex 0.3.3. Uploaded by Lukas Mai. miniplex: simple 1-to-N interprocess communication.

  • colock 0.2.2. Uploaded by Lukas Mai. colock: thread-friendly file locks that don't block the entire program.

  • mersenne-random-pure64 0.1. Uploaded by Donald Stewart. mersenne-random-pure64: Generate high quality pseudorandom numbers purely using a Mersenne Twister.

  • network-rpca 0.0.1. Uploaded by Adam Langley. network-rpca: A cross-platform RPC library.

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

  • xmonad 0.6. Uploaded by Spencer Janssen. xmonad: A tiling window manager.

  • codec-libevent 0.1.2. Uploaded by Adam Langley. codec-libevent: Cross-platform structure serialisation.

  • bytestringparser 0.3. Uploaded by Bryan OSullivan. bytestringparser: Combinator parsing with Data.ByteString.Lazy.

  • HStringTemplate 0.2. Uploaded by Sterling Clover. HStringTemplate: StringTemplate implementation in Haskell..

  • value-supply 0.1. Uploaded by Iavor Diatchki. value-supply: A library for generating values without having to thread state..

  • derive 0.1.1. Uploaded by Neil Mitchell. derive: A program and library to derive instances for data types.

  • control-timeout 0.1.1. Uploaded by Adam Langley. control-timeout: Timeout handling.

  • mkcabal 0.4.1. Uploaded by Donald Stewart. mkcabal: Generate cabal files for a Haskell project.

  • regexpr 0.2.9. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • mtlparse 0.0.0.5. Uploaded by Yoshikuni Jujo. mtlparse: parse library use mtl package.

  • cgi 3001.1.5.2. Uploaded by Bjorn Bringert. cgi: A library for writing CGI programs.

  • xhtml 3000.0.2.2. Uploaded by Bjorn Bringert. xhtml: An XHTML combinator library.

  • harpy 0.4. Uploaded by Martin Grabmueller. harpy: Runtime code generation for x86 machine code.

  • editline 0.2. Uploaded by Judah Jacobson. editline: Bindings to the editline library (libedit)..

  • hmatrix 0.2.0.0. Uploaded by Alberto Ruiz. hmatrix: Linear algebra and numerical computations.

  • regexpr 0.2.8. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • pcre-light 0.3. Uploaded by Donald Stewart. pcre-light: A small, efficient and portable regex library for Perl 5 compatible regular expressions.

  • mersenne-random 0.1. Uploaded by Donald Stewart. mersenne-random: Generate high quality pseudorandom numbers using a SIMD Fast Mersenne Twister.

  • AvlTree 2.4. Uploaded by Adrian Hey. AvlTree: Balanced binary trees using AVL algorithm..

  • fec 0.1.1. Uploaded by Adam Langley. fec: Forward error correction of ByteStrings.

  • COrdering 2.1. Uploaded by Adrian Hey. COrdering: An algebraic data type similar to Prelude Ordering..

  • i18n 0.3. Uploaded by Eugene Grigoriev. i18n: Internationalization for Haskell.

  • binary-strict 0.2.2. Uploaded by Adam Langley. binary-strict: Binary deserialisation using strict ByteStrings.

  • regexpr 0.2.6. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • RJson 0.2. Uploaded by Alex Drummond. RJson: A reflective JSON serializer/parser..

  • regexpr 0.2.5. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • fec 0.1. Uploaded by Adam Langley. fec: Forward error correction of ByteStrings.

  • dataenc 0.10.2. Uploaded by Magnus Therning. dataenc: Data encoding library.

  • regexpr 0.2.3. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • regexpr 0.2.2. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • reactive 0.3. Uploaded by Conal Elliott. reactive: Simple foundation for functional reactive programming.

  • regexpr 0.2.1. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • djinn 2008.1.18. Uploaded by Lennart Augustsson. djinn: Generate Haskell code from a type.

  • Etherbunny 0.3. Uploaded by Nicholas Burlett. Etherbunny: A network analysis toolkit for Haskell.

  • regexpr 0.2.0. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • RJson 0.1. Uploaded by Alex Drummond. RJson: A reflective JSON serializer/parser..

  • RJson 0.1. Uploaded by Alex Drummond. RJson: A reflective JSON serializer/parser..

  • regexpr 0.1.7. Uploaded by Yoshikuni Jujo. regexpr: regular expression like Perl/Ruby in Haskell.

  • reactive 0.2. Uploaded by Conal Elliott. reactive: Simple foundation for functional reactive programming.

  • srcinst 0.8.10. Uploaded by John Goerzen. srcinst: Build and install Debian packages completely from source.

  • dfsbuild 1.0.2. Uploaded by John Goerzen. dfsbuild: Build Debian From Scratch CD/DVD images.

  • darcs-buildpackage 0.5.12. Uploaded by John Goerzen. darcs-buildpackage: Tools to help manage Debian packages with Darcs.

  • anydbm 1.0.5. Uploaded by John Goerzen. anydbm: Interface for DBM-like database systems.

  • HDBC-sqlite3 1.1.4.0. Uploaded by John Goerzen. HDBC-sqlite3: Sqlite v3 driver for HDBC.

  • HDBC-postgresql 1.1.4.0. Uploaded by John Goerzen. HDBC-postgresql: PostgreSQL driver for HDBC.

  • HDBC-odbc 1.1.4.0. Uploaded by John Goerzen. HDBC-odbc: ODBC driver for HDBC.

  • magic 1.0.7. Uploaded by John Goerzen. magic: Interface to C file/magic library.

  • ListLike 1.0.1. Uploaded by John Goerzen. ListLike: Generic support for list-like structures.

  • LDAP 0.6.3. Uploaded by John Goerzen. LDAP: Haskell binding for C LDAP API.

  • hg-buildpackage 1.0.4. Uploaded by John Goerzen. hg-buildpackage: Tools to help manage Debian packages with Mercurial.

  • HDBC 1.1.4. Uploaded by John Goerzen. HDBC: Haskell Database Connectivity.

  • HSH 1.2.5. Uploaded by John Goerzen. HSH: Library to mix shell scripting with Haskell programs.

  • editline 0.1. Uploaded by Judah Jacobson. editline: Bindings to the editline library (libedit)..

  • pureMD5 0.1.1. Uploaded by Thomas DuBuisson. pureMD5: MD5 implementations that should become part of a ByteString Crypto package..

  • hmp3 1.4. Uploaded by Donald Stewart. hmp3: An ncurses mp3 player written in Haskell.

  • binary-strict 0.2.1. Uploaded by Adam Langley. binary-strict: Binary deserialisation using strict ByteStrings.

  • GLFW 0.3. Uploaded by Paul Liu. GLFW: A binding for GLFW, An OpenGL Framework.

  • hbeat 0.1.1. Uploaded by Tim Docker. hbeat: A simple step sequencer GUI..

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

  • tagsoup 0.4. Uploaded by Neil Mitchell. tagsoup: Parsing and extracting information from (possibly malformed) HTML documents.

  • HaXml 1.19.2. Uploaded by Malcolm Wallace. HaXml: Utilities for manipulating XML documents.

  • Emping 0.3.1. Uploaded by Hans VanThiel. Emping: derives heuristic rules from nominal data.

  • hbeat 0.1. Uploaded by Tim Docker. hbeat: A simple step sequencer GUI..

  • Imlib 0.1.1. Uploaded by Cale Gibbard. Imlib: Added by CaleGibbard, Sun Jan 13 22:26:59 PST 2008..

  • pcre-light 0.2. Uploaded by Donald Stewart. pcre-light: A small, efficient and portable regex library for Perl 5 compatible regular expressions.

  • YamlReference 0.8. Uploaded by Oren BenKiki. YamlReference: YAML reference implementation.

  • ContArrow 0.0.4. Uploaded by Evgeny Jukov. ContArrow: Control.Arrow.Transformer.Cont.

  • ContArrow 0.0.3. Uploaded by Evgeny Jukov. ContArrow: Control.Arrow.Transformer.Cont.

  • mkcabal 0.4. Uploaded by Donald Stewart. mkcabal: Generate cabal files for a Haskell project.

  • pcre-light 0.1. Uploaded by Donald Stewart. pcre-light: A lightweight binding to PCRE.

  • YamlReference 0.7. Uploaded by Oren BenKiki. YamlReference: YAML reference implementation.

  • Crypto 4.1.0. Uploaded by Dominic Steinitz. Crypto: DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, Support for Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption Modes e.g. Cipher Block Chaining all in one package..

  • containers 0.1.0.1. Uploaded by Ross Paterson. containers: Assorted concrete container types.

  • ConfigFile 1.0.4. Uploaded by John Goerzen. ConfigFile: Configuration file reading & writing.

  • MissingH 1.0.0. Uploaded by John Goerzen. MissingH: Large utility library.

  • hslogger 1.0.4. Uploaded by John Goerzen. hslogger: Versatile logging framework.

  • hslogger 1.0.2. Uploaded by John Goerzen. hslogger: Versatile logging framework.

  • BerkeleyDB 0.3. Uploaded by John McCall. BerkeleyDB: Bindings for Berkeley DB v1.x.

  • BitSyntax 0.3.2. Uploaded by Adam Langley. BitSyntax: A module to aid in the (de)serialisation of binary data.

  • Hashell 0.15. Uploaded by Gwern Branwen. Hashell: Simple shell written in Haskell.

  • binary-strict 0.2. Uploaded by Adam Langley. binary-strict: Binary deserialisation using strict ByteStrings.

  • Shu-thing 1.1. Uploaded by Gwern Branwen. Shu-thing: A vector shooter game.

  • zlib 0.4.0.2. Uploaded by Duncan Coutts. zlib: Compression and decompression in the gzip and zlib formats.

  • i18n 0.2. Uploaded by Eugene Grigoriev. i18n: Internationalization for Haskell.

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

  • hscolour 1.9. Uploaded by Malcolm Wallace. hscolour: Colourise Haskell code..

  • regex-pcre 0.94.1. Uploaded by ChrisKuklewicz. regex-pcre: Replaces/Enhances Text.Regex.

  • regex-posix 0.93.1. Uploaded by Chris Kuklewicz. regex-posix: Replaces/Enhances Text.Regex.

  • regex-base 0.93.1. Uploaded by Chris Kuklewicz. regex-base: Replaces/Enhances Text.Regex.

  • regex-compat 0.91. Uploaded by Chris Kuklewicz. regex-compat: Replaces/Enhances Text.Regex.

  • haddock 2.0.0.0. Uploaded by David Waern. haddock: Added by DavidWaern

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