Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(one more item)
(update hackage link)
(531 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>
''2006-10-31''
 
   
  +
<div style="font-size:80%">
<ul><li><p><em>A type-based solution to the "strings problem"</em>. Tom
 
  +
See [http://hackage.haskell.org/recent here]
Moertel wrote on
 
  +
</div>
[http://blog.moertel.com/articles/2006/10/18/a-type-based-solution-to-the-strings-problem a solution] to the problem of keeping web applications free of
 
string-based XSS and SQL-injection vulnerabilities, by employing the
 
Haskell type system.</p></li>
 
 
<li><p><em>Associated data types in GHC</em>. Manuel Chakravarty
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14447 announced] the availability of indexed data types, an extension of our earlier proposal for [http://www.cse.unsw.edu.au/~chak/papers/CKPM05.html associated data types], in GHC's development version. Detailed information on where to get the right GHC and how to use indexed types is available from [http://haskell.org/haskellwiki/GHC/Indexed_types the Haskell wiki].</p></li>
 
 
<li><p><em>Yhc Bytecode library 0.3</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14434 announced] the release of the [http://www.eecs.tufts.edu/~rdocki01/yhc-bytecode.html Yhc Bytecode library], version 0.3.</p></li>
 
 
<li><p><em>Haskell Program Coverage</em>. Andy Gill
 
[http://www.galois.com/~andy/ray/hpc.html checked] the latest version of HPC, with GHC support, into the head GHC branch</p></li>
 
 
<li><p><em>Haskell Mersenne Twister</em>. Lennart Augustsson
 
[http://www.augustsson.net/Darcs/MT/ made available] his Haskell implementation of the Mersenne Twister random number generator.</p></li>
 
 
<li><p><em>Haskell-specific Google Search Engine</em>. Don Stewart
 
[http://www.google.com/coop/cse?cx=015832023690232952875%3Acunmubfghzq initialised] a Haskell-specific search engine, as part of Google's coop engine system, which seems to do a good job of targeting just Haskell sites, in particular, mailing list items</p></li>
 
 
<li><p><em>A process for submitting library extensions</em>. The libraries hackers
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/5368 have] developed [http://haskell.org/haskellwiki/Library_submissions a document] describing how to best go about contributing new code to the core Haskell libraries. On a similar note, the GHC team has prepared [http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions a page] on best practice for GHC submissions.</p></li>
 
 
<li><p><em>How to create a Haskell project</em>. Don Stewart and Ian Lynagh
 
[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16164/focus=16164 prepared] some guidelines on starting your own Haskell project.</p></li></ul>
 
 
[[Old news|More news]]
 

Revision as of 23:25, 29 October 2013

Recent Package Updates mHvNV.png Rss16.png

See here