Difference between revisions of "Old news"

From HaskellWiki
Jump to navigation Jump to search
(push old news)
m (fix gmane links using archive.fo)
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
==News from 2007==
 
   
  +
__TOC__
''2007-04-27''
 
   
  +
==News from 2008==
<ul><li><p><em>GHC 6.6.1</em>. Ian Lynagh
 
  +
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/12075 announced] a new patchlevel release of GHC. This release contains a significant number of bugfixes relative to 6.6, so we recommend upgrading. Release notes are [http://haskell.org/ghc/docs/6.6.1/html/users_guide/release-6-6-1.html here]. GHC is a state-of-the-art programming suite for Haskell. Included is an optimising compiler generating good code for a variety of platforms, together with an interactive system for convenient, quick development. The distribution includes space and time profiling facilities, a large collection of libraries, and support for various language extensions, including concurrency, exceptions, and foreign language interfaces.</p></li>
 
  +
''2008-02-23''
  +
  +
<ul><li><p><em>ArrayRef 0.1.2</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ArrayRef-0.1.2 ArrayRef]: Unboxed references, dynamic arrays and more.</p></li>
 
 
<li><p><em>Xmonad 0.1</em>. Spencer Janssen
+
<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://article.gmane.org/gmane.comp.lang.haskell.general/15131 announced] the inaugural release of [http://xmonad.org Xmonad]. Xmonad is a minimalist tiling window manager for X, written in Haskell. Windows are managed using automatic layout algorithms, which can be dynamically reconfigured. At any time windows are arranged so as to maximise the use of screen real estate. All features of the window manager are accessible purely from the keyboard: a mouse is entirely optional. Xmonad is configured in Haskell, and custom layout algorithms may be implemented by the user in config files.</p></li>
 
 
 
<li><p><em>DisTract: Distributed Bug Tracker implemented in Haskell</em>. Matthew Sackman
+
<li><p><em>hetris 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hetris-0.1 hetris]: Text Tetris.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/21857 announced] DisTract, a [http://www.distract.wellquite.org/ Distributed Bug Tracker]. We're all now familiar with working with distributed software control systems, such as Monotone, Git, Darcs, Mercurial and others, but bug trackers still seem to be fully stuck in the centralised model: Bugzilla and Trac both have single centralised servers. This is clearly wrong, as if you're able to work on the Train, off the network and still perform local commits of code then surely you should also be able to locally close bugs too. DisTract allows you to manage bugs in a distributed manner through your web-browser. The distribution is achieved by making use of a distributed software control system, Monotone. Thus Monotone is used to move files across the network, perform merging operations and track the development of every bug. Finally, the glue in the middle that generates the HTML summaries and modifies the bugs is written in Haskell.</p></li>
 
 
 
<li><p><em>IOSpec 0.1</em>. Wouter Swierstra
+
<li><p><em>bzlib 0.4.0.3</em>. Uploaded by Duncan Coutts.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bzlib-0.4.0.3 bzlib]: Compression and decompression in the bzip2 format.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15134 announced] the first release of the [http://www.cs.nott.ac.uk/~wss/repos/IOSpec Test.IOSpec library], that provides a pure specification of some functions in the IO monad. This may be of interest to anyone who wants to debug, reason about, analyse, or test impure code. Essentially, by importing libraries from IOSpec you can the same code you would normally write in the IO monad. Once you're satisfied that your functions are reasonably well-behaved, you can remove the Test.IOSpec import and replace it with the 'real' functions instead.</p></li>
 
 
 
<li><p><em>wl-pprint-1.0: Wadler/Leijen pretty printer</em>. Stefan O'Rear
+
<li><p><em>HAppS-Server 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-Server-0.9.2 HAppS-Server]: Web related tools and services..</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.general/15112 announced] wl-pprint-1.0, the classic Wadler / Leijen pretty printing combinators, now in 100% easier to use [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wl-pprint-1.0 Cabalised form!] PPrint is an implementation of the pretty printing combinators described by Philip Wadler (1997). In their bare essence, the combinators of Wadler are not expressive enough to describe some commonly occurring layouts. The PPrint library adds new primitives to describe these layouts and works well in practice. </p></li>
 
 
 
<li><p><em>London Haskell User Group</em>. Neil Bartlett
+
<li><p><em>HAppS-State 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-State-0.9.2 HAppS-State]: Event-based distributed state..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/21955 announced] the first meeting of the [http://www.londonhug.net/2007/04/26/announcement-first-meeting-of-the-london-haskell-user-group/ London Haskell User Group] on Wednesday 23rd May from 6:30PM. The meeting will be held at City University's main campus in central London, and Simon Peyton Jones will be coming to give a talk.</p></li>
 
 
 
<li><p><em>New York Functional Programmers Network</em>. Howard Mansell
+
<li><p><em>HAppS-Data 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-Data-0.9.2 HAppS-Data]: HAppS data manipulation libraries.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/21856 announced] a New York area-based network for Haskell (and functional) programmers. The idea is to have a regular meeting through which functional programmers can meet to discuss experiences, get and give information, find jobs.</p></li>
 
 
 
<li><p><em>Data.Proposition 0.1</em>. Neil Mitchell
+
<li><p><em>HAppS-IxSet 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-IxSet-0.9.2 HAppS-IxSet]: Added by DavidHimmelstrup, Fri Feb 22 15:18:20 PST 2008..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15117 announced] the release of [http://www-users.cs.york.ac.uk/~ndm/proposition/ Data.Proposition], a library that handles propositions, logical formulae consisting of literals without quantification. It automatically simplifies a proposition as it is constructed using simple rules provided by the programmer. Implementations of propositions in terms of an abstract syntax tree and as a Binary Decision Diagram (BDD) are provided. A standard interface is provided for all propositions.</p></li>
 
 
 
<li><p><em>Book reviews for the Journal of Functional Programming</em>. Simon Thompson
+
<li><p><em>HAppS-Util 0.9.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppS-Util-0.9.2 HAppS-Util]: Web framework.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15136 sought] interested contributors for book reivews for the Journal of Functional Programming. There is a list of books [http://www.cs.kent.ac.uk/people/staff/sjt/JFP/available.html currently available] for review.</p></li>
 
 
 
<li><p><em>Reminder: HCAR May 2007</em>. Andres Loeh
+
<li><p><em>Ranged-sets 0.2.0</em>. Uploaded by Paul Johnson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Ranged-sets-0.2.0 Ranged-sets]: Ranged sets for Haskell.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15161 reminded] us that the deadline for the May 2007 edition of the Haskell Communities and Activities Report is only a few days away -- but this is still enough time to make sure that the report contains a section on your project, on the interesting stuff that you've been doing; using or affecting Haskell in some way.</p></li>
 
 
 
<li><p><em>Template 0.1: Simple string substitution</em>. Johan Tibell
+
<li><p><em>halfs 0.2</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/halfs-0.2 halfs]: Haskell File System.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15135 announced] a simple [http://darcs.johantibell.com/template string substitution library] that supports substitution ala Perl or Python.</p></li>
 
 
 
<li><p><em>hpaste for emacs</em>. David House
+
<li><p><em>sessions 2008.2.22</em>. Uploaded by Matthew Sackman.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sessions-2008.2.22 sessions]: Session Types for Haskell.</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.glasgow.user/12046 announced] hpaste.el, an Emacs Lisp library that integrates [http://hpaste.org hpaste], the Haskell pastebin, into Emacs. It provides two functions, hpaste-paste-region and hpaste-paste-buffer, which send the region or buffer to the hpaste server as required.</p></li></ul>
 
 
''2007-04-12''
 
 
<ul><li><p><em>ndp-0.1: nested data parallelism in Haskell</em>. Roman Leshchinskiy
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15006 announced] the first release of [http://haskell.org/haskellwiki/GHC/Data_Parallel_Haskell the NDP package], a library for writing nested data-parallel programs in Haskell, on shared-memory multiprocessors. The NDP library is part of the Data Parallel Haskell project. The paper [http://www.cse.unsw.edu.au/~chak/papers/CLPKM07.html Data Parallel Haskell: a status report] describes the underlying design and go through an example program.</p></li>
 
 
 
<li><p><em>binary 0.3: bigger, better, faster</em>. Lennart Kolmodin
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15044 announced] binary 0.3. The 'binary' package provides efficient serialization of Haskell values to and from lazy ByteStrings. ByteStrings constructed this way may then be written to disk, written to the network, or further processed (e.g. stored in memory directly, or compressed in memory with zlib or bzlib). It's available [http://hackage.haskell.org/packages/archive/binary/binary-0.3.tar.gz through Hackage], or via its [http://www.cse.unsw.edu.au/~dons/binary.html homepage].</p></li>
 
 
 
<li><p><em>Text.HTML.Chunks</em>. Matthew Sackman
+
<li><p><em>reify 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reify-0.1 reify]: Serialize data.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15028 announced] the [http://www.wellquite.org/chunks Text.HTML.Chunks] library, a clone with improvements of the Perl HTML::Chunks module. The main achievement is the use of template-haskell to combine the template into the code at compile time. This then allows for static checking that the variables/fields that the templates are expecting are indeed being provided and that the templates the code is trying to use do indeed exist. The template is then incorporated within the code, removing the dependency on the template.</p></li>
 
 
 
<li><p><em>Phooey 1.0 and GuiTV 0.3</em>. Conal Elliott
+
<li><p><em>highWaterMark 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/highWaterMark-0.1 highWaterMark]: Memory usage statistics.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15047 announced] a new version of Phooey, a library for functional user interfaces. Highlights in this release: uses new TypeCompose package, which includes a simple implementation of data-driven computation; new Applicative functor interface; eliminated the catch-all Phooey.hs module. Now import any one of Graphics.UI.Phooey.{Monad ,Applicative,Arrow}; Phooey.Monad has two different styles of output widgets, made by owidget and owidget' and more. Phooey is also used in GuiTV, a library for composable interfaces and 'tangible values'.</p></li>
 
 
 
<li><p><em>The real Monad Transformer</em>. Henning Thielemann
+
<li><p><em>hinvaders 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinvaders-0.1 hinvaders]: Space Invaders.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15059 announced] the real monad transformer! It has been argued that people avoid Haskell because of terms from Category theory like 'Monad'. This problem can now be solved by a wrapper which presents all the internet entirely without monads! Start [http://tinyurl.com/2e32r4 the parallel Haskell wiki]. Of course the tool is written in Haskell, that is, Haskell helps solving problems which only exist because of Haskell. Bug reports and feature requests can be tracked at [https://sourceforge.net/projects/parallelweb here].</p></li>
 
 
 
<li><p><em>GHC 6.6.1 Release Candidate</em>. Ian Lynagh
+
<li><p><em>baskell 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/baskell-0.1 baskell]: An interpreter for a small functional language.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/11964 announced] the Release Candidate phase for GHC 6.6.1. Snapshots beginning with 6.6.20070409 are release candidates for 6.6.1. You can download snapshots from [http://www.haskell.org/ghc/dist/stable/dist/ here].</p></li>
 
 
 
<li><p><em>Haskell Cryptographic Library 4.0.3</em>. Dominic Steinitz
+
<li><p><em>control-event 0.2</em>. Uploaded by Thomas DuBuisson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-event-0.2 control-event]: Event scheduling system..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/6761 announced] the release of a new version of the Haskell Cryptographic Library based on the [http://www.haskell.org/haskellwiki/Crypto_Library_Proposal crypto proposal]. See [http://www.haskell.org/crypto/ the crypto home] for more details. There is now no dependency on NewBinary. The downside is the library contains no support for ASN.1 which will be released in separate package.</p></li>
 
 
 
<li><p><em>TagSoup library 0.1</em>. Neil Mitchell
+
<li><p><em>nymphaea 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nymphaea-0.1 nymphaea]: An interactive GUI for manipulating L-systems.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15100 announced] TagSoup, a library for extracting information out of unstructured HTML code, sometimes known as [http://www-users.cs.york.ac.uk/~ndm/tagsoup/ tag-soup]. The HTML does not have to be well formed, or render properly within any particular framework. This library is for situations where the author of the HTML is not cooperating with the person trying to extract the information, but is also not trying to hide the information. The library provides a basic data type for a list of unstructured tags, a parser to convert HTML into this tag type, and useful functions and combinators for finding and extracting information.</p></li>
 
 
 
<li><p><em>ParseP library 0.1</em>. Twan van Laarhoven
+
<li><p><em>hopenssl 1.0</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hopenssl-1.0 hopenssl]: FFI bindings to OpenSSL's EVP digest interface.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15101 announced] a generalized/improved variant of the ReadP parser library. Unlike ReadP ParseP can handle any type of token, and actually generates error messages in case something goes wrong. It is also possible to use things other then a list as an input stream, for example ByteStrings.</p></li>
 
 
 
<li><p><em>Debian library for Haskell</em>. Jeremy Shaw
+
<li><p><em>Monadius 0.91</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Monadius-0.91 Monadius]: 2-D arcade scroller.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15064 announced] the availability of a library for interacting with the Debian system from Haskell. This library does not (currently) depend on dpkg or apt for any functionality. Contributions are welcome, and the library is available from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/debian-1.2 Hackage].
 
Well-Support Modules: parsing/Printing Debian control files, parsing/printing sources.list files, comparing Debian version numbers, a data type for encoding Debian relations and more.</p></li>
 
 
 
<li><p><em>Call for Contributions: HC and A Report</em>. Andres Loeh
+
<li><p><em>postmaster 0.1</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/postmaster-0.1 postmaster]: Postmaster ESMTP Server.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15096 mentioned] that it is nearly time for the twelfth edition of the [http://www.haskell.org/communities/ Haskell Communities and Activities Report]. If you are working on any project that is in some way related to Haskell, write a short entry and submit it. Even if the project is very small or unfinished or you think it is not important enough -- please reconsider and submit an entry anyway!</p></li>
 
 
 
<li><p><em>System.FilePath 1.0</em>. Neil Mitchell
+
<li><p><em>hsyslog 1.2</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsyslog-1.2 hsyslog]: FFI interface to syslog(3) from POSIX.1-2001..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15097 announced] the [http://www-users.cs.york.ac.uk/~ndm/filepath/ System.FilePath] 1.0 release! The FilePath library is a library for manipulating FilePaths in a cross platform way on both Windows and Unix. [http://www.cs.york.ac.uk/fp/haddock/filepath/ Documentation].</p></li>
 
 
 
<li><p><em>FGL - A Functional Graph Library</em>. Martin Erwig
+
<li><p><em>hsemail 1.2</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsemail-1.2 hsemail]: Internet Message Parsers.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15052 announced] a new release of [http://eecs.oregonstate.edu/~erwig/fgl/haskell/ the Functional Graph Library for Haskell]. This release fixes some bugs in the implementation of several basic inspection functions.</p></li>
 
 
 
<li><p><em>TypeCompose 0.0</em>. Conal Elliott
+
<li><p><em>hsdns 1.3</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsdns-1.3 hsdns]: Asynchronous DNS Resolver.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15046 announced] TypeCompose, which provides some classes and instances for forms of type composition. It also includes a very simple implementation of data-driven computation.</p></li>
 
 
 
<li><p><em>Haskell SWF generation library</em>. Jeremy Shaw
+
<li><p><em>funcmp 1.1</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/funcmp-1.1 funcmp]: Functional MetaPost.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15095 announced] the availability of an Adobe Shockwave Flash (SWF) [http://www.n-heptane.com/nhlab/repos/haskell-swf/ library for Haskell]. It is primarily useful for compiling ActionScript assembly into a .swf file.</p></li>
 
 
 
<li><p><em>New web-devel mailinglist for Haskell</em>. Marc Weber
+
<li><p><em>streamproc 1.1</em>. Uploaded by Peter Simons.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/streamproc-1.1 streamproc]: Stream Processer Arrow.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15045 announced] a new web-devel mailinglist on haskell.org has been set up. You can subscribe [http://www.haskell.org/mailman/listinfo/web-devel here].</p></li>
 
 
 
<li><p><em>strict-0.1: strict versions of Haskell types</em>. Roman Leshchinskiy
+
<li><p><em>pugs-HsSyck 0.41</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pugs-HsSyck-0.41 pugs-HsSyck]: Fast, lightweight YAML loader and dumper.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15017 announced] the first release of [http://www.cse.unsw.edu.au/~rl/code/strict.html package 'strict'] which provides strict versions of standard Haskell types. At the moment, pairs, Maybe and Either are defined. The library is available [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-0.1 from hackage].</p></li>
 
 
 
<li><p><em>Chess in Haskell</em>. Steffen Mazanek
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15002 announced] a straightforward implementation of [http://www.steffen-mazanek.de/blog/2007/02/haskell-chess.html a chess engine in Haskell], available as a tutorial exercise.</p></li>
 
 
 
<li><p><em>storylen: story word count and categorization</em>. Dino Morelli
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15083 announced] storylen, a [http://ui3.info/d/proj/storylen.html command-line utility] that counts the words in files and classifies them into story types (short story, novella, novel...). Its operation and output are very similar to the *nix program wc. This is useful for books in plain ascii text.</p></li></ul>
 
 
''2007-03-12''
 
 
<ul><li><p><em>Google Summer of Code and Haskell.org</em>. Malcolm Wallace
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20232 announced] that Haskell.org has once again applied to be a mentoring organisation for the Google Summer of Code. If you are a student who would like to earn money hacking in Haskell, or you are a non-student who has a cool idea for a coding project but no time to do it yourself, then visit the [http://hackage.haskell.org/trac/summer-of-code SoC wiki] to gather ideas, and add yourself to the list of interested people! Add new ideas for projects!</p></li>
 
 
 
<li><p><em>Haskell Workshop Call for Papers</em>. Gabriele Keller
+
<li><p><em>HsJudy 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsJudy-0.1 HsJudy]: Judy bindings, and some nice APIs.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14977 announced] the initial call for papers for the Haskell Workshop 2007, part of the 2007 International Conference on Functional Programming (ICFP). The purpose of the Haskell Workshop is to discuss experience with Haskell, and possible future developments for the language. The scope of the workshop includes all aspects of the design, semantics, theory, application, implementation, and teaching of Haskell.</p></li>
 
 
 
<li><p><em>Data.CompactString 0.3: Unicode ByteString</em>. Twan van Laarhoven
+
<li><p><em>probability 0.2.1</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/probability-0.2.1 probability]: Probabilistic Functional Programming.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14973 announced] version 0.3 of the Data.CompactString library. Data.CompactString is a wrapper around Data.ByteString supporting Unicode strings.</p></li>
 
 
 
<li><p><em>harchive-0.2: backup and restore software in Haskell</em>. David Brown
+
<li><p><em>dsp 0.2.1</em>. Uploaded by Henning Thielemann.
[http://article.gmane.org/gmane.comp.lang.haskell.general/14972 announced] release 0.2 of [http://www.davidb.org/darcs/harchive/ harchive], a program for backing up and restoring data. The package is available [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/harchive-0.2 from Hackage].</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dsp-0.2.1 dsp]: Haskell Digital Signal Processing.</p></li>
 
 
<li><p><em>New release of regex packages</em>. Chris Kuklewicz
+
<li><p><em>pugs-hsregex 1.0</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pugs-hsregex-1.0 pugs-hsregex]: Haskell PCRE binding.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20189 announced] new versions of the regex-* packages (base,compat,dfa,parsec,pcre,posix,tdfa,tre). There is a new [http://haskell.org/haskellwiki/Regular_expressions wiki page] with documentation relating to these packages. All packages are available from [http://hackage.haskell.org/packages/hackage.html Hackage], under the [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Text Text Category].</p></li>
 
 
 
<li><p><em>StaticDTD: type safe markup combinators from DTDs</em>. Marcel Manthe
+
<li><p><em>ListLike 1.0.1</em>. Uploaded by John Goerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ListLike-1.0.1 ListLike]: Generic support for list-like structures.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20218 announced] a tool that transforms a Document Type Definition to a library. The resulting library contains combinators that assure proper nesting of elements. The plan is to add more constraints that will also take care of the order of occurrence of children. The parsing of the DTD is done with HaXml. The code is [http://m13s07.vlinux.de/darcs/StaticDTD/ available via darcs].</p></li>
 
 
 
<li><p><em>IPv6 support for network package</em>. Bryan O'Sullivan
+
<li><p><em>SDL-gfx 0.5.2</em>. Uploaded by David Himmelstrup.
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/6363 announced] that he'd added IPv6 support to the network package.</p></li>
+
[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>Type-level binary arithmetic library</em>. Oleg Kiselyov and Chung-chieh Shan
+
<li><p><em>SDL-ttf 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-ttf-0.5.2 SDL-ttf]: Binding to libSDL_ttf.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14961 announced] a [http://pobox.com/~oleg/ftp/Computation/resource-aware-prog/BinaryNumber.hs new library] for arbitrary precision binary arithmetic over natural kinds. The library supports addition/subtraction, predecessor/successor, multiplication/division, exp2, full comparisons, GCD, and the maximum. At the core of the library are multi-mode ternary relations Add and Mul where any two arguments determine the third. Such relations are especially suitable for specifying static arithmetic constraints on computations. The type-level numerals have no run-time representation; correspondingly, all arithmetic operations are done at compile time and have no effect on run-time.</p></li></ul>
 
 
''2007-03-05''
 
 
<ul><li><p><em>New Book - Programming in Haskell</em>. Graham Hutton
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14849 announced] a new Haskell textbook: [http://www.cs.nott.ac.uk/~gmh/book.html Programming in Haskell]. This introduction is ideal for beginner programmers: it requires no previous programming experience and all concepts are explained from first principles via carefully chosen examples. Each chapter includes exercises that range from the straightforward to extended projects, plus suggestions for further reading on more advanced topics. The presentation is clear and simple, and benefits from having been refined and class-tested over several years.</p></li>
 
 
 
<li><p><em>Gtk2Hs version 0.9.11</em>. Duncan Coutts
+
<li><p><em>SDL-mixer 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-mixer-0.5.2 SDL-mixer]: Binding to libSDL_mixer.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14934 announced] Gtk2Hs - a GUI Library for Haskell based on Gtk+, version 0.9.11, is [http://haskell.org/gtk2hs/download/ now available].
 
Gtk2Hs features: automatic memory management; Unicode support; nearly full coverage of Gtk+ 2.8 API; support for several additional Gtk+/Gnome modules (Glade visual GUI builder, cairo vector graphics, SVG rendering, OpenGL extension and more).</p></li>
 
 
 
<li><p><em>cabal-make version 0.1</em>. Conal Elliott
+
<li><p><em>SDL-image 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-image-0.5.2 SDL-image]: Binding to libSDL_image.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14891 announced] Cabal-make, a GNU make include file to be used with Cabal in creating and sharing Haskell packages. A few highlights: web-based, cross-package links in Haddock docs; syntax coloring via hscolour, with per-project CSS; links from the Haddock docs to hscolour'd code and to wiki-based user comment pages. [http://haskell.org/haskellwiki/Cabal-make It is available here].</p></li>
 
 
 
<li><p><em>Vty 3.0.0</em>. Stefan O'Rear
+
<li><p><em>SDL 0.5.2</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-0.5.2 SDL]: Binding to libSDL.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14876 announced] a new major of [http://members.cox.net/stefanor/vty/dist/doc/html/index.html vty], featuring improved performance. vty is notably used in yi to provide a terminal interface supporting syntax highlighting.</p></li>
 
 
 
<li><p><em>Haskell Xcode Plugin</em>. Lyndon Tremblay
+
<li><p><em>DeepArrow 0.2</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/DeepArrow-0.2 DeepArrow]: Arrows for "deep application".</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14875 announced] the first release of [http://www.hoovy.org/HaskellXcodePlugin/ a plugin for Xcode] enabling Haskell syntax highlighting, Xcode projects compiling and linking, and a couple missing features, for Haskell (GHC).</p></li>
 
 
 
<li><p><em>urlcheck 0.1: parallel link checker</em>. Don Stewart
+
<li><p><em>GuiTV 0.4</em>. Uploaded by Conal Elliott.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GuiTV-0.4 GuiTV]: GUIs for Tangible Values.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14863 announced] the first release of [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/urlcheck-0.1 urlcheck], an parallel link checker, written in Haskell. Frustrated with the resources and time consumed by 'linkchecker', urlcheck is a lightweight, smp-capable replacement in Haskell. urlcheck pings urls found in the input file, checking they aren't 404s. It uses Haskell threads to run queries concurrently, and can transparently utilise multiple cores if you have them.</p></li>
 
 
 
<li><p><em>The Monad.Reader: call for copy</em>. Wouter Swierstra
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14870 welcomed] articles for the next issue of The Monad.Reader. Submit articles for the next issue by e-mail before April 13th, 2007. Articles should be written according to the guidelines available from [http://www.haskell.org/haskellwiki/TheMonadReader The Monad Reader home].</p></li>
 
 
 
<li><p><em>TV-0.2 and GuiTV-0.2</em>. Conal Elliott
+
<li><p><em>WordNet 0.1.2</em>. Uploaded by Max Rabkin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WordNet-0.1.2 WordNet]: Haskell interface to the WordNet database.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14862 announced] TV, a library for composing tangible values ('TVs'), values that carry along external interfaces. In particular, TVs can be composed to create new TVs, and they can be directly executed with various kinds of interfaces. Values and interfaces are combined for direct use, and separable for composition. GuiTV adds graphical user interfaces to the TV (tangible value) framework, using Phooey. The functionality was part of TV up to version 0.1.1, and is now moved out to a new package to eliminate the dependency of core TV on Phooey and hence on wxHaskell, as the latter can be difficult to install.</p></li>
 
 
 
<li><p><em>Haskell-mode 2.2</em>. Stefan Monnier
+
<li><p><em>lazyarray 0.1.3</em>. Uploaded by Milan Straka.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lazyarray-0.1.3 lazyarray]: Efficient implementation of lazy monolithic arrays (lazy in indexes)..</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14857 released] version 2.2 of [http://www.iro.umontreal.ca/~monnier/elisp/ the Haskell-mode package for Emacs]. It has very few visible changes, mostly some commands to query an underlying interactive hugs/ghci in order to get type/info about specific identifiers.</p></li>
 
 
 
<li><p><em>Data.CompactString 0.1</em>. Twan van Laarhoven
+
<li><p><em>GenI 0.16.1</em>. Uploaded by Eric Kow.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GenI-0.16.1 GenI]: A natural language generator (specifically, an FB-LTAG surface realiser).</p></li>
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14834 announced] a beta [http://twan.home.fmf.nl/compact-string/ Unicode version of Data.ByteString]. The library uses a variable length encoding (1 to 3 bytes) of Chars into Word8s, which are then stored in a ByteString.</p></li>
 
 
 
<li><p><em>HSXML version 1.13</em>. Oleg Kiselyov
+
<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>
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14835 announced] version 1.13 of [http://pobox.com/~oleg/ftp/Scheme/xml.html#typed-SXML HSXML]. HSXML is a library for writing and transforming typed semi-structured data in Haskell -- in S-expression syntax, with the extensible set of `tags', and statically enforced content model restrictions. A particular application is writing web pages in Haskell. We obtain HTML, XHTML or other output formats by running the Haskell web page in an appropriate rendering monad. The benefit of representing XML-like documents as a typed data structure/Haskell code is static rejection of bad documents -- not only those with undeclared tags but also those where elements appear in wrong contexts.</p></li>
 
 
 
<li><p><em>Haskell XML Toolbox 7.1</em>. Uwe Schmidt
+
<li><p><em>alsa-midi 0.3.1</em>. Uploaded by Henning Thielemann.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alsa-midi-0.3.1 alsa-midi]: Bindings for the ALSA sequencer API (MIDI stuff).</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14831 announced] a new version of [http://www.fh-wedel.de/~si/HXmlToolbox/index.html the Haskell XML Toolbox]. The main change is the step from cvs to darcs. The documentation has source links into [http://darcs.fh-wedel.de/hxt the darcs repository]. [http://www.haskell.org/haskellwiki/HXT A tutorial is available] in the Haskell wiki.</p></li>
 
 
 
<li><p><em>OmegaGB, Haskell Game Boy Emulator</em>. Bit Connor
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14938 announced] OmegaGB, an emulator for the Nintendo Game Boy, written in pure Haskell. It uses gtk2hs for the user interface, but there is also a version that doesn't require gtk2hs and uses ascii art. You can find more information about the program at [http://www.mutantlemon.com/omegagb/ the website]. </p></li>
 
 
 
<li><p><em>Takusen 0.6</em>. Oleg and Alistair
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/6209/ announced] a new release of [http://darcs.haskell.org/takusen Takusen], the database library for Haskell. There are a large number of changes and bug-fixes in this release, including improved Oracle and PostgreSQL support.</p></li>
 
 
 
<li><p><em>hoogle.el</em>. David House
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14944 announced] Hoogle.el, a simple Emacs Lisp library that nicely integrates [http://haskell.org/haskellwiki/Hoogle.el Hoogle into Emacs].</p></li>
 
 
 
<li><p><em>Buggy nofib</em>. Josep Silva Galiana
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14825 announced] a 'buggy' version of the nofib collection of Haskell programs. [http://einstein.dsic.upv.es/darcs/nofib All programs] contain one of these bugs: a bug that produces an incorrect result; a bug that produces non-termination; a bug that produces an exception (e.g., div by zero). [http://einstein.dsic.upv.es/nofib The buggy nofib suite] can be used to test debugging tools.</p></li>
 
 
 
<li><p><em>nobench: Haskell implementation shootout</em>. Don Stewart
+
<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>
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/19684 announced] nobench, a cross-implementation performance benchmark suite, based on nofib, [http://www.cse.unsw.edu.au/~dons/nobench.html comparing the performance] of various Haskell compilers and bytecode interpreters on a range of programs.</p></li>
 
 
 
<li><p><em>Derangement version 0.1.0</em>. Dennis Griffith
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/19714 announced] the initial version of derangement, a library for finding a derangement of a set. A derangement of a set is a permutation with no fixed points, like many constrained matching problems it is susceptible to solution via a Max-flow algorithm.</p></li>
 
 
 
<li><p><em>HSH 1.0.0</em>. John Goerzen
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/20053 announced] the first release of HSH. HSH is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to/from other shell commands and arbitrary Haskell functions at will. HSH makes it easy to run shell commands. But its real power is in piping. You can pipe -- arbitrarily -- between external programs, pure Haskell functions, and Haskell IO functions</p></li>
 
 
 
<li><p><em>A new Haskell cookbook</em>. Martin Bishop
+
<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>
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/19790 began] a preliminary page, and fleshed out some of the headers/sub-headers on the wiki page for a good Haskell Cookbook (not a PLEAC clone). [http://haskell.org/haskellwiki/Cookbook Please contribute].</p></li></ul>
 
 
''2007-01-31''
 
 
<ul>
 
 
<li> 31 of january 2007: The first announced romanian book of Haskell, "Introducere in Haskell 98 prin exemple" (eng: An introduction in Haskell 98 by examples) by Dan Popa from the University of Bacau was published by [http://www.edusoft.ro/detalii.php?id=81 EduSoft, Bacau, Romania], with a foreword by Simon Peyton-Jones. Details on the [[Ro/Haskell|ro]] page. The book is dedicated to the Haskell community. Thank you !
 
</li>
 
 
<li> (somewhere in february 2007) . Lect.Dr. Mihai Gontineac from The Dept.of Math. of the Al.I.Cuza University has also published his book, "Programare Functionala - O introducere utilizand limbajul Haskell" (eng: Functional programming - An introduction using the Haskell language") published by "Editura Alexandru Myller". The book is dedicated to the memory of the father of the author. The Bibliography of the book is containing the title of the G.Hutton's book "Programming in Haskell" declared by Lect.Dr. M.G. as beeing studied on january 31,2007. There is an other article published on 25 of january 2007, too. Thank you !(The release date of 28 of december 2006 according to author's email is unreal.)
 
This indicates the existence of a new community of Haskell users from Iasi, Romania, too.
 
</li>
 
 
<li><p><em>lhs2tex 1.12</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14733 announced] lhs2TeX version 1.12, a preprocessor to generate LaTeX code from literate Haskell sources. [http://www.iai.uni-bonn.de/~loeh/lhs2tex/ lhs2TeX] includes the following features: highly customized output; liberal parser; generate multiple versions of a program or document from a single source; active documents: call Haskell to generate parts of the document (useful for papers on Haskell); a manual explaining all the important aspects of lhs2TeX.</p></li>
 
 
 
<li><p><em>hscom</em>. Krasimir Angelov
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14743 announced] the [http://darcs.haskell.org/packages/hscom/ hscom library]. This is a FFI library for Microsoft COM. It is far from complete and it doesn't have automatic IDL to Haskell translator but if you have ever thought to start writing you own COM library for Haskell then please take a look. It is designed to be as close as possible to the standard FFI library for C.</p></li>
 
 
 
<li><p><em>DeepArrow 0.0: Arrows for 'deep application'</em>. Conal Elliott
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14753 announced] the birth of [http://haskell.org/haskellwiki/DeepArrow DeepArrow], a Haskell library for composable 'editors' of pure values. DeepArrow enables 'deep function application' in two senses: deep application of functions and application of deep functions. These tools generalize beyond values and functions, via the DeepArrow subclass of the Arrow type class.</p></li>
 
 
 
<li><p><em>Phooey 0.1: functional user interface library</em>. Conal Elliott
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14754 announced] version 0.1 of [http://haskell.org/haskellwiki/phooey Phooey], an arrow-based functional user interface library. New in version 0.1: documentation, text input, boolean input/output, mtl. Phooey is now used in [http://haskell.org/haskellwiki/TV TV].</p></li>
 
 
 
<li><p><em>TV 0.0: Tangible Values</em>. Conal Elliott
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14755 announced] TV, a library for composing tangible values (TVs): values that carry along external interfaces. In particular, TVs can be composed to create new TVs, and they can be directly executed with a friendly GUI, a process that reads and writes character streams, or many other kinds interfaces. Values and interfaces are combined for direct use, and separable for composability. [http://haskell.org/haskellwiki/TV See the project page].</p></li>
 
 
 
<li><p><em>polyparse 1.00</em>. Malcolm Wallace
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14777 announced] the release of [http://www.cs.york.ac.uk/fp/polyparse PolyParse], a collection of parser combinator libraries in Haskell. They were all previously distributed as part of HaXml, but are now split out to make them more widely available.</p></li>
 
 
 
<li><p><em>Data.Binary: binary serialisation</em>. The Binary Strike Force
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14800 announced] the release of [http://www.cse.unsw.edu.au/~dons/binary/Data-Binary.html Binary], a high performance, pure binary serialisation library for Haskell. It is available from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary/0.2 Hackage] and [http://darcs.haskell.org/binary darcs]. The 'binary' package provides efficient serialisation of Haskell values to and from lazy ByteStrings. ByteStrings constructed this way may then be written to disk, written to the network, or further processed (e.g. stored in memory directly, or compressed in memory with zlib or bzlib).</p></li>
 
 
 
<li><p><em>DrIFT 2.2.1: support for Data.Binary</em>. John Meacham
+
<li><p><em>winerror 0.1</em>. Uploaded by Felix Martini.
[http://article.gmane.org/gmane.comp.lang.haskell.general/14802 announced] that [http://repetae.net/~john/computer/haskell/DrIFT/ DrIFT 2.2.1] is out and now has support for the Data.Binary module.</p></li>
+
[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>A History of Haskell</em>. Simon Peyton-Jones
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14793 mentioned] that the paper 'A History of Haskell: being lazy with class', authored by Paul Hudak, John Hughes, Phil Wadler and Simon, is finally done. [http://research.microsoft.com/~simonpj/papers/history-of-haskell/index.htm You can get a copy now!]</p></li>
 
 
 
<li><p><em>piggybackGHC 0.1</em>. Martin Grabmueller
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18461 announced] the release 0.1 of [http://uebb.cs.tu-berlin.de/~magr/projects/piggybackGHC/doc/ piggybackGHC], a small utility package for using GHC for lexing and parsing Haskell source code. The library uses the GHC library for all the hard stuff, so all supported GHC extensions are available.</p></li>
 
 
 
<li><p><em>regex-tdfa 0.20</em>. Chris Kuklewicz
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18553 announced] regex-tdfa, a 'tagged' DFA regular expression backend in pure Haskell, along with a suite of updates to the existing regex packages.</p></li>
 
 
 
<li><p><em>hpaste.org</em>. Eric Mertens
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18565 announced] 'hpaste', the [http://hpaste.org Haskell Pastebin]. Developed over a few days by many of the members of the Haskell irc channel, it provies a reliable paste bot with Haskell-specific capabilities.</p></li></ul>
 
  +
  +
<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>
   
''2007-01-09''
+
''2008-02-10''
   
<ul><li><p><em>Happy: LALR(1) parser generator</em>. Simon Marlow
+
<ul><li><p><em>WordNet 0.1.1</em>. Uploaded by Max Rabkin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WordNet-0.1.1 WordNet]: Haskell interface to the WordNet database.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14726 announced] version 1.16 of
 
[http://www.haskell.org/happy/ Happy], the parser generator system for Haskell. Changes from version 1.15 to 1.16 include switching to Cabal, a new %error directive, new production forms, and attribute grammar support. Happy version 1.16 is required for building GHC version 6.6 and later.</p></li>
 
 
 
<li><p><em>Alex: lexical analyser generator</em>. Simon Marlow
+
<li><p><em>lazysmallcheck 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lazysmallcheck-0.1 lazysmallcheck]: A library for demand-driven testing of Haskell programs.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14728 announced] version 2.1.0 of [http://www.haskell.org/alex/ Alex]. Changes in Alex 2.1.0 vs. 2.0.1 include switching to Cabal, and slight changes to the error semantics.</p></li>
 
 
 
<li><p><em>rdtsc: reading IA-32 time register</em>. Martin Grabmueller
+
<li><p><em>DrIFT 2.2.3</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/DrIFT-2.2.3 DrIFT]: Program to derive type class instances.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18095/ announced] version 1.0 of [http://uebb.cs.tu-berlin.de/~magr/projects/rdtsc/ package rdtsc] has just been released. This small package contains one module called [http://uebb.cs.tu-berlin.de/~magr/darcs/rdtsc/ 'Rdtsc.Rdtsc'], providing the function 'rdtsc' for accessing the 'rdtsc' machine register on modern IA-32 processors. This is a 64-bit counter which counts the number of processor cycles since the machine has been powered up. Using this instruction, you can make very precise time measurements which are independent of the actual CPU frequency.</p></li>
 
 
 
<li><p><em>monadLib 3.0</em>. Iavor Diatchki
+
<li><p><em>highlighting-kate 0.2</em>. Uploaded by John MacFarlane.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/highlighting-kate-0.2 highlighting-kate]: Syntax highlighting.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14714 announced] a new version of [http://www.csee.ogi.edu/~diatchki/monadLib monadLib], a collection of standard monad implementations. Some of the changes compared to the previous version: the whole library is in a single module MonadLib.hs (~500 lines); simpler and more symmetric API; removed the (generic) monadic combinators; removed the search transformer; rewrote some transformers in the 'traditional' way (exceptions and output); there is an optional module that defines base monads corresponding to each transformer.</p></li>
 
 
 
<li><p><em>Shellac 0.6</em>. Robert Dockins
+
<li><p><em>leksah 0.1</em>. Uploaded by Juergen NicklischFranken.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/leksah-0.1 leksah]: Genuine Haskell Face.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14715 announced] a simultaneously release of the following related packages: Shellac 0.6 Shellac-readline 0.3 and Shellac-vty 0.1. [http://www.eecs.tufts.edu/~rdocki01/shellac.html Shellac] is a framework for building read-eval-print style shells which uses configurable backend plugins. The major new feature of this release is the new Shellac-vty backend package, which uses the [http://members.cox.net/stefanor/vty/ new Vty library] terminal I/O directly. It currently has basic line editing keybindings, paging, and a command history. The main package and Shellac-readline updates consist of minor API updates.</p></li>
 
 
 
<li><p><em>IntelliJIDEA for Haskell</em>. Tony Morris
+
<li><p><em>frag 1.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/frag-1.1 frag]: 3-D First Person Shooter (FPS).</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14719 announced] syntax highlighting support for [http://www.workingmouse.com/research/IntelliJIdea%2DHaskell/ Haskell in IntellijIDEA], released under a BSD licence.</p></li>
 
 
 
<li><p><em>Yampa + GADT for GHC 6.6</em>. Joel Reymont
+
<li><p><em>GoogleChart 0.2</em>. Uploaded by Evan Martin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GoogleChart-0.2 GoogleChart]: Generate web-based charts using the Google Chart API.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/18215 announced] a cabalized [http://wagerlabs.com/yampa version of Yampa] + GADT for GHC 6.6. Joel also sought comments on cabalisation, testing and example for this package.</p></li>
 
 
 
<li><p><em>HNOP</em>. Ashley Yakeley
+
<li><p><em>HFuse 0.1</em>. Uploaded by Gwern Branwen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HFuse-0.1 HFuse]: HFuse is a binding for the Linux FUSE library.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14720 updated] the status of [http://semantic.org/hnop/ HNOP], the Haskell library for doing nothing. It has recently been split into two Cabal packages: 'nop', a library of no-op services, and 'hnop', a program that uses nop to do nothing. Both packages can be found in darcs. The two packages are intended to be templates for Cabal projects, so I'm interested in making them as canonical and 'best practices' for packaging libraries and executables.</p></li></ul>
 
  +
  +
<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><p><em>regex-compat 0.91</em>. Uploaded by Chris Kuklewicz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat-0.91 regex-compat]: Replaces/Enhances Text.Regex.</p></li>
  +
  +
<li><p><em>haddock 2.0.0.0</em>. Uploaded by David Waern.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.0.0.0 haddock]: Added by DavidWaern</p></li></ul>
   
''2007-01-02''
+
''2008-01-05''
   
<ul><li><p><em>hscolour-1.6</em>. Malcolm Wallace
+
<ul><li><p><em>GHC 6.8.2</em>. The GHC Team
  +
[http://www.haskell.org/ghc/download_ghc_682.html announced] the release of GHC 6.8.2, featuring optimisation improvements, improvements to ghci and fixes to standalone deriving.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14677 announced] HsColour, a popular syntax-highlighter for Haskell code. It can generate ANSI terminal colour codes, HTML, and CSS, and can insert hyperlink anchors for function definitions (useful in conjunction with [http://haskell.org/haddock Haddock]). [http://www.cs.york.ac.uk/fp/darcs/hscolour HsColour-1.6] is now available. The major addition is a new LaTeX output mode.</p></li>
 
  +
  +
<li><p><em>nhc98 1.2 released</em>. Malcolm Wallace
  +
[http://archive.fo/gBd5y announced] the release of nhc98 1.2.
  +
1.20 is a refreshed release with many of the current core library packages included, and a variety of small bugfixes since the last release. It successfully compiles and runs more programs from the nobench suite than jhc, hbc, Hugs, or yhc. It generates an interpreted bytecode that, on the whole runs faster than that generated by Hugs or yhc, and in many cases is also faster than ghci. Although nhc98 is written in Haskell, you don't need an existing Haskell compiler on your platform to build nhc98 - a C compiler will do. Hence, it is portable to almost any unix-like machine with a 32-bit compatibility mode. Many useful build tools come included: hmake (the inspiration for ghc --make), hi (interactive read-eval-print, like Hugs or ghci), cpphs (Haskell-aware replacement for cpp) and hsc2hs (preprocessor for FFI code)</p></li>
  +
  +
<li><p><em>darcs 2.0.0pre2</em>. David Roundy
  +
[http://archive.fo/JPvR4 announced] the availability of the second prerelease of [http://darcs.net darcs two], darcs 2.0.0pre2. This release fixes several severe performance bugs that were present in the first prerelease. These issues were identified and fixed thanks to the helpful testing of Simon Marlow and Peter Rockai. We also added support for compilation under ghc 6.4, so even more users should be able to test this release.</p></li>
  +
  +
<li><p><em>The Monad.Reader Issue 9: SoC special</em>. Wouter Swierstra
  +
[http://archive.fo/w0QFo announced] a new issue of The Monad.Reader, a 'Summer of Code Special' - it consists of three articles from student participants of Google's Summer of Code, describing the projects they worked on.</p></li>
  +
  +
<li><p><em>What's happening with Haskell? The 13th HCAR</em>. Andres Loeh
  +
[http://www.haskell.org/communities/ announced] the 13th edition of the Haskell Communities and Activities Report</p></li>
  +
  +
<li><p><em>Teach yourself gtk2hs in 21 hours</em>. Hans van Thiel
  +
[http://archive.fo/8qbgJ announced] a Gtk2Hs basics tutorial, based on the Tony Gale and Ian Main GTK+2.0 tutorial, is now available for review and comment.</p></li>
  +
  +
<li><p><em>Minimalistic Haskell blog framework</em>. Paul Brown
  +
[http://archive.fo/leQtp announced] a lightweight, experimental blog publishing application, [http://datapr0n.com/repos/perpubplat perpubplat</p></li>
  +
  +
<li><p><em>atom</em>. Tom Hawkins
  +
[http://www.haskell.org/pipermail/haskell-cafe/2007-December/035742.html announced] the release of atom 2007.12; atom is a domain-specific language embedded in Haskell for describing real-time control applications</p></li></ul>
  +
<ul><li><p><em>bytestring 0.9.0.4</em>. Uploaded by DonaldStewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.4 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
  +
  +
<li><p><em>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>
  +
  +
<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>
  +
  +
<li><p><em>llvm 0.0.2</em>. Uploaded by BryanOSullivan.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/llvm-0.0.2 llvm]: Bindings to the LLVM compiler toolkit.</p></li>
  +
  +
<li><p><em>HDBC-sqlite3 1.1.3.1</em>. Uploaded by JohnGoerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.3.1 HDBC-sqlite3]: Sqlite v3 driver for HDBC.</p></li>
  +
  +
<li><p><em>HDBC-odbc 1.1.3.1</em>. Uploaded by JohnGoerzen.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.3.1 HDBC-odbc]: ODBC driver for HDBC.</p></li>
  +
  +
<li><p><em>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>
  +
  +
<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>
  +
  +
<li><p><em>hsc3 0.1</em>. Uploaded by RohanDrape.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsc3-0.1 hsc3]: Haskell SuperCollider.</p></li>
  +
  +
<li><p><em>hosc 0.1</em>. Uploaded by RohanDrape.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hosc-0.1 hosc]: Haskell Open Sound Control.</p></li>
  +
  +
<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>
  +
  +
<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>Dimensional: Statically checked physical dimensions</em>. Björn Buckwalter
+
<li><p><em>uniplate 1.0.1</em>. Uploaded by Neil Mitchell.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uniplate-1.0.1 uniplate], uniform type generic traversals</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14691 announced] version 0.1 of [http://code.google.com/p/dimensional/ Dimensional], a module for statically checked physical dimensions. The module facilitates calculations with physical quantities while statically preventing e.g. addition of quantities with differing physical dimensions.</p></li>
 
 
 
<li><p><em>vty 2.0</em>. Stefan O'Rear
+
<li><p><em>lax-0.0.0</em>. Uploaded by Wolfgang Jeltsch.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lax-0.0.0 lax], Lax arrows are variants of other arrows which are ?less strict? than the original arrows. They can be used, for example, to produce I/O fixpoints in situations where fixIO would fail.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/14703 announced] a new major version of [http://members.cox.net/stefanor/vty vty]. Differences from 1.0 include: vty now uses a record type for attributes, instead of bitfields in an Int; vty now supports setting background colors; you can now explicitly specify 'default' colors; vty now supports Unicode characters on output, automatically setting and resetting UTF-8 mode.</p></li>
 
 
 
<li><p><em>'Lambda Revolution' tshirts</em>. Paul Johnson
+
<li><p><em>fastcgi 3001.0.1</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3001.0.1 fastcgi], a Haskell library for writing FastCGI programs</p></li></ul>
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/17916 announced] the creation
 
of a new Haskell tshirt, on the theme of 'The Lambda Revolution'. Tshirts are available from [http://www.cafepress.com/l_revolution CafePress], and the designs are freely available.</p></li></ul>
 
   
 
==Archives by year==
 
==Archives by year==
   
  +
*[[News/2007|2007 Archives]]
 
*[[News/2006|2006 Archives]]
 
*[[News/2006|2006 Archives]]
 
*[[News/2005|2005 Archives]]
 
*[[News/2005|2005 Archives]]

Latest revision as of 19:17, 15 August 2019



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