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)
 
(511 intermediate revisions by 13 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>
   
  +
<div style="font-size:80%">
''2007-09-23''
 
  +
See [https://hackage.haskell.org/packages/recent here]
 
  +
</div>
<ul><li><p><em>Cabal 1.2.0 released</em>. Thomas Schilling
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/7491 announced] that [http://www.haskell.org/cabal Cabal] version 1.2.0 is available. The major new feature in this release is support for Cabal configurations. This allows package authors to more easily adopt their package descriptions to different system parameters such as operating system, architecture, or compiler. In addition, some optional features may be enabled or disabled explicitly by the package user.</p></li>
 
 
<li><p><em>SparseCheck</em>. Matthew Naylor
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15593 announced] SparseCheck, a library for typed, depth-bounded logic programming in Haskell allowing convenient expression of test-data generators for properties with sparse domains. More information on the [http://www.cs.york.ac.uk/~mfn/sparsecheck/ home page].</p></li>
 
 
<li><p><em>monadLib 3.3.0</em>. Iavor Diatchki
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15586 announced] a new version of monadLib, adding the identiy transformer, and a family of deriving functions.</p></li>
 
 
<li><p><em>ListLlke</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15582 announced] ListLike, a generic interface to the various list-like structures in Haskell.</p></li>
 
 
<li><p><em>HaL2: Meeting Haskell in Leipzig 2: videos</em>. Klaus Meier
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15565 announced] that the videos and presentations of the talks given at HaL2 are [http://iba-cg.de/haskell.html now online].</p></li>
 
 
<li><p><em>The Monad.Reader: Issue 8</em>. Wouter Swierstra
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15554 announced] that the latest issue of The Monad.Reader is [http://www.haskell.org/haskellwiki/The_Monad.Reader now available]. Issue 8 consists of the following two articles: Brent Yorgey on 'Generating Multiset Partitions' and Conrad Parker's 'Type-Level Instant Insanity'</p></li>
 
 
<li><p><em>Haskell mode plugins for Vim</em>. Claus Reinke
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15553 announced] improved [http://article.gmane.org/gmane.comp.lang.haskell.general/15553 haskell mode plugins for vim].</p></li>
 
 
<li><p><em>hstats-0.1</em>. Marshall Beddoe
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28973 announced] a statistical computing module for Haskell. </p></li>
 
 
<li><p><em>HIntegerByInt</em>. Isaac Dupree
 
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/7285 announced] a [http://isaac.cedarswampstudios.org/2007/HIntegerByInt reimplementation], in Haskell, of the Integer type that Haskell provides in its Prelude. It is designed in mind of being actually usable as the implementation of that type, for compilers. It is also a module that exports a working Integer type. It is in terms of only basic Prelude functions, lists, and Int. It is NOT a purely inductive definition, because Int is much faster than a purely inductive definition would allow, and nevertheless often easier to come by (more portable, license-wise, size-wise, nuisance-wise...) than GMP or other C bignum libraries. </p></li>
 
 
<li><p><em>OzHaskell: Australian Haskell Programmers Group</em>. Manuel Chakravarty
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28883 started] organising OzHaskell, and Australian Haskell user's group.</p></li>
 
 
<li><p><em>Israeli Haskell Programmers Group</em>. B K
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28877 also seeks] to form an Israeli Haskell user's group</p></li>
 
 
<li><p><em>xmonad 0.3</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28425 announced] the 0.3 release of [http://xmonad.org xmonad]. xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use.</p></li>
 
 
<li><p><em>HPDF 1.0</em>. alpheccar
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28371 announced] version 1.0 of the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HPDF-1.0 HPDF library].</p></li>
 
 
<li><p><em>pcap: user-level network packet capture</em>. Bryan O'Sullivan
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/28139 announced] the release of pcap 0.3.1</p></li>
 
 
<li><p><em>Gtk2Hs Tutorial</em>. Hans van Thiel
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27954 announced] a port of the GTK2 [http://tinyurl.com/yrbtsu tutorial] by Tony Gail and Ian Main to Haskell's gtk2hs.</p></li>
 
 
<li><p><em>An efficient lazy suffix tree library</em>. Bryan O'Sullivan
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27891 posted] a [http://www.serpentine.com/software/suffixtree/ suffix tree library] to hackage. It implements Giegerich and Kurtz's lazy construction algorithm, with a few tweaks for better performance and resource usage.</p></li>
 
 
<li><p><em>Bay Area Functional Programmers</em>. Keith Fahlgren
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27860 announced] the formation of the [http://bayfp.org Bay Area Functional Programmers] group. This group is for anyone using or interested in functional programming and functional programming languages, particularly strongly typed languages such as Haskell, OCaml and SML.</p></li>
 
 
<li><p><em>Haskell irc channel reaches 400 users</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27826 noticed that], five and a half years after its inception, under the guiding hand of Shae Erisson (aka shapr), the [http://www.haskell.org/haskellwiki/IRC_channel Haskell IRC channel] on freenode has reached 400 users!</p></li>
 
 
<li><p><em>Guihaskell and PropLang 0.1</em>. Asumu Takikawa
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27598 announced] the results of his Google Summer of Code project: Guihaskell, a graphical REPL using PropLang and work on PropLang, a GUI library built on Gtk2hs that allows for high level design.</p></li>
 
 
<li><p><em>HAppS-Data 0.9: XML, Pairs, HList, deriveAll</em>. Alex Jacobson
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27597 announced] that the components of [http://happs.org HAppS] are being released as individual useful packages. HAppS-Data is the first in a series, and provides useful operations on XML data.</p></li>
 
 
<li><p><em>Introduction to proving Haskell code</em>. Tim Newsham
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27523 put together] [http://www.thenewsh.com/%7Enewsham/formal/reverse/ a small intro lesson] on proving Haskell code using quickcheck, equational reasoning and Isabelle/HOL.</p></li>
 
 
<li><p><em>Very Fast Searching of ByteStrings</em>. Chris Kuklewicz
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/7363 announced] a Boyer-Moore algorithm implemented for strict and lazy bytestrings (and combinations thereof). It finds all the overlapping instances of the pattern inside the target.</p></li>
 
 
<li><p><em>Infinity 0.1</em>. Austin Seipp
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/27445 announced] Infinity v0.1. an IRC bot in the essence of lambdabot; that is, it should be extendable through plugins and plugins should be easy to write, modify and contribute.</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