Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
(use locally hosted image instead of imgur)
 
(528 intermediate revisions by 16 users not shown)
Line 1: Line 1:
  +
<div class="subtitle">Recent Package Updates [https://wiki.haskell.org/Hackage_statistics https://wiki.haskell.org/wikiupload/b/bf/MHvNV.png] [https://hackage.haskell.org/packages/recent.rss https://wiki.haskell.org/wikiupload/7/7c/Rss16.png]</div>
''2006-12-20''
 
   
  +
<div style="font-size:80%">
<ul><li><p><em>Edison 1.2.1</em>. Robert Dockins
 
  +
See [https://hackage.haskell.org/packages/recent here]
[http://article.gmane.org/gmane.comp.lang.haskell.general/14662 announced] the 1.2.1 release of [http://www.eecs.tufts.edu/~rdocki01/ Edison]. Edison is a famous library of efficient, purely-functional data structures in Haskell. Notable changes from the previous version include: a new sequence implementation based on finger trees; documentation fixes dealing with the licence; added a few methods to EnumSet for wrapping and unwrapping the underlying Word</p></li>
 
  +
</div>
 
<li><p><em>Basic serialisation library using SYB</em>. Stefan O'Rear
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14656 announced] GenericSerialize, [http://members.cox.net/stefanor/genericserialize a library] for serialization using the existing generic-programming framework. It is often advocated that support for serialization should be added to the compiler (e.g. in the form of a deriving(Binary)). With this project Stefan wants to show that the existing infrastructure is sufficient, and has some advantages over a dedicated serialization interface. GenericSerialize supports multiple serialization modes.</p></li>
 
 
<li><p><em>vty 1.0</em>. Stefan O'Rear
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14670 announced] vty 1.0, a simple [http://members.cox.net/stefanor/vty terminal interface library]. It provides: handling of suspend/resume, window resizes, computation of minimal differences, minimizes repaint area, automatically decodes keyboard keys into (key,modifier) tuples, and more!</p></li>
 
 
<li><p><em>Monad.Reader call for copy</em>. Wouter Swierstra
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14638 reminded us] that its still not too late to write something for the next issue of [http://www.haskell.org/haskellwiki/TheMonadReader The Monad.Reader]! We have a nice issue slowly shaping up, but your contribution is still very welcome. Get in touch with Wouter if you intend to submit something -- the sooner you let him know what you're up to, the better.</p></li>
 
 
<li><p><em>Ranged Sets</em>. Paul Johnson
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14663 announced] that Ranged Sets now have a Monoid instance, and singletons (i.e. a range holding a single value), thanks to Jean-Philippe Bernardy.</p></li>
 
 
<li><p><em>CalDims 1.0 (RC 1)</em>. schneegloeckchen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14671 announced] CalDims, a calculator aware of units. Its available from [http://www.haskell.org/haskellwiki/CalDims the Haskell wiki]. It includes support for user defined basic units and derrived units; user defined functions; work sheets can be modified/saved via shell; (1/3)*3 == 1 (No rounding errors); built-in feature to simplify units and easy unit-conversion.</p></li>
 
 
<li><p><em>JoinCabal</em>. Dougal Stanton
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/17600 announced] an alternative to mkcabal, for initialising new cabal projects: [http://brokenhut.no-ip.org/~dougal/cgi-bin/darcsweb.cgi?r=JoinCabal;a=summary JoinCabal], available [http://brokenhut.no-ip.org/~dougal/darcs/joincabal/ via darcs]. JoinCabal will create stub sources files with a license header, and appropriate license for you code, making it easier to set up a valid cabal build system.</p></li>
 
 
<li><p><em>Haskell Vim plugin</em>. Arthur van Leeuwen
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/17675 announced] a new [http://www.cs.uu.nl/~arthurvl/haskell.vba vim plugin] for Haskell providing some preliminary folding support, easy insertion of type signatures into programs, and support for handling .hi files.</p></li></ul>
 
 
[[Old news|More news]]
 

Latest revision as of 07:38, 2 November 2016

Recent Package Updates MHvNV.png Rss16.png

See here