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/control-monad-exception-0.9.0 control-monad-exception 0.9.0]
+
;[http://hackage.haskell.org/package/snap-core-0.1.2 snap-core 0.1.2]
  +
:Snap: A Haskell Web Framework (Core)
:Explicitly typed, checked exceptions with stack traces
 
;[http://hackage.haskell.org/package/control-monad-exception-monadstf-0.9 control-monad-exception-monadstf 0.9]
+
;[http://hackage.haskell.org/package/heist-0.1.1 heist 0.1.1]
  +
:An xhtml templating system
:Monads-tf instances for the EMT exceptions monad transformer
 
;[http://hackage.haskell.org/package/control-monad-exception-monadsfd-0.9 control-monad-exception-monadsfd 0.9]
+
;[http://hackage.haskell.org/package/snap-server-0.1.1 snap-server 0.1.1]
  +
:A fast, iteratee-based, epoll-enabled web server for the Snap Framework
:Monads-fd instances for the EMT exceptions monad transformer
 
;[http://hackage.haskell.org/package/Hermes-0.0.2 Hermes 0.0.2]
+
;[http://hackage.haskell.org/package/rangemin-2.2.0 rangemin 2.2.0]
  +
:Linear range-min algorithms.
:Message-based middleware layer
 
;[http://hackage.haskell.org/package/hogre-examples-0.0.3 hogre-examples 0.0.3]
+
;[http://hackage.haskell.org/package/jmacro-0.3 jmacro 0.3]
  +
:QuasiQuotation library for programmatic generation of Javascript code.
:Examples for using Hogre.
 
;[http://hackage.haskell.org/package/hogre-0.0.3 hogre 0.0.3]
+
;[http://hackage.haskell.org/package/HStringTemplate-0.6.3 HStringTemplate 0.6.3]
  +
:StringTemplate implementation in Haskell.
:Haskell binding to a subset of OGRE
 
;[http://hackage.haskell.org/package/xmobar-0.11 xmobar 0.11]
+
;[http://hackage.haskell.org/package/ansi-terminal-0.5.2 ansi-terminal 0.5.2]
  +
:Simple ANSI terminal support, with Windows compatibility
:A Minimalistic Text Based Status Bar
 
;[http://hackage.haskell.org/package/ldif-0.0.7 ldif 0.0.7]
+
;[http://hackage.haskell.org/package/wx-0.12.1.6 wx 0.12.1.6]
  +
:wxHaskell
:The LDAP Data Interchange Format (LDIF) parser
 
;[http://hackage.haskell.org/package/redis-0.6 redis 0.6]
+
;[http://hackage.haskell.org/package/wxcore-0.12.1.6 wxcore 0.12.1.6]
  +
:wxHaskell core
:A driver for Redis key-value database
 
;[http://hackage.haskell.org/package/SimpleAES-0.4.1 SimpleAES 0.4.1]
+
;[http://hackage.haskell.org/package/web-encodings-0.2.6.1 web-encodings 0.2.6.1]
  +
:Encapsulate multiple web encoding in a single package.
:Fast AES encryption/decryption for bytestrings
 
;[http://hackage.haskell.org/package/safe-failure-0.5.0 safe-failure 0.5.0]
+
;[http://hackage.haskell.org/package/hakyll-2.1 hakyll 2.1]
  +
:A simple static site generator library.
:Library for safe functions
 
;[http://hackage.haskell.org/package/vacuum-ubigraph-0.2.0.1 vacuum-ubigraph 0.2.0.1]
+
;[http://hackage.haskell.org/package/clientsession-0.4.0 clientsession 0.4.0]
  +
:Store session data in a cookie.
:Visualize Haskell data structures using vacuum and Ubigraph
 
;[http://hackage.haskell.org/package/hamlet-0.2.3 hamlet 0.2.3]
+
;[http://hackage.haskell.org/package/wai-handler-fastcgi-0.0.0.2 wai-handler-fastcgi 0.0.0.2]
  +
:WAI wrapper around direct-fastcgi
 
;[http://hackage.haskell.org/package/hamlet-0.2.3.1 hamlet 0.2.3.1]
 
:Haml-like template files that are compile-time checked
 
:Haml-like template files that are compile-time checked
;[http://hackage.haskell.org/package/hexpat-iteratee-0.4 hexpat-iteratee 0.4]
+
;[http://hackage.haskell.org/package/wai-extra-0.1.2 wai-extra 0.1.2]
  +
:Provides some basic WAI handlers and middleware.
:Chunked XML parsing using iteratees
 
;[http://hackage.haskell.org/package/hexpat-0.16 hexpat 0.16]
+
;[http://hackage.haskell.org/package/wai-0.1.0 wai 0.1.0]
  +
:Web Application Interface.
:XML parser/formatter based on expat
 
;[http://hackage.haskell.org/package/sifflet-0.1.5 sifflet 0.1.5]
 
:A simple, visual, functional programming language.
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 06:32, 22 May 2010

Recent Package Updates hackage-daily.png Rss.png

snap-core 0.1.2
Snap: A Haskell Web Framework (Core)
heist 0.1.1
An xhtml templating system
snap-server 0.1.1
A fast, iteratee-based, epoll-enabled web server for the Snap Framework
rangemin 2.2.0
Linear range-min algorithms.
jmacro 0.3
QuasiQuotation library for programmatic generation of Javascript code.
HStringTemplate 0.6.3
StringTemplate implementation in Haskell.
ansi-terminal 0.5.2
Simple ANSI terminal support, with Windows compatibility
wx 0.12.1.6
wxHaskell
wxcore 0.12.1.6
wxHaskell core
web-encodings 0.2.6.1
Encapsulate multiple web encoding in a single package.
hakyll 2.1
A simple static site generator library.
clientsession 0.4.0
Store session data in a cookie.
wai-handler-fastcgi 0.0.0.2
WAI wrapper around direct-fastcgi
hamlet 0.2.3.1
Haml-like template files that are compile-time checked
wai-extra 0.1.2
Provides some basic WAI handlers and middleware.
wai 0.1.0
Web Application Interface.

More...