Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
(556 intermediate revisions by 16 users not shown)
Line 1: Line 1:
  +
<div class="subtitle">Recent Package Updates [http://haskell.org/haskellwiki/Hackage_statistics http://i.imgur.com/mHvNV.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/wikiupload/7/7c/Rss16.png]</div>
''2006-04-10''
 
   
  +
<div style="font-size:80%">
<ul>
 
  +
See [http://hackage.haskell.org/recent here]
<li>
 
  +
</div>
<p>
 
<em>hImerge: a graphical user interface for emerge</em>. Luis Araujo
 
released
 
[http://haskell.org/~luisfaraujo/himerge/ hImerge],
 
a graphical user interface for emerge, (Gentoo's Portage system)
 
written in Haskell using gtk2hs.
 
[http://haskell.org/~luisfaraujo/rhimerge.jpeg Here's a jpg].
 
The main idea is to simplify browsing the entire portage tree as well as of
 
running the most basic and common options from the emerge command. hImerge
 
also offers several handy tools, like global and local use flags browsers,
 
and a minimal web browser.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>MissingH 0.14.0</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13531 announced]
 
MissingH 0.14.0, a library of "missing" functions.
 
MissingH is available
 
[http://quux.org/devel/missingh/ here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Haskell mailing list archives</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13521 converted]
 
the Haskell mailing list archives from 1990-2000, into html format.
 
The archive is available to view
 
[http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/threads.html here].
 
</li>
 
</p>
 
 
<li>
 
<p>
 
<em>Chapter 4 of Hitchhikers Guide to the Haskell</em>. Dmitry Astapov
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/12338 announced<a>
 
that the 4th chapter of the Hitchhikers Guide to Haskell is now
 
[http://www.haskell.org/haskellwiki/Hitchhikers_Guide_to_the_Haskell available].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Edison 1.2 rc3</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4508 announced]
 
that the 3rd release candidate for Edison 1.2 is now avaliable.
 
</p>
 
</li>
 
 
</ul>
 
 
''2006-03-27''
 
 
<ul>
 
<li>
 
<p><em>monadLib 2.0</em>. Iavor Diatchki
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13460 announced]
 
the release of monadLib 2.0 -- library of
 
monad transformers for Haskell. 'monadLib' is a descendent of
 
'mtl', the monad template library that is distributed with most
 
Haskell implementations. Check out the
 
[http://www.csee.ogi.edu/~diatchki/monadLib library] web page.
 
</p>
 
</li>
 
 
<li>
 
<p><em>Text.Regex.Lazy (0.33)</em>. Chris Kuklewicz
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4464 announced]
 
the release of [http://sourceforge.net/projects/lazy-regex Text.Regex.Lazy].
 
This is an alternative to Text.Regex along with some enhancements.
 
GHC's Text.Regex marshals the data back and forth to C arrays, to call
 
libc. This is far too slow (and strict). This module understands
 
regular expression Strings via a Parsec parser and creates an internal data
 
structure (Text.Regex.Lazy.Pattern). This is then transformed into a
 
Parsec parser to process the input String, or into a DFA table for matching
 
against the input String or FastPackedString. The input string is
 
consumed lazily, so it may be an arbitrarily long or infinite source.
 
</p>
 
</li>
 
 
<li>
 
<p><em>HDBC 0.99.2</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13504 released]
 
HDBC 0.99.2, along with 0.99.2 versions of all database
 
backends. John says "If things go well, after a few weeks of
 
testing, this version will become HDBC 1.0.0".
 
[http://quux.org/devel/hdbc HDBC] is a
 
multi-database interface system for Haskell.
 
</p>
 
</li>
 
 
<li>
 
<p><em>GHC 6.4.2 Release Candidates</em>
 
Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/9588 announced]
 
that GHC was moving into release-candidate mode for
 
version 6.4.2. [http://www.haskell.org/ghc/dist/stable/dist/ Grab a snapshot]
 
and try it out. The available builds are: x86_64-unknown-linux (Fedora
 
Core 5), i386-unknown-linux (glibc 2.3 era), and Windows
 
(i386-unknown-mingw32). Barring any serious hiccups, the release should
 
be out in a couple of weeks.
 
</p>
 
</li>
 
</ul>
 
 
[[Old news]]
 

Revision as of 21:33, 21 January 2015

Recent Package Updates mHvNV.png Rss16.png

See here