Difference between revisions of "Old news"

From HaskellWiki
Jump to navigation Jump to search
(Add haskell@ announcments going back to the start of 2005)
(50 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
==2006==
 
   
  +
__TOC__
''2006-03-13''
 
   
  +
==News from 2008==
<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>
 
   
  +
''2008-02-23''
<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>
 
   
  +
<ul><li><p><em>ArrayRef 0.1.2</em>. Uploaded by Gwern Branwen.
''2006-03-06''
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ArrayRef-0.1.2 ArrayRef]: Unboxed references, dynamic arrays and more.</p></li>
 
<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>
 
</ul>
 
 
''2006-02-20''
 
 
<ul>
 
<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>
 
 
==2005==
 
 
''2005-12-06''
 
<ul>
 
<li><em>Haskell Communities and Activities Report</em> The November 2005 edition of the [http://www.haskell.org/communities/ Haskell Communities and Activities Report] is available now.
 
</li>
 
 
<li><em>"Haskell is the programming tool of choice for discriminating hackers"</em> for the second year running!<br />The teams winning first and third place in the [http://icfpc.plt-scheme.org/ ICFP 2005 programming contest] both used Haskell.
 
</li>
 
 
</ul>
 
 
''2005-11-29''
 
<ul>
 
<li>
 
<em>Monads in other languages.</em> A very interesting
 
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/9430 thread]
 
covering availability of monads for other programming languages.
 
</li>
 
 
<li>
 
<em>Haskell in higher education.</em> John Hughes posted a
 
[http://thread.gmane.org/gmane.comp.lang.haskell.general/12680 survey]
 
aimed at those teaching Haskell in higher education.
 
</li>
 
 
<li>
 
<em>GHC 6.6 progress.</em> Jim Apple mentioned the
 
[http://haskell.org/hawiki/GHC_206_2e6 wiki page] on GHC
 
6.6.
 
</li>
 
 
<li>
 
<em>GHC targetting Java.</em> John Goerzen
 
[http://thread.gmane.org/gmane.comp.lang.haskell.glasgow.user/8970 asked]
 
about the apparent support for a Java target in the GHC source
 
tree. Simon Peyton-Jones noted that it is no longer supported.
 
</li>
 
</ul>
 
 
''2005-11-22''
 
 
<ul>
 
<li><em>hmp3</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12637 announced]
 
hmp3, an ncurses-based music player written in Haskell.</li>
 
 
<li><em>Frag</em>. Mon Hon Cheong
 
[http://thread.gmane.org/gmane.comp.lang.haskell.general/12628 announced]
 
Frag, a first-person shooter written in Haskell using HOpenGL.
 
Several comments were posted offering thanks and seeking more
 
information. [http://haskell.org/hawiki/Frag Screenshots] are also
 
available.</li>
 
 
<li><em>Haskell Communities & Activities Report</em>. The
 
November 2005 editition of this report is now
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12624 available].</li>
 
 
<li><em>Haskell Server Pages 0.4.0</em>. The latest release of
 
HASP is now
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12617 available],
 
featuring a new bytecode generator and less of a need for many
 
other add-on packages.
 
</li>
 
 
<li><em>Blobs diagram editor.</em> The first release of Blobs was
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12603 announced]
 
this week. It is based on earlier work that has been shown at
 
some Haskell conferences.</li>
 
</ul>
 
 
''2005-11-15''
 
 
<ul>
 
<li><em>York Haskell Compiler.</em> Thomas Davie
 
[http://thread.gmane.org/gmane.comp.lang.haskell.general/12485 announced]
 
the York Haskell Compiler project, which already has working
 
code. Quite a few people chimed in with questions.
 
</ul>
 
 
''2005-11-08''
 
 
<ul>
 
<li><em>Haskell-mode 2.1.</em> Stefan Monnier recently
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12445 released]
 
version 2.1 of his haskell editing mode for Emacs.
 
</li>
 
 
<li><em>Gtk2hs 0.9.10.</em> Duncan Coutts announced that the latest version of the GTK
 
bindings for Haskell is now
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12436 available].
 
Major new features include the Cairo vector graphics library
 
bindings, Pango text layout code, new Gtk+ 2.8 APIs, and a Windows
 
installer.</li>
 
 
<li><em>Frown 0.6.</em> Ralf Hinze
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12403 announced]
 
the first release of Frown, a LALR(k) parser generator for
 
Haskell. Frown has a number of interesting features and is
 
considered beta-quality at this time.
 
</li>
 
 
<li><em>network-alt 0.3 and hsgnutls 0.2.1.</em> Einar Karttunen
 
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/3904 announced]
 
the availability of new versions of these two libraries.
 
network-alt is an alternative networking library designed to
 
have a nicer API and better performance. hsgnutls is a TLS/SSL
 
layer atop the GNU TLS library, supporting both client and
 
server applications.
 
</li>
 
</ul>
 
 
''2005-11-01''
 
 
<ul>
 
<li><em>Time Library 0.2.</em> Ashley Yakeley
 
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/3882 announced]
 
a draft of a new time library and solicited comments.
 
</li>
 
</ul>
 
 
''2005-10-18''
 
 
<ul>
 
<li><em>Decimal arithmetic library.</em> Jeremy Shaw
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/8734 announced]
 
the "premature release" of his new Decimal arithmetic library,
 
which is designed for cases where binary floating point is not
 
acceptable, such as money.
 
</li>
 
 
<li><em>JRegex.</em> John Meacham
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12340 announced]
 
JRegex, a library that interfaces to both PCRE and Posix regular
 
expressions.
 
</li>
 
 
<li><em>Haskell XML Toolbox 5.3.</em> Uwe Schmidt
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12271 announced]
 
version 5.3 of the Haskell XML Toolbox. The main changes in
 
this release are improvements to the arrow system.
 
</li>
 
</ul>
 
 
''2005-10-11''
 
 
<ul>
 
<li><em>PAM 1.0.</em> Henning Guenther
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12250 announced]
 
version 1.0 of his bindings to the PAM authentication libary.
 
</li>
 
 
<li><em>cpphs 1.0.</em> Malcolm Wallace
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12233 announced]
 
the release of cpphs version 1.0.
 
</li>
 
 
<li><em>MissingH 0.12.0.</em> John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12257 announced]
 
MissingH 0.12.0, which added various enhancements to its binary
 
I/O utilities.
 
</li>
 
</ul>
 
 
''2005-10-04''
 
 
<ul>
 
<li><em>The Monad.Reader, Issue 5.</em> Shae Matijs Erisson
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12216 announced]
 
the release of the fifth issue of The Monad.Reader, the online
 
magazine devoted to Haskell. Subjects in this issue include a short
 
introduction to Haskell, generating polyominoes, a ray tracer, number
 
parameterized types, practical graph manipulation, and a short introduction
 
to software testing in Haskell. TMR is available
 
[http://www.haskell.org/tmrwiki/IssueFive online].
 
</ul>
 
 
''2005-09-27''
 
 
<ul>
 
<li><em>GHC 6.4.1 for MacOS X.</em> Wolfgang Thaller [http://article.gmane.org/gmane.comp.lang.haskell.general/12182 announced]
 
the availability of a binary GHC 6.4.1 package for MacOS X.</li>
 
 
<li><em>ghc-api 0.1.0.</em> Lemmih [http://article.gmane.org/gmane.comp.lang.haskell.general/12166 announced]
 
ghc-api, a cabalization of the GHC 6.5 API. It is currently used
 
by hIDE.</li>
 
</ul>
 
 
''2005-09-20''
 
 
<ul>
 
<li><em>GHC 6.4.1.</em> According to Simon Marlow's [http://article.gmane.org/gmane.comp.lang.haskell.general/12158 announcement],
 
GHC 6.4.1 is out and is mainly a bugfix release. No library
 
APIs have changed, so code working with GHC 6.4 should continue to
 
work.</li>
 
 
<li><em>Visual Haskell 0.0.</em> Simon Marlow [http://article.gmane.org/gmane.comp.lang.haskell.general/12161 announced]
 
Visual Haskell 0.0, a Haskell development environment for the
 
Microsoft Visual Studio platform.
 
</li>
 
</ul>
 
 
''2005-09-13''
 
 
<ul>
 
<li><em>CabalFind 0.1.</em> Dimitry Golubovsky [http://article.gmane.org/gmane.comp.lang.haskell.cafe/8214 announced]
 
CabalFind 0.1, an interface to search engines such as Google and
 
Yahoo designed to help find Cabalized packages out on the
 
Internet.</li>
 
 
<li><em>gtk2hs with Cairo.</em> Duncan Coutts [http://article.gmane.org/gmane.comp.lang.haskell.general/12082 announced]
 
a special release of gtk2hs as a "tech preview" of the included
 
Cairo bindings. Some impressive screenshots are in there as
 
well.
 
</li>
 
 
<li><em>OOHaskell</em>. Ralf Laemmel and Olaf Kiselyov [http://article.gmane.org/gmane.comp.lang.haskell.general/12077 announced]
 
a new version of their paper, "Haskell's overlooked object
 
system" and its accompanying library.
 
</li>
 
 
<li><em>StringMap.</em> Adrian Hey [http://article.gmane.org/gmane.comp.lang.haskell.general/12104 announced]
 
his new module, Data.StringMap, which provides mapes from String
 
keys to arbitrary values.
 
</li>
 
 
<li><em>AVL 2.3.</em> Adrian Hey [http://article.gmane.org/gmane.comp.lang.haskell.libraries/3714 announced]
 
version 2.3 of his Data.Tree.AVL library, adding a few new
 
features and a bit of renaming.
 
</li>
 
</ul>
 
 
''2005-09-06''
 
 
<ul>
 
<li><em>h4sh 0.2.</em> Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12043 announced]
 
version 0.2 of h4sh, a tool to expose Haskell functions to
 
shell scripters. This release adds more functions, removed
 
argument flags, cabalized the package, added regex operators,
 
and had some other changes as well.
 
</li>
 
 
<li><em>cabal-get/put beta.</em> Isaac Jones [http://thread.gmane.org/gmane.comp.lang.haskell.cafe/8188 announced]
 
the beta of cabal-get, which will download and install Haskell
 
packages and their dependencies. It is designed to work for any
 
cabal-compatible package. The cabal-get team is
 
looking for beta testers to
 
try out both cabal-get and cabal-put.
 
</li>
 
</ul>
 
 
''2005-08-30''
 
 
<ul>
 
<li><em>FUSE bindings.</em> David Roundy [http://article.gmane.org/gmane.comp.lang.haskell.cafe/8110 announced]
 
bindings for FUSE, the Linux library that lets people develop a
 
filesystem using userspace code. Isaac Jones also
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/8125 mentioned]
 
Jeremy Bobbio's FUSE bindings.
 
</li>
 
 
<li><em>FastPackedString (FPS) packaging.</em> Don Stewart has
 
extracted the FastPackedString module from darcs and
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/12003 produced] a standalone package. It is useful for working with
 
binary data and blocks of string data.
 
</li>
 
 
<li><em>Haskell Server Pages (HASP).</em> Lemmih [http://thread.gmane.org/gmane.comp.lang.haskell.general/12002 announced]
 
Haskell Server Pages 0.3, an infrastructure for developing
 
dynamic web sites. It's based around XML and the earlier work
 
on HSP.
 
 
<li><em>Cairo bindings for gtk2hs completed.</em> Paolo Martini
 
[http://sourceforge.net/mailarchive/forum.php?thread_id=8063084&forum_id=44293 announced]
 
that the Cairo bindings have been checked into the gtk2hs CVS
 
repo on SourceForge.
 
</li>
 
</ul>
 
 
''2005-08-23''
 
 
<ul>
 
<li><em>ghc-src 0.2.0.</em> Lemmih [http://article.gmane.org/gmane.comp.lang.haskell.general/11987 announced]
 
ghc-src. ghc-src is a Haskell parser with full support for every
 
GHC extension. It is based on the GHC source and is meant as a
 
replacement for haskell-src-exts, though it could of course have
 
other ueses. ghc-src is available via a Darcs [http://scannedinavian.org/~lemmih/ghc-src/ repository].
 
</li>
 
 
<li>
 
<em>Cairo binding.</em> Not a formal release, but [http://haskell.org/gtk2hs/archives/category/cairo/ great progress] is being made on the binding to the
 
[http://www.cairographics.org/introduction Cairo] vector
 
graphics toolkit, including some working code.</li>
 
</ul>
 
 
''2005-02-16''
 
 
<ul>
 
<li><em>gtk2hs 0.9.9</em>. Axel Simon [http://article.gmane.org/gmane.comp.lang.haskell.general/11971 announced]
 
the latest version of this binding to GTK, primarily
 
containing bugfixes.</li>
 
 
<li><em>h4sh</em>. Don Stewart [http://article.gmane.org/gmane.comp.lang.haskell.general/11970 announced]
 
the new Haskell for shell scripts package. It exposes the
 
Haskell Data.List library for use in shell scripting.</li>
 
 
<li><em>c2hs 0.14.3</em>. Manuel M. T. Chakravarty [http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/8566 released]
 
version 0.14.3 of c2hs. Improvements over 0.14.1 include
 
support for cross-compilation, gcc's asm construct, better
 
support for hierarchical module syntax, and new name translation
 
functions.
 
</li>
 
 
<li><em>magic-haskell</em>. John Goerzen [http://www.haskell.org//pipermail/haskell/2005-August/016288.html announced]
 
the availability of magic-haskell, a binding to C's libmagic.
 
With it, you can determine the type of a file by looking at its
 
contents rather than its name.</li>
 
 
<li><em>AVL 2.2</em>. Adrian Hey [http://article.gmane.org/gmane.comp.lang.haskell.libraries/3631 released]
 
AVL 2.2. It introduces new set manipulation functions, a new
 
type of zipper, and optimizations for functions that don't
 
modify a tree.
 
</li>
 
</ul>
 
 
''2005-08-09''
 
 
<ul>
 
<li><em>Haddock</em> Simon Marlow announced the [http://article.gmane.org/gmane.comp.lang.haskell.general/11903 release]
 
of Haddock version 0.7. Highlights of this version include
 
improvements for linking across different packages, bug fixes,
 
collapsable trees in HTML, and support for new output
 
formats.</li>
 
 
<li><em>hsgnutls</em> Einar Karttunen has released [http://www.cs.helsinki.fi/u/ekarttun/hsgnutls/ hsgnutls]
 
0.1, a Haskell binding for the GnuTLS SSL/TLS library.
 
</li>
 
 
<li><em>OpenLDAP</em> John Goerzen [http://article.gmane.org/gmane.comp.lang.haskell.general/11932 announced]
 
the release of a preliminary, but working, binding to OpenLDAP
 
from Haskell.
 
</li>
 
</ul>
 
 
''2005-08-02''
 
 
<ul>
 
<li><em>hsffig</em>, a new FFI binding generator, was
 
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/7498 announced]
 
by Dimitry Golubovsky. Download via its Darcs
 
[http://www.golubovsky.org/repos/hsffig repository].
 
The main unique feature of hsffig is that it can parse C .h
 
files without any human assistance whatsoever. Version
 
1.0 was also
 
[http://www.haskell.org//pipermail/haskell-cafe/2005-August/010941.html announced]
 
just yesterday.
 
</li>
 
 
<li><em>c2hs</em> version 0.14.1 is
 
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/8415 out].
 
It has a new parser system and its build system is now based
 
upon Cabal.
 
</li>
 
 
<li><em>[http://quux.org/devel/missingh MissingH]</em>
 
0.11.3 is out, and now supports Windows. MissingH is a
 
library of pure-Haskell utility functions relating to strings,
 
logging, and I/O. Darcs [http://darcs.complete.org/missingh repository] also
 
available.
 
</li>
 
 
<li><em>MissingH LGPL/BSD branch</em> was announced. This branch
 
is a stripped-down version of MissingH, with all GPL'd code
 
either re-licensed or removed. It is available from a Darcs
 
[http://darcs.complete.org/missingh.lgpl repository]
 
only.
 
</li>
 
 
<li>[http://www.perl.com/pub/a/2005/03/03/pugs_interview.html An interview with Autrijus Tang about her Pugs project] (a Perl 6 implementation in Haskell).
 
</li>
 
 
<li>''"Haskell is the language of choice for discriminating hackers!"''<br>The teams winning first and second place in the [http://www.cis.upenn.edu/proj/plclub/contest/results.php ICFP 2004 programming contest] both used Haskell.
 
</li>
 
</ul>
 
 
''2005-07''
 
 
<ul>
 
<li><em>hs-plugins 0.9.10</em> was released by
 
[http://www.haskell.org/pipermail/haskell/2005-July/016096.html Don Stewart].
 
</li>
 
</ul>
 
 
''2005-06''
 
 
<ul>
 
<li><em>HSQL-1.6</em> was released by
 
[http://www.haskell.org/pipermail/haskell/2005-June/016007.html Krasimir Angelov].
 
</li>
 
 
<li><em>Gtk2Hs version 0.9.8</em> was released by
 
[http://www.haskell.org/pipermail/haskell/2005-June/016067.html Duncan Coutts].
 
</li>
 
 
<li><em>AVL library update available.</em> Adrian Hey
 
[http://www.haskell.org/pipermail/haskell/2005-June/016067.html announced]
 
an update of AVL data structure library.
 
</li>
 
 
<li><em>The GHC survey results are out</em> Simon Marlow
 
[http://www.haskell.org/pipermail/haskell/2005-June/016072.html announced]
 
the results of the GHC user survey.
 
</li>
 
</ul>
 
 
''2005-05''
 
 
<ul>
 
<li><em>Issue 2 of The Monad Reader</em>
 
[http://www.haskell.org/pipermail/haskell/2005-May/015787.html is out]
 
</li>
 
 
<li><em>wxHaskell 0.9.4</em> is released by
 
[http://www.haskell.org/pipermail/haskell/2005-May/015798.html Daan Leijen]
 
</li>
 
 
<li><em>pesco-cmdline-2.0</em> Sven Hallberg
 
[http://www.haskell.org/pipermail/haskell/2005-May/015833.html announced]
 
his command line library is available.
 
</li>
 
 
<li><em>Haskell Communities & Activities Report (8th ed., May 2005)</em>
 
is [http://www.haskell.org/pipermail/haskell/2005-May/015856.html out now],
 
thanks to Andres Loeh.
 
</li>
 
 
<li><em>Haskell Server Pages 0.2</em>. Niklas Broberg
 
[http://www.haskell.org/pipermail/haskell/2005-May/015858.html announced]
 
HSP 0.2 is out.
 
</li>
 
 
<li><em>Dumatel 1.02</em>. Serge D. Mechveliani
 
[http://www.haskell.org/pipermail/haskell/2005-May/015877.html released]
 
version 1.02 of Dumatel, a prover program based on
 
equational reasoning.
 
</li>
 
 
<li><em> SearchPath 0.5</em>. S. Alexander Jacobson implemented and
 
[http://www.haskell.org/pipermail/haskell/2005-May/015878.html released]
 
Internet import chasing. You wrap your
 
compiler/interpreter call with "searchpath", pass the correct
 
parameters and it will find all your module imports, if they are
 
not local, it will look them up in Internet module directories
 
you specify, retrieve the relevant modules, put them on your path
 
and then run your compiler/interpeter with the appropriate
 
commandline options.
 
</li>
 
 
<li><em>hat-2.04, a Haskell Tracer</em>
 
Malcolm Wallace [http://www.haskell.org/pipermail/haskell/2005-May/015879.html released]
 
a new release of Hat, the Haskell Tracer.
 
</li>
 
 
<li><em>C->Haskell</em>. Manuel Chakravarty
 
[http://www.haskell.org/pipermail/haskell/2005-May/015887.html released]
 
version 0.13.6 "Pressing Forward" of the
 
interface generator C-&gt;Haskell.
 
</li>
 
 
<li><em>lambdabot 3.0</em>. Don Stewart
 
[http://www.haskell.org/pipermail/haskell/2005-May/015942.html released]
 
lambdabot 3.0. lambdabot is a stable, feature rich IRC bot based on a dynamic plugin framework. 98% of lambdabot is dynamically loaded over a static core. Lambdabot also features persistent state -- knowledge accumulated during an irc session is not lost if the program is restarted.
 
</li>
 
</ul>
 
 
''2005-04''
 
 
<ul>
 
<li><em>MissingH 0.10.0</em>. John Goerzen
 
[http://www.haskell.org/pipermail/haskell/2005-April/015652.html released]
 
a new version of the MissingH library of Haskell functions.
 
 
<li><em>haste - Haskell TurboEdit</em>.
 
[http://www.haskell.org/pipermail/haskell/2005-April/015667.html haste]
 
- Haskell TurboEdit - is an IDE for the functional programming
 
language Haskell, written in Haskell.
 
</li>
 
 
<li><em>haskell-src-exts 0.2</em> Niklas Broberg
 
[http://www.haskell.org/pipermail/haskell/2005-April/015687.html announced]
 
haskell-src-exts 0.2. haskell-src-exts (hsx)
 
is an extension of the standard haskell-src package, and handles
 
most common syntactic extensions to Haskell
 
</li>
 
 
<li><em>Haskell XML Toolbox 5.01</em>. Uwe Schmidt
 
[http://www.haskell.org/pipermail/haskell/2005-April/015690.html announced]
 
Haskell XML Toolbox 5.01. Haskell XML Toolbox
 
is for processing XML, and includes a validating parser and a new XPath module.
 
</li>
 
 
<li><em>The jhc Haskell compiler</em>. John Meacham
 
[http://www.haskell.org/pipermail/haskell/2005-April/015712.html announced]
 
jhc, a new Haskell compiler! Jhc is a compiler
 
for Haskell that aims to produce very efficient code as well as
 
explore novel compilation techniques in an attempt to make them
 
practical. One thing jhc does not aim to be is a toy or
 
proof-of-concept compiler. A lot of the techniques have already
 
had proof-of-concept implementations and jhc aims to determine
 
how to bring them to a full-scale Haskell compiler. (or die
 
trying)
 
</li>
 
 
<li><em>Haskell Cryptographic Library 2.0.1</em>. Dominic Steinitz
 
[http://www.haskell.org/pipermail/haskell/2005-April/015739.html announced]
 
the release of a new version of the Haskell
 
Cryptographic Library. It now uses darcs and cabal. The most
 
significant change is in the way ASN.1 is handled. This has been
 
made generic enough to handle PKCS#8 private keys and X.509
 
certificates.
 
</li>
 
</ul>
 
 
''2005-03''
 
 
<ul>
 
<li><em>De-typechecker: converting from a type to a term</em>.
 
[http://www.haskell.org/pipermail/haskell/2005-March/015423.html stunned]
 
readers of the Haskell mailing list with
 
a presentation of polymorphic functions that derive a term for a
 
given type -- for a class of fully polymorphic functions: proper
 
and improper combinators. I.e. A de-typechecker: converting from a
 
type to a term.
 
</li>
 
 
<li><em>Issue 1 of The Monad Reader</em>. Shae Erisson
 
[http://www.haskell.org/pipermail/haskell/2005-March/015425.html published]
 
the first issue of The Monad.Reader.
 
</li>
 
 
<li><em>The GHC Survey 2005</em>. Simon Marlow
 
[http://www.haskell.org/pipermail/haskell/2005-March/015451.html announced]
 
that a GHC user survey was available to be filled out.
 
</li>
 
 
<li><em>The (Interactive) Glasgow Haskell Compiler -- version 6.4</em>.
 
The GHC Team is [http://www.haskell.org/pipermail/haskell/2005-March/015492.html delighted]
 
to announce a new major release of GHC.
 
</li>
 
 
<li><em>nhc98-1.18 + hmake-3.10</em>.
 
Malcolm Wallace was [http://www.haskell.org/pipermail/haskell/2005-March/015494.html pleased]
 
to announce a new release of the nhc98 compiler and the hmake
 
compilation manager.
 
</li>
 
 
<li><em>Hugs interim release</em>.
 
Chasing the Jones's, we are pleased to
 
[http://www.haskell.org/pipermail/haskell/2005-March/015496.html announced]
 
an interim release of Hugs98, primarily targeted at Unix systems
 
to gain experience with new features, especially Cabal.
 
</li>
 
 
<li><em>HWSProxyGen version 0.1</em>. Andre Furtado
 
[http://www.haskell.org/pipermail/haskell/2005-March/015614.html announced]
 
HWSProxyGen version 0.1, a web services proxy
 
generator for the Haskell functional language, implemented in
 
Haskell and C#.
 
</li>
 
 
<li><em>yi 0.1</em>. Don Stewart
 
[http://www.haskell.org/pipermail/haskell/2005-March/015615.html announced]
 
yi 0.1, an extensible, dynamic text editor written in Haskell.
 
</li>
 
 
</ul>
 
 
''2005-02''
 
 
<ul>
 
<li><em>MissingH 0.9.0</em>. John Goerzen
 
[http://www.haskell.org/pipermail/haskell/2005-February/015298.html announced]
 
MissingH 0.9.0, a library of `missing' standard Haskell functions.
 
</li>
 
 
<li><em>MissingPy</em>. John Goerzen
 
[http://www.haskell.org/pipermail/haskell/2005-February/015299.html announced]
 
MissingPy 0.1.0. MissingPy is two things: 1) A
 
Haskell binding for many C and Python libraries for tasks such as
 
data compression, databases, etc. This can be found in the
 
MissingPy module tree. 2) A low-level Haskell binding to the
 
Python interpreter to enable development of hybrid applications
 
that use both environments. This can be found in the Python module
 
tree. The Haskell bindings above use this environment. MissingPy
 
permits you to call Python code from Haskell. It does NOT permit
 
you to call Haskell code from Python.
 
</li>
 
 
 
<li><em>FGL version Feb 2005</em>. Martin Erwig
+
<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://www.haskell.org/pipermail/haskell/2005-February/015310.html announced]
 
FGL - A Functional Graph Library, Version February 2005
 
</li>
 
 
 
<li><em>Hacanon 0.1</em>. Lemmih
+
<li><p><em>hetris 0.1</em>. Uploaded by Gwern Branwen.
[http://www.haskell.org/pipermail/haskell/2005-February/015372.html announced]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hetris-0.1 hetris]: Text Tetris.</p></li>
  +
Hacanon 0.1. Hacanon is a Template Haskell
 
  +
<li><p><em>bzlib 0.4.0.3</em>. Uploaded by Duncan Coutts.
library which automates the process of binding Haskell to libraries
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bzlib-0.4.0.3 bzlib]: Compression and decompression in the bzip2 format.</p></li>
written in C++. It's designed to capture common patterns and allow
 
  +
the programmer to specify the desired behaviour accordingly.
 
  +
<li><p><em>HAppS-Server 0.9.2</em>. Uploaded by David Himmelstrup.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-Server-0.9.2 HAppS-Server]: Web related tools and services..</p></li>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<li><p><em>infix 0.1</em>. Uploaded by Gwern Branwen.
  +
[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>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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<li><p><em>HsSyck 0.42</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsSyck-0.42 HsSyck]: Fast, lightweight YAML loader and dumper.</p></li>
  +
  +
<li><p><em>mohws 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mohws-0.1 mohws]: Modular Haskell Web Server.</p></li>
  +
  +
<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>
  +
  +
<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>
  +
  +
<li><p><em>dsp 0.2.1</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dsp-0.2.1 dsp]: Haskell Digital Signal Processing.</p></li>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<li><p><em>Shellac-compatline 0.9</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-compatline-0.9 Shellac-compatline]: "compatline" backend module for Shellac.</p></li>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<li><p><em>libGenI 0.16.1</em>. Uploaded by Eric Kow.
  +
[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>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>
  +
  +
<li><p><em>midi 0.0.5</em>. Uploaded by Henning Thielemann.
  +
[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.
  +
[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>
  +
  +
<li><p><em>numeric-quest 0.1.1</em>. Uploaded by Henning Thielemann.
  +
[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>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>
  +
  +
<li><p><em>child 0.0-2005-02-14</em>. Uploaded by Gwern Branwen.
  +
[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>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>
   
  +
''2008-02-10''
<li><em>hs-plugins 0.9.8</em>. Don Stewart
 
[http://www.haskell.org/pipermail/haskell/2005-February/015384.html released]
 
hs-plugins 0.9.8, a dynamic linker library for Haskell.
 
</li>
 
 
<li><em>wxHaskell 0.9</em>. Daan Leijen
 
[http://www.haskell.org/pipermail/haskell/2005-February/015403.html released]
 
wxHaskell 0.9. This new release has support for the printing and
 
much improved support for processes and the grid control.
 
</li>
 
</ul>
 
   
  +
<ul><li><p><em>WordNet 0.1.1</em>. Uploaded by Max Rabkin.
''2005-01''
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WordNet-0.1.1 WordNet]: Haskell interface to the WordNet database.</p></li>
 
<ul>
 
<li><em>Codec 1.0</em>. Dominic Steinitz
 
[http://www.haskell.org/pipermail/haskell/2005-January/015127.html released]
 
Codec, a cryptographic library.
 
</li>
 
 
 
  +
<li><p><em>lazysmallcheck 0.1</em>. Uploaded by Gwern Branwen.
<li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lazysmallcheck-0.1 lazysmallcheck]: A library for demand-driven testing of Haskell programs.</p></li>
<em>Generic Haskell 1.42 (Coral)</em>. Andres Loeh
 
[http://www.haskell.org/pipermail/haskell/2005-January/015156.html released]
 
Generic Haskell 1.42.
 
</li>
 
 
 
<li><em>Cabal 0.4</em>. Isaac Jones
+
<li><p><em>DrIFT 2.2.3</em>. Uploaded by Gwern Branwen.
[http://www.haskell.org/pipermail/haskell/2005-January/015172.html released]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/DrIFT-2.2.3 DrIFT]: Program to derive type class instances.</p></li>
  +
Cabal 0.4, a build system for Haskell libraries.
 
  +
<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>
<li><em>Happy 1.15</em>. Simon Marlow
 
  +
[http://www.haskell.org/pipermail/haskell/2005-January/015191.html released]
 
  +
<li><p><em>leksah 0.1</em>. Uploaded by Juergen NicklischFranken.
Happy 1.15, a parser generator for Haskell.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/leksah-0.1 leksah]: Genuine Haskell Face.</p></li>
</li>
 
  +
 
<li><em>Unicode CWString</em>. John Meacham
+
<li><p><em>frag 1.1</em>. Uploaded by Gwern Branwen.
[http://www.haskell.org/pipermail/haskell/2005-January/015205.html announced]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/frag-1.1 frag]: 3-D First Person Shooter (FPS).</p></li>
  +
a new version of his unicode CWString library with extras.
 
  +
<li><p><em>GoogleChart 0.2</em>. Uploaded by Evan Martin.
</li>
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GoogleChart-0.2 GoogleChart]: Generate web-based charts using the Google Chart API.</p></li>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<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>
  +
  +
<li><p><em>Stream 0.2.3</em>. Uploaded by Wouter Swierstra.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream-0.2.3 Stream]: A library for manipulating infinite lists..</p></li>
  +
  +
<li><p><em>Finance-Treasury 0.1.1</em>. Uploaded by Stephen Lihn.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Treasury-0.1.1 Finance-Treasury]: Obtain Treasury yield curve data.</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>newports 1.1</em>. Uploaded by Brad Clawsie.
  +
[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><p><em>Finance-Treasury 0.1</em>. Uploaded by Stephen Lihn.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Treasury-0.1 Finance-Treasury]: Obtain Treasury yield curve data.</p></li>
  +
  +
<li><p><em>GPLib 0.0</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GPLib-0.0 GPLib]: Generic library for genetic programming.</p></li>
  +
  +
<li><p><em>nano-hmac 0.1.1</em>. Uploaded by Hitesh Jasani.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nano-hmac-0.1.1 nano-hmac]: Bindings to OpenSSL HMAC..</p></li>
  +
  +
<li><p><em>multiset 0.1</em>. Uploaded by Twan VanLaarhoven.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/multiset-0.1 multiset]: The Data.MultiSet container type.</p></li>
  +
  +
<li><p><em>hpodder 1.1.0</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hpodder-1.1.0 hpodder]: Podcast Aggregator (downloader).</p></li>
  +
  +
<li><p><em>bimap 0.2.1</em>. Uploaded by Stuart Cook.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bimap-0.2.1 bimap]: Bidirectional mapping between two key types.</p></li>
  +
  +
<li><p><em>monadLib 3.4.4</em>. Uploaded by Iavor Diatchki.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monadLib-3.4.4 monadLib]: A collection of monad transformers..</p></li>
  +
  +
<li><p><em>IOSpec 0.2</em>. Uploaded by Wouter Swierstra.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/IOSpec-0.2 IOSpec]: A pure specification of the IO monad..</p></li>
  +
  +
<li><p><em>bimap 0.2</em>. Uploaded by Stuart Cook.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bimap-0.2 bimap]: Bidirectional mapping between two key types.</p></li>
  +
  +
<li><p><em>strictify 0.1</em>. Uploaded by Sterling Clover.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strictify-0.1 strictify]: Find a local optimum of strictness annotations..</p></li>
  +
  +
<li><p><em>heap 0.2.2</em>. Uploaded by Stephan Friedrichs.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/heap-0.2.2 heap]: Heaps in Haskell.</p></li>
  +
  +
<li><p><em>LDAP 0.6.4</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LDAP-0.6.4 LDAP]: Haskell binding for C LDAP API.</p></li>
  +
  +
<li><p><em>HStringTemplate 0.2</em>. Uploaded by Sterling Clover.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HStringTemplate-0.2 HStringTemplate]: StringTemplate implementation in Haskell..</p></li>
  +
  +
<li><p><em>RJson 0.3.2</em>. Uploaded by Alex Drummond.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.3.2 RJson]: A reflective JSON serializer/parser..</p></li>
  +
  +
<li><p><em>network-dns 0.1.1</em>. Uploaded by Adam Langley.
  +
[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><p><em>lcs 0.2</em>. Uploaded by Ian Lynagh.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lcs-0.2 lcs]: Find longest common sublist of two lists.</p></li>
  +
  +
<li><p><em>tracker 0.1</em>. Uploaded by Will Thompson.
  +
[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>
  +
  +
<li><p><em>CC-delcont 0.2</em>. Uploaded by Dan Doel.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/CC-delcont-0.2 CC-delcont]: Delimited continuations and dynamically scoped variables.</p></li>
  +
  +
<li><p><em>control-timeout 0.1.2</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-timeout-0.1.2 control-timeout]: Timeout handling.</p></li>
  +
  +
<li><p><em>network-dns 0.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-dns-0.1 network-dns]: A pure Haskell, asyncronous DNS client library.</p></li>
  +
  +
<li><p><em>binary-strict 0.2.4</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.4 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
  +
  +
<li><p><em>heap 0.1.1</em>. Uploaded by Stephan Friedrichs.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/heap-0.1.1 heap]: Heaps in Haskell.</p></li>
  +
  +
<li><p><em>HCL 1.3</em>. Uploaded by Justin Bailey.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HCL-1.3 HCL]: High-level library for building command line interfaces..</p></li>
  +
  +
<li><p><em>yi 0.3</em>. Uploaded by Jean PhilippeBernardy.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/yi-0.3 yi]: The Haskell-Scriptable Editor.</p></li>
  +
  +
<li><p><em>binary-strict 0.2.3</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.3 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
  +
  +
<li><p><em>heap 0.1</em>. Uploaded by Stephan Friedrichs.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/heap-0.1 heap]: Heaps in Haskell.</p></li>
  +
  +
<li><p><em>pureMD5 0.1.2</em>. Uploaded by Thomas DuBuisson.
  +
[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><p><em>RJson 0.3.1</em>. Uploaded by Alex Drummond.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.3.1 RJson]: A reflective JSON serializer/parser..</p></li>
  +
  +
<li><p><em>template 0.1.1.1</em>. Uploaded by Johan Tibell.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/template-0.1.1.1 template]: Simple string substitution.</p></li>
  +
  +
<li><p><em>network-bytestring 0.1.1.1</em>. Uploaded by Johan Tibell.
  +
[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><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>
  +
  +
<li><p><em>mersenne-random-pure64 0.1.1</em>. Uploaded by Donald Stewart.
  +
[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><em>Diff 0.1</em>. Uploaded by Sterling Clover.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Diff-0.1 Diff]: O(ND) diff algorithm in haskell..</p></li>
  +
  +
<li><p><em>crack 0.1</em>. Uploaded by Trevor Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/crack-0.1 crack]: A haskell binding to cracklib.</p></li>
  +
  +
<li><p><em>miniplex 0.3.3</em>. Uploaded by Lukas Mai.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/miniplex-0.3.3 miniplex]: simple 1-to-N interprocess communication.</p></li>
  +
  +
<li><p><em>colock 0.2.2</em>. Uploaded by Lukas Mai.
  +
[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>
  +
  +
<li><p><em>mersenne-random-pure64 0.1</em>. Uploaded by Donald Stewart.
  +
[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>
  +
  +
<li><p><em>network-rpca 0.0.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-rpca-0.0.1 network-rpca]: A cross-platform RPC library.</p></li>
  +
  +
<li><p><em>xmonad-contrib 0.6</em>. Uploaded by Spencer Janssen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.6 xmonad-contrib]: Third party extensions for xmonad.</p></li>
  +
  +
<li><p><em>xmonad 0.6</em>. Uploaded by Spencer Janssen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-0.6 xmonad]: A tiling window manager.</p></li>
  +
  +
<li><p><em>codec-libevent 0.1.2</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/codec-libevent-0.1.2 codec-libevent]: Cross-platform structure serialisation.</p></li>
  +
  +
<li><p><em>bytestringparser 0.3</em>. Uploaded by Bryan OSullivan.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestringparser-0.3 bytestringparser]: Combinator parsing with Data.ByteString.Lazy.</p></li>
  +
  +
<li><p><em>HStringTemplate 0.2</em>. Uploaded by Sterling Clover.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HStringTemplate-0.2 HStringTemplate]: StringTemplate implementation in Haskell..</p></li>
  +
  +
<li><p><em>value-supply 0.1</em>. Uploaded by Iavor Diatchki.
  +
[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><p><em>derive 0.1.1</em>. Uploaded by Neil Mitchell.
  +
[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>
  +
  +
<li><p><em>control-timeout 0.1.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-timeout-0.1.1 control-timeout]: Timeout handling.</p></li>
  +
  +
<li><p><em>mkcabal 0.4.1</em>. Uploaded by Donald Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.4.1 mkcabal]: Generate cabal files for a Haskell project.</p></li>
  +
  +
<li><p><em>regexpr 0.2.9</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.9 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>mtlparse 0.0.0.5</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtlparse-0.0.0.5 mtlparse]: parse library use mtl package.</p></li>
  +
  +
<li><p><em>cgi 3001.1.5.2</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cgi-3001.1.5.2 cgi]: A library for writing CGI programs.</p></li>
  +
  +
<li><p><em>xhtml 3000.0.2.2</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xhtml-3000.0.2.2 xhtml]: An XHTML combinator library.</p></li>
  +
  +
<li><p><em>harpy 0.4</em>. Uploaded by Martin Grabmueller.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/harpy-0.4 harpy]: Runtime code generation for x86 machine code.</p></li>
  +
  +
<li><p><em>editline 0.2</em>. Uploaded by Judah Jacobson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/editline-0.2 editline]: Bindings to the editline library (libedit)..</p></li>
  +
  +
<li><p><em>hmatrix 0.2.0.0</em>. Uploaded by Alberto Ruiz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.2.0.0 hmatrix]: Linear algebra and numerical computations.</p></li>
  +
  +
<li><p><em>regexpr 0.2.8</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.8 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>pcre-light 0.3</em>. Uploaded by Donald Stewart.
  +
[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><p><em>mersenne-random 0.1</em>. Uploaded by Donald Stewart.
  +
[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>
  +
  +
<li><p><em>AvlTree 2.4</em>. Uploaded by Adrian Hey.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AvlTree-2.4 AvlTree]: Balanced binary trees using AVL algorithm..</p></li>
  +
  +
<li><p><em>fec 0.1.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fec-0.1.1 fec]: Forward error correction of ByteStrings.</p></li>
  +
  +
<li><p><em>COrdering 2.1</em>. Uploaded by Adrian Hey.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/COrdering-2.1 COrdering]: An algebraic data type similar to Prelude Ordering..</p></li>
  +
  +
<li><p><em>i18n 0.3</em>. Uploaded by Eugene Grigoriev.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/i18n-0.3 i18n]: Internationalization for Haskell.</p></li>
  +
  +
<li><p><em>binary-strict 0.2.2</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.2 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
  +
  +
<li><p><em>regexpr 0.2.6</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.6 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>RJson 0.2</em>. Uploaded by Alex Drummond.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.2 RJson]: A reflective JSON serializer/parser..</p></li>
  +
  +
<li><p><em>regexpr 0.2.5</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.5 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>fec 0.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fec-0.1 fec]: Forward error correction of ByteStrings.</p></li>
  +
  +
<li><p><em>dataenc 0.10.2</em>. Uploaded by Magnus Therning.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc-0.10.2 dataenc]: Data encoding library.</p></li>
  +
  +
<li><p><em>regexpr 0.2.3</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.3 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>regexpr 0.2.2</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.2 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>reactive 0.3</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.3 reactive]: Simple foundation for functional reactive programming.</p></li>
  +
  +
<li><p><em>regexpr 0.2.1</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.1 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>djinn 2008.1.18</em>. Uploaded by Lennart Augustsson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/djinn-2008.1.18 djinn]: Generate Haskell code from a type.</p></li>
  +
  +
<li><p><em>Etherbunny 0.3</em>. Uploaded by Nicholas Burlett.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Etherbunny-0.3 Etherbunny]: A network analysis toolkit for Haskell.</p></li>
  +
  +
<li><p><em>regexpr 0.2.0</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.2.0 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>RJson 0.1</em>. Uploaded by Alex Drummond.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.1 RJson]: A reflective JSON serializer/parser..</p></li>
  +
  +
<li><p><em>RJson 0.1</em>. Uploaded by Alex Drummond.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson-0.1 RJson]: A reflective JSON serializer/parser..</p></li>
  +
  +
<li><p><em>regexpr 0.1.7</em>. Uploaded by Yoshikuni Jujo.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.1.7 regexpr]: regular expression like Perl/Ruby in Haskell.</p></li>
  +
  +
<li><p><em>reactive 0.2</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.2 reactive]: Simple foundation for functional reactive programming.</p></li>
  +
  +
<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>
  +
  +
<li><p><em>dfsbuild 1.0.2</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dfsbuild-1.0.2 dfsbuild]: Build Debian From Scratch CD/DVD images.</p></li>
  +
  +
<li><p><em>darcs-buildpackage 0.5.12</em>. Uploaded by John Goerzen.
  +
[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>
  +
  +
<li><p><em>anydbm 1.0.5</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/anydbm-1.0.5 anydbm]: Interface for DBM-like database systems.</p></li>
  +
  +
<li><p><em>HDBC-sqlite3 1.1.4.0</em>. Uploaded by John Goerzen.
  +
[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><p><em>HDBC-postgresql 1.1.4.0</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-postgresql-1.1.4.0 HDBC-postgresql]: PostgreSQL driver for HDBC.</p></li>
  +
  +
<li><p><em>HDBC-odbc 1.1.4.0</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.4.0 HDBC-odbc]: ODBC driver for HDBC.</p></li>
  +
  +
<li><p><em>magic 1.0.7</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/magic-1.0.7 magic]: Interface to C file/magic library.</p></li>
  +
  +
<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>
  +
  +
<li><p><em>LDAP 0.6.3</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LDAP-0.6.3 LDAP]: Haskell binding for C LDAP API.</p></li>
  +
  +
<li><p><em>hg-buildpackage 1.0.4</em>. Uploaded by John Goerzen.
  +
[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><p><em>HDBC 1.1.4</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-1.1.4 HDBC]: Haskell Database Connectivity.</p></li>
  +
  +
<li><p><em>HSH 1.2.5</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HSH-1.2.5 HSH]: Library to mix shell scripting with Haskell programs.</p></li>
  +
  +
<li><p><em>editline 0.1</em>. Uploaded by Judah Jacobson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/editline-0.1 editline]: Bindings to the editline library (libedit)..</p></li>
  +
  +
<li><p><em>pureMD5 0.1.1</em>. Uploaded by Thomas DuBuisson.
  +
[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>
  +
  +
<li><p><em>hmp3 1.4</em>. Uploaded by Donald Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmp3-1.4 hmp3]: An ncurses mp3 player written in Haskell.</p></li>
  +
  +
<li><p><em>binary-strict 0.2.1</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2.1 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
  +
  +
<li><p><em>GLFW 0.3</em>. Uploaded by Paul Liu.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GLFW-0.3 GLFW]: A binding for GLFW, An OpenGL Framework.</p></li>
  +
  +
<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>
  +
  +
<li><p><em>hackage2hwn 0.2.1</em>. Uploaded by Donald Stewart.
  +
[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><em>tagsoup 0.4</em>. Uploaded by Neil Mitchell.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tagsoup-0.4 tagsoup]: Parsing and extracting information from (possibly malformed) HTML documents.</p></li>
  +
  +
<li><p><em>HaXml 1.19.2</em>. Uploaded by Malcolm Wallace.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.19.2 HaXml]: Utilities for manipulating XML documents.</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><em>hbeat 0.1</em>. Uploaded by Tim Docker.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hbeat-0.1 hbeat]: A simple step sequencer GUI..</p></li>
  +
  +
<li><p><em>Imlib 0.1.1</em>. Uploaded by Cale Gibbard.
  +
[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>
  +
  +
<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><em>YamlReference 0.8</em>. Uploaded by Oren BenKiki.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YamlReference-0.8 YamlReference]: YAML reference implementation.</p></li>
  +
  +
<li><p><em>ContArrow 0.0.4</em>. Uploaded by Evgeny Jukov.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ContArrow-0.0.4 ContArrow]: Control.Arrow.Transformer.Cont.</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><em>mkcabal 0.4</em>. Uploaded by Donald Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.4 mkcabal]: Generate cabal files for a Haskell project.</p></li>
  +
  +
<li><p><em>pcre-light 0.1</em>. Uploaded by Donald Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcre-light-0.1 pcre-light]: A lightweight binding to PCRE.</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><em>Crypto 4.1.0</em>. Uploaded by Dominic Steinitz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Crypto-4.1.0 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..</p></li>
  +
  +
<li><p><em>containers 0.1.0.1</em>. Uploaded by Ross Paterson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/containers-0.1.0.1 containers]: Assorted concrete container types.</p></li>
  +
  +
<li><p><em>ConfigFile 1.0.4</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ConfigFile-1.0.4 ConfigFile]: Configuration file reading & writing.</p></li>
  +
  +
<li><p><em>MissingH 1.0.0</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MissingH-1.0.0 MissingH]: Large utility library.</p></li>
  +
  +
<li><p><em>hslogger 1.0.4</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslogger-1.0.4 hslogger]: Versatile logging framework.</p></li>
  +
  +
<li><p><em>hslogger 1.0.2</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslogger-1.0.2 hslogger]: Versatile logging framework.</p></li>
  +
  +
<li><p><em>BerkeleyDB 0.3</em>. Uploaded by John McCall.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/BerkeleyDB-0.3 BerkeleyDB]: Bindings for Berkeley DB v1.x.</p></li>
  +
  +
<li><p><em>BitSyntax 0.3.2</em>. Uploaded by Adam Langley.
  +
[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><p><em>Hashell 0.15</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Hashell-0.15 Hashell]: Simple shell written in Haskell.</p></li>
  +
  +
<li><p><em>binary-strict 0.2</em>. Uploaded by Adam Langley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.2 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
  +
  +
<li><p><em>Shu-thing 1.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shu-thing-1.1 Shu-thing]: A vector shooter game.</p></li>
  +
  +
<li><p><em>zlib 0.4.0.2</em>. Uploaded by Duncan Coutts.
  +
[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>
  +
  +
<li><p><em>i18n 0.2</em>. Uploaded by Eugene Grigoriev.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/i18n-0.2 i18n]: Internationalization for Haskell.</p></li>
  +
  +
<li><p><em>pandoc 0.46</em>. Uploaded by John MacFarlane.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pandoc-0.46 pandoc]: Conversion between markup formats.</p></li>
  +
  +
<li><p><em>hscolour 1.9</em>. Uploaded by Malcolm Wallace.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hscolour-1.9 hscolour]: Colourise Haskell code..</p></li>
  +
  +
<li><p><em>regex-pcre 0.94.1</em>. Uploaded by ChrisKuklewicz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-pcre-0.94.1 regex-pcre]: Replaces/Enhances Text.Regex.</p></li>
  +
  +
<li><p><em>regex-posix 0.93.1</em>. Uploaded by Chris Kuklewicz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix-0.93.1 regex-posix]: Replaces/Enhances Text.Regex.</p></li>
  +
  +
<li><p><em>regex-base 0.93.1</em>. Uploaded by Chris Kuklewicz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base-0.93.1 regex-base]: Replaces/Enhances Text.Regex.</p></li>
 
 
<li><em>Adaptive Simulated Annealing</em>. John Meacham
+
<li><p><em>regex-compat 0.91</em>. Uploaded by Chris Kuklewicz.
[http://www.haskell.org/pipermail/haskell/2005-January/015212.html announced]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat-0.91 regex-compat]: Replaces/Enhances Text.Regex.</p></li>
a library for adaptive simulated annealing in Haskell.
 
</li>
 
 
 
<li><em>Gtk2Hs version 0.9.7</em>. Duncan Coutts
+
<li><p><em>haddock 2.0.0.0</em>. Uploaded by David Waern.
[http://www.haskell.org/pipermail/haskell/2005-January/015245.html announced]
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.0.0.0 haddock]: Added by DavidWaern</p></li></ul>
gtk2hs v0.9.7, a binding to the gtk graphics library.
 
</li>
 
</ul>
 
 
==2001-2004==
 
   
  +
''2008-01-05''
<dl>
 
<dt>November 2004<dd>[http://www.tcs.informatik.uni-muenchen.de/~hwloidl/TFP04/ TFP 2004: Fifth Symposium on Trends in Functional Programming]
 
November 25-26th 2004, Ludwig-Maximilians University, Munich, Germany. Registration deadline: Nov 1st 2004; Submission deadline: Nov 15th 2004
 
   
  +
<ul><li><p><em>GHC 6.8.2</em>. The GHC Team
<dt>September 2004<dd> [http://www.isp.uni-luebeck.de/ifl04/index.htm 16th International Workshop on Implementation and Application of Functional Languages (IFL'04)]; September
 
  +
[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>
8th - 10th, 2004, Luebeck, Germany. Registration deadline: 31 July 2004; submission d
 
  +
eadline: 20 August 2004.
 
  +
<li><p><em>nhc98 1.2 released</em>. Malcolm Wallace
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/15770 announced] the release of nhc98 1.2.
<dt>September 2004<dd>[http://www.cs.indiana.edu/icfp04/ The 2004 International Conference on Functional Programming (ICFP)]; Snowbird, Utah, USA; September 19-22, 2004. Submission deadline: 1 April 2004.
 
  +
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>
 
  +
<dt>September 2004<dd>[http://www.cs.nott.ac.uk/~nhn/HW2004/ 2004 Haskell Workshop]; Snowbird, Utah, USA; 22 September, 2004. Submission deadline: 4 June 2004.
 
  +
<li><p><em>darcs 2.0.0pre2</em>. David Roundy
 
  +
[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>
<dt>June, 2004<dd>[http://icfpcontest.org/ 2004 ICFP programming contest]
 
  +
 
  +
<li><p><em>The Monad.Reader Issue 9: SoC special</em>. Wouter Swierstra
<dt>August, 2004<dd>[http://www.cs.ut.ee/afp04/ 5th International Summer School on Advanced Functional Programming]; Tartu, Estonia, 14-21 August 2004.
 
  +
[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>
 
  +
<dt>25 Apr 2003<dd>The [http://www.macs.hw.ac.uk/~ifl03/ 15th International Workshop on the Implementation of Functional Languages, IFL 2003] will take place on September 8th-10th, 2003, in Edinburgh, Scotland.
 
  +
<li><p><em>What's happening with Haskell? The 13th HCAR</em>. Andres Loeh
Registration deadline: 1 August 2003.
 
  +
[http://www.haskell.org/communities/ announced] the 13th edition of the Haskell Communities and Activities Report</p></li>
 
  +
<dt>1 Apr 2003<dd> Because of budget cutbacks we've had to raise money
 
  +
<li><p><em>Teach yourself gtk2hs in 21 hours</em>. Hans van Thiel
to keep haskell.org going. We've made the
 
  +
[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>
Haskell mailing list available to paying sponsors - please take
 
  +
time to read their advertisements. ;-) ;-) ;-)
 
  +
<li><p><em>Minimalistic Haskell blog framework</em>. Paul Brown
 
  +
[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>
<dt>5 Feb 2003<dd>The [http://www.functional-programming.org/HaskellWorkshop/cfp03.html <b>2003 Haskell Workshop</b>] will take place 28 August 2003 in Uppsala, Sweden.
 
  +
 
  +
<li><p><em>atom</em>. Tom Hawkins
<dt>5 Feb 2003<dd> [http://www-users.cs.york.ac.uk/~colin/icfp2003.html <b>ICFP 2003</b>] will take place 25-27 August 2003 in Uppsala, Sweden.
 
  +
[http://www.haskell.org/pipermail/haskell-cafe/2007-December/035742.html announced] the release of atom 2007.12; atom is a domain-specific language embedded in Haskell for describing real-time control applications</p></li></ul>
 
  +
<ul><li><p><em>bytestring 0.9.0.4</em>. Uploaded by DonaldStewart.
<dt>18 Dec 2002<dd> [http://web.comlab.ox.ac.uk/oucl/research/areas/ap/fop/ <b>The Fun of Programming</b>]<br>
 
  +
[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>
A symposium in honour of Professor Richard Bird's 60th birthday<br>
 
  +
Examination Schools, Oxford, 24th and 25th March, 2003
 
  +
<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>
<dt>18 Dec 2002<dd> [http://www.palgrave.com/catalogue/catalogue.asp?Title_Id=0333992857 The Fun of Programming] edited by Jeremy Gibbons and Oege de Moor.<br>
 
  +
The symposium will coincide with the publication by Palgrave
 
  +
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
of this eponymous book. It is intended as much as a
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
textbook for an advanced course in functional programming as
 
  +
it is a festschrift; its twelve chapters cover applications
 
  +
<li><p><em>llvm 0.0.2</em>. Uploaded by BryanOSullivan.
(pretty printing, musical composition, hardware description,
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/llvm-0.0.2 llvm]: Bindings to the LLVM compiler toolkit.</p></li>
graphical design) and techniques (the design of efficient
 
  +
data structures, interpreters for little languages, program
 
  +
<li><p><em>HDBC-sqlite3 1.1.3.1</em>. Uploaded by JohnGoerzen.
testing and optimization) in functional programming.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.3.1 HDBC-sqlite3]: Sqlite v3 driver for HDBC.</p></li>
 
  +
<dt>12 Apr 2002<dd>[http://dalila.sip.ucm.es/ifl02/ IFL 2002] will take place 16 - 18 September 2002 in Madrid.
 
  +
<li><p><em>HDBC-odbc 1.1.3.1</em>. Uploaded by JohnGoerzen.
<dt>18 Mar 2002<dd>A one day workshop on [http://www.cs.ukc.ac.uk/people/staff/sjt/fdpe02/description.html Functional and Declarative Programming in Education (FDPE02)] will take place on 7 October as part of PLI 2002.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.3.1 HDBC-odbc]: ODBC driver for HDBC.</p></li>
 
  +
<dt>15 Feb 2002<dd>There will be an [http://www.functional-programming.org/afp/afp4 Advanced FP Summer School] in Oxford this August.
 
  +
<li><p><em>dimensional 0.7.2</em>. Uploaded by BjornBuckwalter.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.2 dimensional]: Statically checked physical dimensions..</p></li>
<dt>02 Feb 2002<dd>All haskell services have been moved to a new server. The old haskell was getting short
 
  +
on disk space and needed an upgrade. If you experience any difficulties send mail to [mailto:mark.wogahn@yale.edu Mark] or [mailto:requests@cs.yale.edu Work Station Support].
 
  +
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
<dt>14 Jan 2002<dd>The [http://www.cse.unsw.edu.au/~chak/hw2002/ 2002 Haskell Workshop] will probably take place in Pittsburgh, PA, USA, on the 3rd, 7th, or 8th October 2002, affiliated with PLI 2002.
 
  +
 
  +
<li><p><em>hsc3 0.1</em>. Uploaded by RohanDrape.
<dt>14 Jan 2002<dd>Release Candidate 1 of the
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsc3-0.1 hsc3]: Haskell SuperCollider.</p></li>
[http://www.cse.unsw.edu.au/~chak/haskell/ffi/ Foreign Function Interface (FFI) Addendum] to Haskell 98 is announced. It is the
 
  +
outcome of a rather long development effort (including of
 
  +
<li><p><em>hosc 0.1</em>. Uploaded by RohanDrape.
course all the work on GreenCard, H/Direct, etc) by a
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hosc-0.1 hosc]: Haskell Open Sound Control.</p></li>
considerable number of people and much technical discussion
 
  +
on [http://haskell.org/pipermail/ffi/ ffi@haskell.org]. Comments are solicited by Manuel Chakravarty.
 
  +
<li><p><em>GLFW 0.2</em>. Uploaded by PaulLiu.
 
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GLFW-0.2 GLFW]: A binding for GLFW, An OpenGL Framework.</p></li>
<dt>14 Jan 2002<dd>
 
  +
The [http://www.ddj.com/articles/2002/0202/ February issue of Dr Dobbs] is on programming languages and has a paper on [http://www.mondrian-script.org Mondrian] for .NET ([http://www.research.microsoft.com/~emeijer/Papers/MondrianDDJ.pdf full article]).
 
  +
<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><em>hiccup 0.35</em>. Uploaded by KyleConsalus.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hiccup-0.35 hiccup]: Relatively efficient Tcl interpreter with support for basic operations.</p></li>
  +
  +
<li><p><em>phooey 2.0</em>. Uploaded by ConalElliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-2.0 phooey]: Functional user interfaces.</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>phooey 1.4</em>. Uploaded by ConalElliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-1.4 phooey]: Functional user interfaces.</p></li>
  +
  +
<li><p><em>hburg 1.1.1</em>. Uploaded by IgorBohm.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hburg-1.1.1 hburg]: Haskell Bottom Up Rewrite Generator.</p></li>
  +
  +
<li><p><em>hinotify 0.2</em>. Uploaded by LennartKolmodin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinotify-0.2 hinotify]: Haskell binding to INotify.</p></li>
  +
  +
<li><p><em>cabal-rpm 0.3.3</em>. Uploaded by BryanOSullivan.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-rpm-0.3.3 cabal-rpm]: RPM package builder for Haskell Cabal source packages..</p></li>
  +
  +
<li><p><em>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>irc 0.4</em>. Uploaded by TrevorElliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/irc-0.4 irc]: A small library for parsing IRC messages..</p></li>
  +
  +
<li><p><em>dlist 0.4</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.4 dlist]: Differences lists.</p></li>
  +
  +
<li><p><em>AutoForms 0.4.0</em>. Uploaded by MadsLindstroem.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AutoForms-0.4.0 AutoForms]: GUI library based upon generic programming (SYB3).</p></li>
  +
  +
<li><p><em>bktrees 0.2.1</em>. Uploaded by JosefSvenningsson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2.1 bktrees]: A set data structure with approximate searching.</p></li>
  +
  +
<li><p><em>bktrees 0.2</em>. Uploaded by JosefSvenningsson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2 bktrees]: A set data structure with approximate searching.</p></li>
  +
  +
<li><p><em>binary-strict 0.1</em>. Uploaded by AdamLangley.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.1 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
  +
  +
<li><p><em>haddock 0.9</em>. Uploaded by SimonMarlow.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-0.9 haddock]: Haddock is a documentation-generation tool for Haskell libraries.</p></li>
  +
  +
<li><p><em>bytestring-mmap 0.2.0</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.2.0 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
  +
  +
<li><p><em>bytestring 0.9.0.3</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.3 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
  +
  +
<li><p><em>hiccup 0.3</em>. Uploaded by KyleConsalus.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hiccup-0.3 hiccup]: Added by KyleConsalus, Wed Dec 19 17:00:42 PST 2007..</p></li>
  +
  +
<li><p><em>cedict 0.1.1</em>. Uploaded by JasonDusek.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cedict-0.1.1 cedict]: Convenient Chinese character lookup..</p></li>
  +
  +
<li><p><em>TypeCompose 0.3</em>. Uploaded by ConalElliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TypeCompose-0.3 TypeCompose]: Type composition classes & instances.</p></li>
  +
  +
<li><p><em>bytestring-mmap 0.1.2</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.2 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
  +
  +
<li><p><em>bytestring 0.9.0.2</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.2 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
  +
  +
<li><p><em>bytestring-mmap 0.1.1</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.1 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
  +
  +
<li><p><em>mkcabal 0.3</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.3 mkcabal]: Generate cabal files for a Haskell project.</p></li>
  +
  +
<li><p><em>terminfo 0.1</em>. Uploaded by Judah Jacobson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/terminfo-0.1 terminfo]: Haskell bindings to the terminfo library..</p></li>
  +
  +
<li><p><em>Cabal 1.2.3.0</em>. Uploaded by Duncan Coutts.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal-1.2.3.0 Cabal]: A framework for packaging Haskell software.</p></li>
  +
  +
<li><p><em>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><em>X11 1.4.1</em>. Uploaded by Spencer Janssen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.1 X11]: A binding to the X11 graphics library.</p></li>
  +
  +
<li><p><em>dataenc 0.10.1</em>. Uploaded by Magnus Therning.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc-0.10.1 dataenc]: Data encoding library currently providing Uuencode, Base64,
  +
Base64Url, Base32, Base32Hex, and Base16..</p></li>
  +
  +
<li><p><em>bytestringreadp 0.1</em>. Uploaded by Gracjan Polak.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestringreadp-0.1 bytestringreadp]: A ReadP style parser library for ByteString.</p></li>
  +
  +
<li><p><em>encoding 0.3</em>. Uploaded by HenningGuenther.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/encoding-0.3 encoding]: A library for various character encodings.</p></li>
  +
  +
<li><p><em>hslua 0.2</em>. Uploaded by Gracjan Polak.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslua-0.2 hslua]: A Lua language interpreter embedding in Haskell.</p></li>
  +
  +
<li><p><em>xmonad-contrib 0.5</em>. Uploaded by Spencer Janssen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.5 xmonad-contrib]: Third party extensions for xmonad.</p></li>
  +
  +
<li><p><em>xmonad 0.5</em>. Uploaded by SpencerJanssen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-0.5 xmonad]: A tiling window manager.</p></li>
  +
  +
<li><p><em>pandoc 0.45</em>. Uploaded by John MacFarlane.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pandoc-0.45 pandoc]: Conversion between markup formats.</p></li>
  +
  +
<li><p><em>markov-chain 0.0.1</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/markov-chain-0.0.1 markov-chain]: Markov Chains for generating random sequences with a user definable behaviour..</p></li>
  +
  +
<li><p><em>parsedate 3000.0.0</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsedate-3000.0.0 parsedate]: Data and time parsing for CalendarTime.</p></li>
  +
  +
<li><p><em>hackage2hwn 0.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hackage2hwn-0.1 hackage2hwn]: Convert hackage = Hackage RSS feeds to Haskell Weekly News format.</p></li>
  +
  +
<li><p><em>hask-home 2007.12.6</em>. Uploaded by BjornBringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hask-home-2007.12.6 hask-home]: Generate homepages for cabal packages.</p></li>
  +
  +
<li><p><em>hmarkup 3000.0.1</em>. Uploaded by BjornBringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmarkup-3000.0.1 hmarkup]: Simple wikitext-like markup format implementation..</p></li>
  +
  +
<li><p><em>hspread 0.2</em>. Uploaded by AndreaVezzosi.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hspread-0.2 hspread]: A client library for the spread toolkit.</p></li>
  +
  +
<li><p><em>pcap 0.4.2</em>. Uploaded by BryanOSullivan.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcap-0.4.2 pcap]: A system-independent interface for user-level packet capture.</p></li>
  +
  +
<li><p><em>hogg 0.3.0</em>. Uploaded by ConradParker.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hogg-0.3.0 hogg]: Library and tools to manipulate the Ogg container format.</p></li>
  +
  +
<li><p><em>Finance-Quote-Yahoo 0.4.1</em>. Uploaded by BradClawsie.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.4.1 Finance-Quote-Yahoo]: Obtain quote data from finance.yahoo.com.</p></li>
  +
  +
<li><p><em>Monadius 0.9.20071204</em>. Uploaded by GwernBranwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Monadius-0.9.20071204 Monadius]: 2-D arcade scroller.</p></li>
  +
  +
<li><p><em>Shu-thing 1.0.20071203</em>. Uploaded by GwernBranwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shu-thing-1.0.20071203 Shu-thing]: A vector shooter game.</p></li>
  +
  +
<li><p><em>hmatrix 0.1.1.0</em>. Uploaded by AlbertoRuiz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.1.0 hmatrix]: Linear algebra and numerical computations.</p></li>
  +
  +
<li><p><em>HTTP 3001.0.3</em>. Uploaded by BjornBringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.3 HTTP]: Added by BjornBringert, Fri Nov 30 14:50:55 PST 2007..</p></li>
  +
  +
<li><p><em>rss 3000.0.1</em>. Uploaded by BjornBringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/rss-3000.0.1 rss]: A library for generating RSS 2.0 feeds..</p></li>
  +
  +
<li><p><em>haxr 3000.0.1</em>. Uploaded by BjornBringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haxr-3000.0.1 haxr]: XML-RPC client and server library..</p></li>
  +
  +
<li><p><em>fitsio 0.1</em>. Uploaded by EricSessoms.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fitsio-0.1 fitsio]: A library for reading and writing data files in the FITS data format..</p></li>
  +
  +
<li><p><em>YamlReference 0.6</em>. Uploaded by Oren Ben Kiki.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YamlReference-0.6 YamlReference], YAML reference implementation</p></li>
  +
  +
<li><p><em>LambdaShell 0.9.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LambdaShell-0.9.1 LambdaShell], simple shell for evaluating lambda expressions</p></li>
  +
  +
<li><p><em>Shellac 0.9.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-0.9.1 Shellac], a framework for creating shell envinronments</p></li>
  +
  +
<li><p><em>EdisonCore 1.2.1.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/EdisonCore-1.2.1.1 EdisonCore], a library of efficent, purely-functional data structures (Core Implementations)</p></li>
  +
  +
<li><p><em>hmatrix 0.1.0.0</em>. Uploaded by Alberto Ruiz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.0.0 hmatrix], linear algebra and numerical computations</p></li>
  +
  +
<li><p><em>strict-concurrency 0.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-concurrency-0.1 strict-concurrency], strict concurrency abstractions</p></li>
  +
  +
<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>
  +
  +
<li><p><em>safecopy 0.3</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/safecopy-0.3 safecopy], binary serialization with version control</p></li>
  +
  +
<li><p><em>HaXml 1.13.3</em>. Uploaded by Malcolm Wallace.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.13.3 HaXml], utilities for manipulating XML documents</p></li>
  +
  +
<li><p><em>c2hs 0.15.1</em>. Uploaded by Duncan Coutts.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs-0.15.1 c2hs], C->Haskell Interface Generator</p></li>
  +
  +
<li><p><em>calc 0.1</em>. Uploaded by Austin Seipp.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/calc-0.1 calc], small compiler for arithmetic expressions.</p></li>
  +
  +
<li><p><em>miniplex 0.2.1</em>. Uploaded by Lukas Mai.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/miniplex-0.2.1 miniplex], simple 1-to-N interprocess communication</p></li>
  +
  +
<li><p><em>sat 1.1.1</em>. Uploaded by Andrii Zvorygin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sat-1.1.1 sat], CNF SATisfier</p></li>
  +
  +
<li><p><em>dimensional 0.7.1</em>. Uploaded by Bjorn Buckwalter.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.1 dimensional], statically checked physical dimensions</p></li>
  +
  +
<li><p><em>hxt 7.4</em>. Uploaded by Uwe Schmidt.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hxt-7.4 hxt], collection of tools for processing XML with Haskell.</p></li>
  +
  +
<li><p><em>dlist 0.3.2</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.3.2 dlist], difference lists. A list type supporting fast append.</p></li>
  +
  +
<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>Chart 0.5</em>. Uploaded by Tim Docker.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Chart-0.5 Chart], a library for generating 2D Charts and Plots</p></li>
  +
  +
<li><p><em>MaybeT 0.1.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MaybeT-0.1.1 MaybeT], MaybeT monad transformer</p></li>
  +
  +
<li><p><em>regex-pcre 0.93</em>. Uploaded by Chris Kuklewicz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-pcre-0.93 regex-pcre], replaces Text.Regex</p></li>
  +
  +
<li><p><em>fixpoint 0.1</em>. Uploaded by Roman Leshchinskiy.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fixpoint-0.1 fixpoint], data types as fixpoints</p></li>
  +
  +
<li><p><em>ChasingBottoms 1.2.2</em>. Uploaded by Nils Anders Danielsson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ChasingBottoms-1.2.2 ChasingBottoms], support for testing partial and infinite values</p></li>
  +
  +
<li><p><em>GrowlNotify 0.3</em>. Uploaded by Nicholas Burlett.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.3 GrowlNotify], notification utility for Growl</p></li>
  +
  +
<li><p><em>pcap 0.4.1</em>. Uploaded by Bryan OSullivan.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcap-0.4.1 pcap], a system-independent interface for user-level packet capture</p></li>
  +
  +
<li><p><em>bencode 0.3</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bencode-0.3 bencode], parser and printer for bencoded data.</p></li>
  +
  +
<li><p><em>stream-fusion 0.1.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stream-fusion-0.1.1 stream-fusion], provides the standard Haskell list library reimplemented to allow stream fusion. This should in general provide faster list operations, and faster code for list-heavy programs.</p></li>
  +
  +
<li><p><em>HTTP 3001.0.2</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.2 HTTP], library for client-side HTTP</p></li>
  +
  +
<li><p><em>X11-xft 0.2</em>. Uploaded by Clemens Fruhwirth.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft-0.2 X11-xft], bindings to the Xft, X Free Type interface library, and some Xrender parts</p></li>
  +
  +
<li><p><em>GrowlNotify 0.1</em>. Uploaded by Nicholas Burlett.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.1 GrowlNotify], notification utility for Growl.</p></li>
  +
  +
<li><p><em>HsHaruPDF 0.0.0</em>. Uploaded by Audrey Tang.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsHaruPDF-0.0.0 HsHaruPDF], Haskell binding to libharu</p></li>
  +
  +
<li><p><em>unicode-normalization 0.1</em>. Uploaded by Reinier Lamers.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unicode-normalization-0.1 unicode-normalization], Unicode normalization using the ICU library</p></li>
  +
  +
<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>
  +
  +
<li><p><em>lax-0.0.0</em>. Uploaded by Wolfgang Jeltsch.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lax-0.0.0 lax], Lax arrows are variants of other arrows which are ?less strict? than the original arrows. They can be used, for example, to produce I/O fixpoints in situations where fixIO would fail.</p></li>
  +
  +
<li><p><em>fastcgi 3001.0.1</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3001.0.1 fastcgi], a Haskell library for writing FastCGI programs</p></li></ul>
   
  +
==Archives by year==
<dt>08 Nov 2001<dd>The first edition of the new [http://www.haskell.org/communities/ Haskell Communities and Activities Report] has appeared.
 
   
  +
*[[News/2007|2007 Archives]]
<dt>31 Oct 2001<dd>An [http://www-106.ibm.com/developerworks/xml/library/x-matters14.html article on HaXml] (Runciman and Wallace's Haskell toolkit for XML) has appeared in the "XML Matters" section in IBM developerWorks.
 
  +
*[[News/2006|2006 Archives]]
</dl>
 
  +
*[[News/2005|2005 Archives]]
  +
*[[News/2004|2004 Archives]]
  +
*[[News/2003|2003 Archives]]
  +
*[[News/2002|2002 Archives]]
  +
*[[News/2001|2001 Archives]]
  +
*[[News/2000|2000 Archives]]
  +
*[[News/1999|1999 Archives]]
  +
*[[News/1998|1998 Archives]]
  +
*[[News/1997|1997 Archives]]
  +
*[[News/1996|1996 Archives]]
  +
*[[News/1995|1995 Archives]]
  +
*[[News/1994|1994 Archives]]
  +
*[[News/1993|1993 Archives]]
  +
*[[News/1992|1992 Archives]]
  +
*[[News/1991|1991 Archives]]
  +
*[[News/1990|1990 Archives]]
  +
*[[News/1989|1989 Archives]]
  +
*[[News/1988|1988 Archives]]
  +
*[[News/1987|1987 Archives]]
  +
*[[News/1986|1986 Archives]]
  +
*[[News/1985|1985 Archives]]
  +
*[[News/1984|1984 Archives]]

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