Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
(update hackage link)
(534 intermediate revisions by 14 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>
   
  +
<div style="font-size:80%">
''2006-10-19''
 
  +
See [http://hackage.haskell.org/recent here]
 
  +
</div>
<ul><li><p><em>GHC version 6.6</em>. The GHC Team
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14367/ announced] a new release of GHC! There have been many changes since the 6.4.2 release. For details, see [http://haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html the release notes]. Binary builds, source and packages are all found at [http://www.haskell.org/ghc/ GHC's home].</p></li>
 
 
<li><p><em>Haddock version 0.8</em>. Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14358/ announced] Haddock 0.8, including: cabalisation, Hoogle support, image inclusion. [http://www.haskell.org/haddock Read more.]</p></li>
 
 
<li><p><em>Pugs 6.2.13 released</em>. Audrey Tang
 
[http://pugs.blogs.com/pugs/2006/10/pugs_6213_relea.html announced] that after nearly four months of development and 3400+ commits, [http://pugscode.org Pugs] 6.2.13, the leading Perl6 implementation written in Haskell, is now available.</p></li>
 
 
<li><p><em>STM invariants and exceptions</em>. Tim Harris
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14356/ announced] that new transactional memory features have been committed to GHC. The main change is to add support for dynamically checked data invariants of the kind described in [http://research.microsoft.com/~tharris/papers/2006-transact.pdf this paper (pdf)]. There are two operations: <code>always X :: STM Bool -> STM ()</code> and <code>alwaysSucceeds X :: STM a -> STM ()</code>. More details in [http://research.microsoft.com/~tharris/papers/2005-ppopp-composable.pdf here (pdf)].</p></li>
 
 
<li><p><em>Cabal version 1.1.6 is now available</em>. Duncan Coutts
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/5228/ announced] that [http://haskell.org/cabal/ Cabal], the common architecture for building applications and libraries, version 1.1.6 is now available. It is included in GHC version 6.6.</p></li>
 
 
<li><p><em>Fun in the Afternoon: Thurs 16th Nov in Oxford</em>. Jeremy Gibbons
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14373/ announced] that he, Graham Hutton and Conor McBride at Nottingham are organizing a seminar, [http://sneezy.cs.nott.ac.uk/fun/ Fun in the Afternoon], on functional programming and related topics. The idea is to have a small number of talks as an antidote to mid-term blues, three afternoons a year. The hope is that talks will be informal and fun, and that there will be plenty of scope for discussion and chat as well. Looks fun!</p></li>
 
 
<li><p><em>HC&A Call for Contributions</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14384/ asked] for contributions towards the 11th [http://www.haskell.org/communities/ Haskell Communities & Activities Report], a bi-annual overview of the state of Haskell as well as Haskell-related projects of all flavours.</p></li>
 
 
<li><p><em>Generic Haskell version 1.60 (Diamond)</em>. Utrecht's Generic Haskell Team
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14374/ announced] a new release of [http://www.generic-haskell.org Generic Haskell], an extension of Haskell that facilitates generic programming. Generic Haskell includes: type-indexed values and type-indexed types. The Generic Haskell compiler takes Generic Haskell source and produces Haskell code. This release adds support for Generic Views.</p></li>
 
 
<li><p><em>Streams 0.1 available for GHC 6.6</em>. Bulat Ziganshin
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14383/ announced] that the Streams 0.1 library is now compatible GHC 6.6.</p></li></ul>
 
 
[[Old news|More news]]
 

Revision as of 23:25, 29 October 2013

Recent Package Updates mHvNV.png Rss16.png

See here