Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(Automated update by hackage2hwn)
(Automated update by hackage2hwn)
Line 1: Line 1:
 
'''Recent Package Updates''' [http://haskell.org/haskellwiki/Hackage_statistics http://galois.com/~dons/images/hackage-daily.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/sitewiki/images/0/09/Rss.png]
 
'''Recent Package Updates''' [http://haskell.org/haskellwiki/Hackage_statistics http://galois.com/~dons/images/hackage-daily.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/sitewiki/images/0/09/Rss.png]
   
;[http://hackage.haskell.org/package/SMTPClient-1.0.2 SMTPClient 1.0.2]
+
;[http://hackage.haskell.org/package/hMollom-0.2 hMollom 0.2]
  +
:Library to interact with the Mollom anti-spam service
:A simple SMTP client library
 
;[http://hackage.haskell.org/package/list-tries-0.2 list-tries 0.2]
+
;[http://hackage.haskell.org/package/time-1.2.0.1 time 1.2.0.1]
  +
:A time library
:Tries and Patricia tries: finite sets and maps for list keys
 
;[http://hackage.haskell.org/package/Coadjute-0.1.0 Coadjute 0.1.0]
+
;[http://hackage.haskell.org/package/hashed-storage-0.4.11 hashed-storage 0.4.11]
  +
:Hashed file storage support code.
:A generic build tool
 
;[http://hackage.haskell.org/package/AspectAG-0.1.6 AspectAG 0.1.6]
+
;[http://hackage.haskell.org/package/generators-1.0.2 generators 1.0.2]
  +
:Actually useful monadic random value generators.
:Attribute Grammars in the form of an EDSL
 
;[http://hackage.haskell.org/package/uri-0.1.3 uri 0.1.3]
+
;[http://hackage.haskell.org/package/statistics-linreg-0.1 statistics-linreg 0.1]
  +
:Linear regression between two samples, based on the 'statistics' package
:Library for working with URIs
 
;[http://hackage.haskell.org/package/starrover2-0.0.9 starrover2 0.0.9]
+
;[http://hackage.haskell.org/package/cgi-utils-0.1 cgi-utils 0.1]
  +
:Simple modular utilities for CGI/FastCGI (sessions, etc.)
:Space simulation game
 
;[http://hackage.haskell.org/package/Combinatorrent-0.2.0 Combinatorrent 0.2.0]
+
;[http://hackage.haskell.org/package/haskell-src-exts-1.9.0 haskell-src-exts 1.9.0]
  +
:Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
:A concurrent bittorrent client
 
;[http://hackage.haskell.org/package/xhaskell-library-0.0.3 xhaskell-library 0.0.3]
+
;[http://hackage.haskell.org/package/Lastik-0.6.3 Lastik 0.6.3]
  +
:A library for compiling programs in a variety of languages
:Replaces/Enhances Text.Regex
 
;[http://hackage.haskell.org/package/NaturalSort-0.2.1 NaturalSort 0.2.1]
+
;[http://hackage.haskell.org/package/mighttpd-0.4.0 mighttpd 0.4.0]
  +
:Simple Web Server in Haskell
:Natural sorting for strings
 
;[http://hackage.haskell.org/package/funion-0.0.1 funion 0.0.1]
+
;[http://hackage.haskell.org/package/webserver-0.4.0 webserver 0.4.0]
  +
:HTTP server library
:A unioning file-system using HFuse
 
;[http://hackage.haskell.org/package/wai-extra-0.0.0.1 wai-extra 0.0.0.1]
+
;[http://hackage.haskell.org/package/c10k-0.4.0 c10k 0.4.0]
  +
:C10k server library using prefork
:Provides some basic WAI handlers and middleware.
 
;[http://hackage.haskell.org/package/base-unicode-symbols-0.1.4 base-unicode-symbols 0.1.4]
+
;[http://hackage.haskell.org/package/ghc-mod-0.3.0 ghc-mod 0.3.0]
  +
:Happy Haskell programming on Emacs
:Unicode alternatives for common functions and operators
 
;[http://hackage.haskell.org/package/graphics-drawingcombinators-1.4.0 graphics-drawingcombinators 1.4.0]
+
;[http://hackage.haskell.org/package/meldable-heap-1.1 meldable-heap 1.1]
  +
:Asymptotically optimal, Coq-verified meldable heaps, AKA priority queues
:A functional interface to 2D drawing in OpenGL
 
;[http://hackage.haskell.org/package/Codec-Image-DevIL-0.2.3 Codec-Image-DevIL 0.2.3]
+
;[http://hackage.haskell.org/package/HOpenCV-0.1.2.1 HOpenCV 0.1.2.1]
:An FFI interface to the DevIL library
+
:A binding for the OpenCV computer vision library
;[http://hackage.haskell.org/package/haskell-src-exts-qq-0.2.1 haskell-src-exts-qq 0.2.1]
+
;[http://hackage.haskell.org/package/cv-combinators-0.1.2.2 cv-combinators 0.1.2.2]
  +
:Functional Combinators for Computer Vision
:A quasiquoter for haskell-src-exts.
 
;[http://hackage.haskell.org/package/dedukti-1.1.2 dedukti 1.1.2]
 
:A type-checker for the ��-modulo calculus.
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 00:38, 12 April 2010

Recent Package Updates hackage-daily.png Rss.png

hMollom 0.2
Library to interact with the Mollom anti-spam service
time 1.2.0.1
A time library
hashed-storage 0.4.11
Hashed file storage support code.
generators 1.0.2
Actually useful monadic random value generators.
statistics-linreg 0.1
Linear regression between two samples, based on the 'statistics' package
cgi-utils 0.1
Simple modular utilities for CGI/FastCGI (sessions, etc.)
haskell-src-exts 1.9.0
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Lastik 0.6.3
A library for compiling programs in a variety of languages
mighttpd 0.4.0
Simple Web Server in Haskell
webserver 0.4.0
HTTP server library
c10k 0.4.0
C10k server library using prefork
ghc-mod 0.3.0
Happy Haskell programming on Emacs
meldable-heap 1.1
Asymptotically optimal, Coq-verified meldable heaps, AKA priority queues
HOpenCV 0.1.2.1
A binding for the OpenCV computer vision library
cv-combinators 0.1.2.2
Functional Combinators for Computer Vision

More...