Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(fix lns and +ln)
(this month's news)
Line 1: Line 1:
'''News'''
 
   
:''2007-12-11:''
+
''2008-01-05''
   
<ul><li><p><em>darcs 2.0</em>. David Roundy
+
<ul><li><p><em>GHC 6.8.2</em>. The GHC Team
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/33159 announced] the release candidate of [[darcs]] 2.0; darcs 2.0 will be a major release of the distributed version control program which addresses long-standing conflict bugs and further improve performance.</p></li>
+
[http://www.haskell.org/ghc/download_ghc_682.html announced] the release of GHC 6.8.2, featuring optimisation improvements, improvements to ghci and fixes to standalone deriving.</p></li>
 
<li><p><em>HOgg 0.3.0</em>. Conrad Parker
 
[http://www.haskell.org/pipermail/haskell-cafe/2007-December/035928.html announced] the release of version 0.3.0 of HOgg; HOgg is a Haskell library for manipulating Ogg files. Also included is a command-line tool using the library.</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 which is used in "describing reactive software, primarily for realtime control applications".</p></li>
 
 
<li><p><em>XMonad 0.5</em>. Don Stewart & the XMonad dev team
 
[http://www.haskell.org/pipermail/haskell-cafe/2007-December/036110.html announced] the release of XMonad 0.5, an extensible tiling window manager; this release brings new extensions and a much easier configuration system.</p></li>
 
 
<li><p><em>GHC 6.8.1</em>. Ian Lynagh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15733 announced] the release of GHC 6.8.1, a new major release of GHC. There have been a number of significant changes since the last major release, including: Haskell Program Coverage support, the GHCi debugger, pointer tagging in the runtime (with up to 10-15% speedups), constructor specialisation, improved optimisations and much more. The [http://haskell.org/ghc/docs/6.8.1/html/users_guide/release-6-8-1.html full release notes] are available.</p></li>
 
 
 
<li><p><em>Gtk2Hs 0.9.12.1</em>. Duncan Coutts
+
<li><p><em>nhc98 1.2 released</em>. Malcolm Wallace
[http://article.gmane.org/gmane.comp.lang.haskell.general/15738 announced] version 0.9.12.1 of gtk2hs is [http://haskell.org/gtk2hs/download/ now available]. gtk2hs is the standard graphics library for Haskell. An in-depth tutorial, [http://www.haskell.org/pipermail/haskell-cafe/2007-December/035661.html "Teach Yourself Gtk2Hs in 21 Hours"], has also been announced.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.general/15770 announced] the release of nhc98 1.2.
  +
1.20 is a refreshed release with many of the current core library packages included, and a variety of small bugfixes since the last release. It successfully compiles and runs more programs from the nobench suite than jhc, hbc, Hugs, or yhc. It generates an interpreted bytecode that, on the whole runs faster than that generated by Hugs or yhc, and in many cases is also faster than ghci. Although nhc98 is written in Haskell, you don't need an existing Haskell compiler on your platform to build nhc98 - a C compiler will do. Hence, it is portable to almost any unix-like machine with a 32-bit compatibility mode. Many useful build tools come included: hmake (the inspiration for ghc --make), hi (interactive read-eval-print, like Hugs or ghci), cpphs (Haskell-aware replacement for cpp) and hsc2hs (preprocessor for FFI code)</p></li>
 
<li><p><em>Shu-thing 1.0 and Monadius 0.9</em>. Gwern Branwen
 
[http://www.haskell.org/pipermail/haskell-cafe/2007-December/035764.html announced] the release of Cabalized versions of the shoot'em up vector arcade games Shu-thing and Monadius.</p></li>
 
 
<li><p><em>Lazy SmallCheck 0.1</em>. Matthew Naylor
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15702 announced] Lazy SmallCheck 0.1, a library for exhaustive, demand-driven testing of Haskell programs.</p></li>
 
 
 
<li><p><em>HDBC 1.1.3</em>. John Goerzen
+
<li><p><em>darcs 2.0.0pre2</em>. David Roundy
[http://article.gmane.org/gmane.comp.lang.haskell.general/15729 announced] new releases of HDBC, the Haskell database connectivity kit, and its associated backends (for sqlite3, postgresql, odbc).</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/33483 announced] the availability of the second prerelease of [http://darcs.net darcs two], darcs 2.0.0pre2. This release fixes several severe performance bugs that were present in the first prerelease. These issues were identified and fixed thanks to the helpful testing of Simon Marlow and Peter Rockai. We also added support for compilation under ghc 6.4, so even more users should be able to test this release.</p></li>
 
 
<li><p><em>xmobar</em>. Andrea Rossato
+
<li><p><em>The Monad.Reader Issue 9: SoC special</em>. Wouter Swierstra
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31465 announced] the release of Xmobar-0.8, a minimalistic, text based, status bar. It was specifically designed to work with the XMonad Window Manager.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31848 announced] a new issue of The Monad.Reader, a 'Summer of Code Special' - it consists of three articles from student participants of Google's Summer of Code, describing the projects they worked on.</p></li>
 
 
<li><p><em>Flymake Haskell</em>. Daisuke Ikegami
+
<li><p><em>What's happening with Haskell? The 13th HCAR</em>. Andres Loeh
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31453 announced] Flymake Haskell, Emacs bindings for interactive Haskell compilation</p></li>
+
[http://www.haskell.org/communities/ announced] the 13th edition of the Haskell Communities and Activities Report</p></li>
 
 
<li><p><em>network bytestring</em>. Johan Tibbel
+
<li><p><em>Teach yourself gtk2hs in 21 hours</em>. Hans van Thiel
[http://article.gmane.org/gmane.comp.lang.haskell.general/15645 announced], strict ByteString versions of the recv/send family of functions for efficient network IO.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/32671 announced] a Gtk2Hs basics tutorial, based on the Tony Gale and Ian Main GTK+2.0 tutorial, is now available for review and comment.</p></li>
 
 
<li><p><em>ByteString search</em>. Bryan O'Sullivan
+
<li><p><em>Minimalistic Haskell blog framework</em>. Paul Brown
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31229 announced] a Cabalised ByteString version of the optimized Boyer-Moore and Knuth-Morris-Pratt string search algorithms</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/34503 announced] a lightweight, experimental blog publishing application, [http://datapr0n.com/repos/perpubplat perpubplat</p></li>
 
 
<li><p><em>Generating free theorems</em>. Janis Voigtlaender
+
<li><p><em>atom</em>. Tom Hawkins
[http://article.gmane.org/gmane.comp.lang.haskell.general/15693 announced] an improved version of the online and offline free theorems generator for Haskell</p></li>
+
[http://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>hslogger4j 0.1.1</em>. Bjorn Buckwalter
+
<li><p><em>uuagc 0.9.5</em>. Uploaded by ArieMiddelkoop.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uuagc-0.9.5 uuagc]: Attribute Grammar System of Universiteit Utrecht.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15707 announced] Hslogger4j, which provides handlers for hslogger (John Goerzen's Haskell logging framework) that are compatible with log4j's XMLLayout.</p></li>
 
 
 
<li><p><em>Infinity 0.3</em>. Austin Seipp
+
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/31228 announced] `infinity', an IRC bot in Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
 
 
<li><p><em>hswm</em>. Remi Turk
+
<li><p><em>llvm 0.0.2</em>. Uploaded by BryanOSullivan.
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/30804 announced] the first and last release of hswm, a Haskell window manager.</p></li></ul>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/llvm-0.0.2 llvm]: Bindings to the LLVM compiler toolkit.</p></li>
<ul><li><p><em>xmobar-0.8</em>. Uploaded by Andrea Rossato.
 
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmobar-0.8 xmobar], a minimalistic text based status bar</p></li>
 
 
 
<li><p><em>hsSqlite3-0.0.4</em>. Uploaded by Evgeny Jukov.
+
<li><p><em>HDBC-sqlite3 1.1.3.1</em>. Uploaded by JohnGoerzen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsSqlite3-0.0.4 hsSqlite3], bindings for Sqlite3</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.3.1 HDBC-sqlite3]: Sqlite v3 driver for HDBC.</p></li>
 
 
<li><p><em>cabal-rpm-0.3.2</em>. Uploaded by Bryan OSullivan.
+
<li><p><em>HDBC-odbc 1.1.3.1</em>. Uploaded by JohnGoerzen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-rpm-0.3.2 cabal-rpm] turns Haskell Cabal source packages into source and binary RPM packages.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.3.1 HDBC-odbc]: ODBC driver for HDBC.</p></li>
 
 
<li><p><em>selenium-0.2.2</em>. Uploaded by Aaron Tomb.
+
<li><p><em>dimensional 0.7.2</em>. Uploaded by BjornBuckwalter.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/selenium-0.2.2 selenium], Haskell bindings to communicate with a Selenium Remote Control server. This package makes it possible to use Haskell to write test scripts that exercise web applications through a web browser.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.2 dimensional]: Statically checked physical dimensions..</p></li>
 
 
<li><p><em>HPDF-1.3</em>. Uploaded by alpheccar.
+
<li><p><em>uulib 0.9.5</em>. Uploaded by ArieMiddelkoop.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HPDF-1.3 HPDF]. A PDF library with support for several pages, page transitions, outlines, annotations, compression, colors, shapes, patterns, jpegs, fonts, typesetting ...</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.5 uulib]: Haskell Utrecht Tools Library.</p></li>
 
 
<li><p><em>FileManip-0.3.1</em>. Uploaded by Bryan OSullivan.
+
<li><p><em>hsc3 0.1</em>. Uploaded by RohanDrape.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FileManip-0.3.1 FileManip], a Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsc3-0.1 hsc3]: Haskell SuperCollider.</p></li>
 
 
<li><p><em>stringsearch-0.2</em>. Uploaded by Bryan OSullivan.
+
<li><p><em>hosc 0.1</em>. Uploaded by RohanDrape.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch-0.2 stringsearch], fast search of ByteStrings.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hosc-0.1 hosc]: Haskell Open Sound Control.</p></li>
 
 
<li><p><em>nano-md5-0.1</em>. Uploaded by Don Stewart.
+
<li><p><em>GLFW 0.2</em>. Uploaded by PaulLiu.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/nano-md5-0.1 nano-md5], ByteString bindings to OpenSSL.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GLFW-0.2 GLFW]: A binding for GLFW, An OpenGL Framework.</p></li>
 
 
<li><p><em>denominate-0.4.1</em>. Uploaded by Calvin Smith.
+
<li><p><em>control-timeout 0.1</em>. Uploaded by AdamLangley.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/denominate-0.4.1 denominate] provides a main program for performing bulk file and directory renaming, using a built-in filename converter or user-defined converters.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-timeout-0.1 control-timeout]: Timeout handling.</p></li>
 
 
<li><p><em>ContArrow 0.0.2</em>. Uploaded by Evgeny Jukov.
+
<li><p><em>hiccup 0.35</em>. Uploaded by KyleConsalus.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ ContArrow], Control.Arrow.Transformer.Cont</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hiccup-0.35 hiccup]: Relatively efficient Tcl interpreter with support for basic operations.</p></li>
 
 
<li><p><em>state 0.0.2</em>. Uploaded by Evgeny Jukov.
+
<li><p><em>phooey 2.0</em>. Uploaded by ConalElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ state]. State.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-2.0 phooey]: Functional user interfaces.</p></li>
 
 
<li><p><em>infinity 0.3</em>. Uploaded by Austin Seipp.
+
<li><p><em>reactive 0.0</em>. Uploaded by ConalElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ infinity], a tiny, pluggable irc bot.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.0 reactive]: Simple foundation for functional reactive programming.</p></li>
 
 
<li><p><em>Dimensional 0.7.1</em>. Uploaded by Bjorn Buckwalter
+
<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>
[http://www.haskell.org/pipermail/haskell-cafe/2007-November/035176.html Dimensional 0.7.1], a port to GHC 6.8.1 of Dimensional, a library which provides "data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities/units is embedded in their types and the validity of operations is verified by the type checker at compile time."</p></li>
 
 
<li><p><em>unix-compat 0.1.2.1</em>. Uploaded by Duncan Coutts.
 
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ unix-compat], portable implementations of parts of the unix package.</p></li>
 
 
 
<li><p><em>Ranged-sets 0.1.1</em>. Uploaded by Paul Johnson.
+
<li><p><em>hburg 1.1.1</em>. Uploaded by IgorBohm.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ Ranged-sets]. A ranged set is an ordered list of ranges.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hburg-1.1.1 hburg]: Haskell Bottom Up Rewrite Generator.</p></li>
 
 
<li><p><em>IFS 0.1.1</em>. Uploaded by alpheccar.
+
<li><p><em>hinotify 0.2</em>. Uploaded by LennartKolmodin.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ IFS], a library to describe IFS and generate PPM pictures from the descriptions</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinotify-0.2 hinotify]: Haskell binding to INotify.</p></li>
 
 
<li><p><em>bktrees 0.1.3</em>. Uploaded by Josef Svenningsson.
+
<li><p><em>cabal-rpm 0.3.3</em>. Uploaded by BryanOSullivan.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ bktrees]. Burhard-Keller trees provide an implementation of sets which apart from the ordinary operations also has an approximate member search, allowing you to search for elements that are of a certain distance from the element you are searching for.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-rpm-0.3.3 cabal-rpm]: RPM package builder for Haskell Cabal source packages..</p></li>
 
 
<li><p><em>pqc 0.2</em>. Uploaded by Don Stewart.
+
<li><p><em>codec-libevent 0.1</em>. Uploaded by AdamLangley.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ pqc], a parallel batch driver for QuickCheck</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/codec-libevent-0.1 codec-libevent]: Cross-platform structure serialisation.</p></li>
 
 
<li><p><em>strict 0.2</em>. Uploaded by Don Stewart.
+
<li><p><em>irc 0.4</em>. Uploaded by TrevorElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ strict], strict data types.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/irc-0.4 irc]: A small library for parsing IRC messages..</p></li>
 
 
<li><p><em>HsSVN 0.2</em>. Uploaded by PHO.
+
<li><p><em>dlist 0.4</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ HsSVN], (Part of) Subversion binding for Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.4 dlist]: Differences lists.</p></li>
 
 
<li><p><em>HsHyperEstraier 0.2</em>. Uploaded by PHO.
+
<li><p><em>AutoForms 0.4.0</em>. Uploaded by MadsLindstroem.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ HsHyperEstraier], a HyperEstraier binding for Haskell. HyperEstraier is an embeddable full text search engine which is supposed to be independent to any particular natural languages.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AutoForms-0.4.0 AutoForms]: GUI library based upon generic programming (SYB3).</p></li>
 
 
<li><p><em>HsOpenSSL 0.3.1</em>. Uploaded by PHO.
+
<li><p><em>bktrees 0.2.1</em>. Uploaded by JosefSvenningsson.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ HsOpenSSL], a (part of) OpenSSL binding for Haskell. It can generate RSA and DSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2.1 bktrees]: A set data structure with approximate searching.</p></li>
 
 
<li><p><em>Finance-Quote-Yahoo 0.4</em>. Uploaded by Brad Clawsie.
+
<li><p><em>bktrees 0.2</em>. Uploaded by JosefSvenningsson.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.4 Finance-Quote-Yahoo], obtain quote data from finance.yahoo.com</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.2 bktrees]: A set data structure with approximate searching.</p></li>
 
 
<li><p><em>LRU 0.1.1</em>. Uploaded by Adam Langley.
+
<li><p><em>binary-strict 0.1</em>. Uploaded by AdamLangley.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LRU-0.1.1 LRU], an LRU data structure</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.1 binary-strict]: Binary deserialisation using strict ByteStrings.</p></li>
 
 
<li><p><em>base 3.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>haddock 0.9</em>. Uploaded by SimonMarlow.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/base-3.0.0.0 base], the Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-0.9 haddock]: Haddock is a documentation-generation tool for Haskell libraries.</p></li>
 
 
<li><p><em>regex-posix 0.72.0.2</em>. Uploaded by Duncan Coutts.
+
<li><p><em>bytestring-mmap 0.2.0</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix-0.72.0.2 regex-posix], posix regex support.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.2.0 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
 
 
<li><p><em>xhtml 3000.0.2.1</em>. Uploaded by Bjorn Bringert.
+
<li><p><em>bytestring 0.9.0.3</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xhtml-3000.0.2.1 xhtml], combinators for producing XHTML 1.0, including the Strict, Transitional and Frameset variants.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.3 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
 
 
<li><p><em>Win32 2.1.0.0</em>. Uploaded by Esa Ilari Vuokko.
+
<li><p><em>hiccup 0.3</em>. Uploaded by KyleConsalus.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Win32-2.1.0.0 Win32], a binding to part of the Win32 library</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hiccup-0.3 hiccup]: Added by KyleConsalus, Wed Dec 19 17:00:42 PST 2007..</p></li>
 
 
<li><p><em>unix 2.2.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>cedict 0.1.1</em>. Uploaded by JasonDusek.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.2.0.0 unix], POSIX functionality</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cedict-0.1.1 cedict]: Convenient Chinese character lookup..</p></li>
 
 
<li><p><em>time 1.1.2.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>TypeCompose 0.3</em>. Uploaded by ConalElliott.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/time-1.1.2.0 time], time handling.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TypeCompose-0.3 TypeCompose]: Type composition classes & instances.</p></li>
 
 
<li><p><em>template-haskell 2.2.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestring-mmap 0.1.2</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/template-haskell-2.2.0.0 template-haskell], support for manipulating Haskell syntax trees</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.2 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
 
 
<li><p><em>stm 2.1.1.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestring 0.9.0.2</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stm-2.1.1.0 stm], software transational memory</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9.0.2 bytestring]: Fast, packed, strict and lazy byte arrays with a list interface.</p></li>
 
 
<li><p><em>regex-compat 0.71.0.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestring-mmap 0.1.1</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat-0.71.0.1 regex-compat], backwards compatible regex support</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.1 bytestring-mmap]: mmap support for strict ByteStrings.</p></li>
 
 
<li><p><em>regex-base 0.72.0.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>mkcabal 0.3</em>. Uploaded by DonaldStewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base-0.72.0.1 regex-base], regex support.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.3 mkcabal]: Generate cabal files for a Haskell project.</p></li>
 
 
<li><p><em>readline 1.0.1.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>terminfo 0.1</em>. Uploaded by Judah Jacobson.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/readline-1.0.1.0 readline], an interface to the GNU readline library</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/terminfo-0.1 terminfo]: Haskell bindings to the terminfo library..</p></li>
 
 
<li><p><em>random 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>Cabal 1.2.3.0</em>. Uploaded by Duncan Coutts.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/random-1.0.0.0 random], random number generation</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal-1.2.3.0 Cabal]: A framework for packaging Haskell software.</p></li>
 
 
<li><p><em>QuickCheck 1.1.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>hxt 7.4</em>. Uploaded by UweSchmidt.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/QuickCheck-1.1.0.0 QuickCheck], automatic testing of Haskell programs</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hxt-7.4 hxt]: A collection of tools for processing XML with Haskell..</p></li>
 
 
<li><p><em>process 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>X11 1.4.1</em>. Uploaded by Spencer Janssen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/process-1.0.0.0 process], jobs and processes</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.1 X11]: A binding to the X11 graphics library.</p></li>
 
 
<li><p><em>pretty 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>dataenc 0.10.1</em>. Uploaded by Magnus Therning.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pretty-1.0.0.0 pretty], pretty printing library.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc-0.10.1 dataenc]: Data encoding library currently providing Uuencode, Base64,
  +
Base64Url, Base32, Base32Hex, and Base16..</p></li>
 
 
<li><p><em>parsec 2.1.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>bytestringreadp 0.1</em>. Uploaded by Gracjan Polak.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec-2.1.0.0 parsec], monadic parser combinators.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestringreadp-0.1 bytestringreadp]: A ReadP style parser library for ByteString.</p></li>
 
 
<li><p><em>parallel 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>encoding 0.3</em>. Uploaded by HenningGuenther.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parallel-1.0.0.0 parallel], support for parallel programming</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/encoding-0.3 encoding]: A library for various character encodings.</p></li>
 
 
<li><p><em>packedstring 0.1.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>hslua 0.2</em>. Uploaded by Gracjan Polak.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/packedstring-0.1.0.0 packedstring], packed strings</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslua-0.2 hslua]: A Lua language interpreter embedding in Haskell.</p></li>
 
 
<li><p><em>OpenGL 2.2.1.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>xmonad-contrib 0.5</em>. Uploaded by Spencer Janssen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/OpenGL-2.2.1.1 OpenGL], binding for the OpenGL graphics system</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.5 xmonad-contrib]: Third party extensions for xmonad.</p></li>
 
 
<li><p><em>OpenAL 1.3.1.1</em>. Uploaded by Ross Paterson.
+
<li><p><em>xmonad 0.5</em>. Uploaded by SpencerJanssen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/OpenAL-1.3.1.1 OpenAL], binding to the OpenAL cross-platform 3D audio API.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-0.5 xmonad]: A tiling window manager.</p></li>
 
 
<li><p><em>old-time 1.0.0.0</em>. Uploaded by Ross Paterson.
+
<li><p><em>pandoc 0.45</em>. Uploaded by John MacFarlane.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time-1.0.0.0 old-time], time library.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pandoc-0.45 pandoc]: Conversion between markup formats.</p></li>
 
 
<li><p><em>alex 2.2</em>. Uploaded by Simon Marlow.
+
<li><p><em>markov-chain 0.0.1</em>. Uploaded by Henning Thielemann.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alex-2.2 alex] is a tool for generating lexical analysers in Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/markov-chain-0.0.1 markov-chain]: Markov Chains for generating random sequences with a user definable behaviour..</p></li>
 
 
<li><p><em>Cabal 1.2.2.0</em>. Uploaded by Duncan Coutts.
+
<li><p><em>parsedate 3000.0.0</em>. Uploaded by Bjorn Bringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal-1.2.2.0 Cabal] is the framework for packaging Haskell software</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsedate-3000.0.0 parsedate]: Data and time parsing for CalendarTime.</p></li>
 
 
<li><p><em>HaXml 1.19.1</em>. Uploaded by Malcolm Wallace.
+
<li><p><em>hackage2hwn 0.1</em>. Uploaded by Don Stewart.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.19.1 HaXml], Utilities for manipulating XML documents</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hackage2hwn-0.1 hackage2hwn]: Convert hackage = Hackage RSS feeds to Haskell Weekly News format.</p></li>
 
 
<li><p><em>HDBC-odbc 1.1.3.0</em>. Uploaded by John Goerzen.
+
<li><p><em>hask-home 2007.12.6</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-odbc-1.1.3.0 HDBC-odbc], ODBC driver for HDBC</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hask-home-2007.12.6 hask-home]: Generate homepages for cabal packages.</p></li>
 
 
<li><p><em>HDBC-postgresql 1.1.3.0</em>. Uploaded by John Goerzen.
+
<li><p><em>hmarkup 3000.0.1</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-postgresql-1.1.3.0 HDBC-postgresql] is a PostgreSQL driver for HDBC</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmarkup-3000.0.1 hmarkup]: Simple wikitext-like markup format implementation..</p></li>
 
 
<li><p><em>HDBC-sqlite3 1.1.3.0</em>. Uploaded by John Goerzen.
+
<li><p><em>hspread 0.2</em>. Uploaded by AndreaVezzosi.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-sqlite3-1.1.3.0 HDBC-sqlite3] is a Sqlite v3 driver for HDBC</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hspread-0.2 hspread]: A client library for the spread toolkit.</p></li>
 
 
<li><p><em>HDBC 1.1.3</em>. Uploaded by John Goerzen.
+
<li><p><em>pcap 0.4.2</em>. Uploaded by BryanOSullivan.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HDBC-1.1.3 HDBC] is a Haskell Database library</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcap-0.4.2 pcap]: A system-independent interface for user-level packet capture.</p></li>
 
 
<li><p><em>X11 1.3.0</em>. Uploaded by Don Stewart.
+
<li><p><em>hogg 0.3.0</em>. Uploaded by ConradParker.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.3.0 X11] is a library of bindings to the X11 libraries and server</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hogg-0.3.0 hogg]: Library and tools to manipulate the Ogg container format.</p></li>
 
 
<li><p><em>HsOpenSSL 0.3</em>. Uploaded by Masatake Daimon.
+
<li><p><em>Finance-Quote-Yahoo 0.4.1</em>. Uploaded by BradClawsie.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsOpenSSL-0.3 HsOpenSSL], (Part of) OpenSSL binding for Haskell</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Finance-Quote-Yahoo-0.4.1 Finance-Quote-Yahoo]: Obtain quote data from finance.yahoo.com.</p></li>
 
 
<li><p><em>Imlib 0.1</em>. Uploaded by Cale Gibbard.
+
<li><p><em>Monadius 0.9.20071204</em>. Uploaded by GwernBranwen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Imlib-0.1 Imlib], Haskell binding for Imlib 2</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Monadius-0.9.20071204 Monadius]: 2-D arcade scroller.</p></li>
 
 
<li><p><em>Stream 0.2.2</em>. Uploaded by Wouter Swierstra.
+
<li><p><em>Shu-thing 1.0.20071203</em>. Uploaded by GwernBranwen.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream-0.2.2 Stream], a library for manipulating infinite lists.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shu-thing-1.0.20071203 Shu-thing]: A vector shooter game.</p></li>
 
 
<li><p><em>sat 1.0</em>. Uploaded by AndriiZvorygin.
+
<li><p><em>hmatrix 0.1.1.0</em>. Uploaded by AlbertoRuiz.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sat-1.0 sat], CNF SATisfier</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.1.0 hmatrix]: Linear algebra and numerical computations.</p></li>
 
 
<li><p><em>torrent 2007.10.27</em>. Uploaded by David Himmelstrup.
+
<li><p><em>HTTP 3001.0.3</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/torrent-2007.10.27 torrent], BitTorrent file parser</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.3 HTTP]: Added by BjornBringert, Fri Nov 30 14:50:55 PST 2007..</p></li>
 
 
<li><p><em>bencode 0.2</em>. Uploaded by David Himmelstrup.
+
<li><p><em>rss 3000.0.1</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bencode-0.2 bencode], Parser and printer for bencoded data.</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/rss-3000.0.1 rss]: A library for generating RSS 2.0 feeds..</p></li>
 
 
<li><p><em>SDL 0.5.1</em>. Uploaded by David Himmelstrup.
+
<li><p><em>haxr 3000.0.1</em>. Uploaded by BjornBringert.
[http://hackage.haskell.org/cgi-`bin/hackage-scripts/package/SDL-0.5.1 SDL], binding to libSDL</p></li>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haxr-3000.0.1 haxr]: XML-RPC client and server library..</p></li>
 
 
<li><p><em>NGrams 1.0</em>. Uploaded by Justin Bailey.
+
<li><p><em>fitsio 0.1</em>. Uploaded by EricSessoms.
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/NGrams-1.0 ngrams], Simple application for calculating n-grams using Google</p></li></ul>
+
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fitsio-0.1 fitsio]: A library for reading and writing data files in the FITS data format..</p></li>
  +
  +
<li><p><em>YamlReference 0.6</em>. Uploaded by Oren Ben Kiki.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YamlReference-0.6 YamlReference], YAML reference implementation</p></li>
  +
  +
<li><p><em>LambdaShell 0.9.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LambdaShell-0.9.1 LambdaShell], simple shell for evaluating lambda expressions</p></li>
  +
  +
<li><p><em>Shellac 0.9.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-0.9.1 Shellac], a framework for creating shell envinronments</p></li>
  +
  +
<li><p><em>EdisonCore 1.2.1.1</em>. Uploaded by Robert Dockins.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/EdisonCore-1.2.1.1 EdisonCore], a library of efficent, purely-functional data structures (Core Implementations)</p></li>
  +
  +
<li><p><em>hmatrix 0.1.0.0</em>. Uploaded by Alberto Ruiz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix-0.1.0.0 hmatrix], linear algebra and numerical computations</p></li>
  +
  +
<li><p><em>strict-concurrency 0.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/strict-concurrency-0.1 strict-concurrency], strict concurrency abstractions</p></li>
  +
  +
<li><p><em>X11 1.4.0</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.0 X11], binding to the X11 graphics library</p></li>
  +
  +
<li><p><em>safecopy 0.3</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/safecopy-0.3 safecopy], binary serialization with version control</p></li>
  +
  +
<li><p><em>HaXml 1.13.3</em>. Uploaded by Malcolm Wallace.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.13.3 HaXml], utilities for manipulating XML documents</p></li>
  +
  +
<li><p><em>c2hs 0.15.1</em>. Uploaded by Duncan Coutts.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs-0.15.1 c2hs], C->Haskell Interface Generator</p></li>
  +
  +
<li><p><em>calc 0.1</em>. Uploaded by Austin Seipp.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/calc-0.1 calc], small compiler for arithmetic expressions.</p></li>
  +
  +
<li><p><em>miniplex 0.2.1</em>. Uploaded by Lukas Mai.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/miniplex-0.2.1 miniplex], simple 1-to-N interprocess communication</p></li>
  +
  +
<li><p><em>sat 1.1.1</em>. Uploaded by Andrii Zvorygin.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sat-1.1.1 sat], CNF SATisfier</p></li>
  +
  +
<li><p><em>dimensional 0.7.1</em>. Uploaded by Bjorn Buckwalter.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7.1 dimensional], statically checked physical dimensions</p></li>
  +
  +
<li><p><em>hxt 7.4</em>. Uploaded by Uwe Schmidt.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hxt-7.4 hxt], collection of tools for processing XML with Haskell.</p></li>
  +
  +
<li><p><em>dlist 0.3.2</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.3.2 dlist], difference lists. A list type supporting fast append.</p></li>
  +
  +
<li><p><em>mkcabal 0.2</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mkcabal-0.2 mkcabal], generate cabal files for a Haskell project</p></li>
  +
  +
<li><p><em>Chart 0.5</em>. Uploaded by Tim Docker.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Chart-0.5 Chart], a library for generating 2D Charts and Plots</p></li>
  +
  +
<li><p><em>MaybeT 0.1.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MaybeT-0.1.1 MaybeT], MaybeT monad transformer</p></li>
  +
  +
<li><p><em>regex-pcre 0.93</em>. Uploaded by Chris Kuklewicz.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-pcre-0.93 regex-pcre], replaces Text.Regex</p></li>
  +
  +
<li><p><em>fixpoint 0.1</em>. Uploaded by Roman Leshchinskiy.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fixpoint-0.1 fixpoint], data types as fixpoints</p></li>
  +
  +
<li><p><em>ChasingBottoms 1.2.2</em>. Uploaded by Nils Anders Danielsson.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ChasingBottoms-1.2.2 ChasingBottoms], support for testing partial and infinite values</p></li>
  +
  +
<li><p><em>GrowlNotify 0.3</em>. Uploaded by Nicholas Burlett.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.3 GrowlNotify], notification utility for Growl</p></li>
  +
  +
<li><p><em>pcap 0.4.1</em>. Uploaded by Bryan OSullivan.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcap-0.4.1 pcap], a system-independent interface for user-level packet capture</p></li>
  +
  +
<li><p><em>bencode 0.3</em>. Uploaded by David Himmelstrup.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bencode-0.3 bencode], parser and printer for bencoded data.</p></li>
  +
  +
<li><p><em>stream-fusion 0.1.1</em>. Uploaded by Don Stewart.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stream-fusion-0.1.1 stream-fusion], provides the standard Haskell list library reimplemented to allow stream fusion. This should in general provide faster list operations, and faster code for list-heavy programs.</p></li>
  +
  +
<li><p><em>HTTP 3001.0.2</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.2 HTTP], library for client-side HTTP</p></li>
  +
  +
<li><p><em>X11-xft 0.2</em>. Uploaded by Clemens Fruhwirth.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft-0.2 X11-xft], bindings to the Xft, X Free Type interface library, and some Xrender parts</p></li>
  +
  +
<li><p><em>GrowlNotify 0.1</em>. Uploaded by Nicholas Burlett.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GrowlNotify-0.1 GrowlNotify], notification utility for Growl.</p></li>
  +
  +
<li><p><em>HsHaruPDF 0.0.0</em>. Uploaded by Audrey Tang.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsHaruPDF-0.0.0 HsHaruPDF], Haskell binding to libharu</p></li>
  +
  +
<li><p><em>unicode-normalization 0.1</em>. Uploaded by Reinier Lamers.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unicode-normalization-0.1 unicode-normalization], Unicode normalization using the ICU library</p></li>
  +
  +
<li><p><em>uniplate 1.0.1</em>. Uploaded by Neil Mitchell.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uniplate-1.0.1 uniplate], uniform type generic traversals</p></li>
  +
  +
<li><p><em>lax-0.0.0</em>. Uploaded by Wolfgang Jeltsch.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lax-0.0.0 lax], Lax arrows are variants of other arrows which are ?less strict? than the original arrows. They can be used, for example, to produce I/O fixpoints in situations where fixIO would fail.</p></li>
  +
  +
<li><p><em>fastcgi 3001.0.1</em>. Uploaded by Bjorn Bringert.
  +
[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3001.0.1 fastcgi], a Haskell library for writing FastCGI programs</p></li></ul>
   
 
[[Old news|More news]]
 
[[Old news|More news]]
 
* The Ro Haskell group and [http://edusoft.ro/ EduSoft] are announcing a special price (8 RON, or the equivalent of 2-3€) for [http://www.edusoft.ro/detalii.php?id=81 ''Introducere in Haskell 98 prin exemple''] by Dan Popa ("Introduction in Haskell 98 by examples") 230pp, 24 cm. Recommended for readers from Romania and the Republic of Moldova.<br>Limited stock. See the [[Ro/Haskell|ro]] page for details or send an e-mail to : contact@edusoft.ro Price valid until 21 December or supplies run out. Tip: Answer the question, "What is the name of the Romanian Haskell group or its URL?"
 

Revision as of 00:10, 6 January 2008

2008-01-05

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

More news