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/word24-0.1.0 word24 0.1.0]
+
;[http://hackage.haskell.org/package/hoauth-0.0.3 hoauth 0.0.3]
  +
:A Haskell implementation of OAuth 1.0 protocol.
:24-bit word and int types for GHC
 
;[http://hackage.haskell.org/package/xmonad-contrib-bluetilebranch-0.8.1.2 xmonad-contrib-bluetilebranch 0.8.1.2]
+
;[http://hackage.haskell.org/package/formlets-0.6 formlets 0.6]
  +
:Formlets implemented in Haskell
:Third party extensions for xmonad
 
;[http://hackage.haskell.org/package/delimited-text-0.1.3 delimited-text 0.1.3]
+
;[http://hackage.haskell.org/package/bytestringparser-temporary-0.3.0 bytestringparser-temporary 0.3.0]
  +
:Combinator parsing with Data.ByteString.Lazy
:Parse character delimited textual data
 
;[http://hackage.haskell.org/package/prelude-plus-0.0.0.1 prelude-plus 0.0.0.1]
+
;[http://hackage.haskell.org/package/epoll-0.1.1 epoll 0.1.1]
  +
:Low-level bindings to epoll.
:Prelude for rest of us
 
;[http://hackage.haskell.org/package/nemesis-2009.8.18 nemesis 2009.8.18]
+
;[http://hackage.haskell.org/package/moe-2009.8.23 moe 2009.8.23]
  +
:html combinator with style
:a Rake like task management tool
 
;[http://hackage.haskell.org/package/maid-2009.8.18 maid 2009.8.18]
+
;[http://hackage.haskell.org/package/astrds-0.1 astrds 0.1]
  +
:an incomplete 2d space game
:A simple static web server
 
;[http://hackage.haskell.org/package/loli-2009.8.18 loli 2009.8.18]
+
;[http://hackage.haskell.org/package/haskell-src-exts-1.1.3.1 haskell-src-exts 1.1.3.1]
  +
:Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
:A minimum web dev DSL in Haskell
 
;[http://hackage.haskell.org/package/hack-contrib-2009.8.18 hack-contrib 2009.8.18]
+
;[http://hackage.haskell.org/package/bytestring-nums-0.2.1 bytestring-nums 0.2.1]
  +
:Parse numeric literals from ByteStrings.
:Hack contrib
 
;[http://hackage.haskell.org/package/OpenCLRaw-1.0.1001 OpenCLRaw 1.0.1001]
+
;[http://hackage.haskell.org/package/graphtype-0.1.1 graphtype 0.1.1]
  +
:A simple tool to illustrate dependencies between Haskell types
:The OpenCL Standard for heterogenous data-parallel computing
 
;[http://hackage.haskell.org/package/mps-2009.8.18.1 mps 2009.8.18.1]
+
;[http://hackage.haskell.org/package/filestore-0.3.2 filestore 0.3.2]
  +
:Interface for versioning file stores.
:simply oo
 
;[http://hackage.haskell.org/package/llvm-0.6.8.0 llvm 0.6.8.0]
+
;[http://hackage.haskell.org/package/HaskellForMaths-0.1.7 HaskellForMaths 0.1.7]
  +
:Added by DavidAmos, Sat Aug 22 20:12:28 UTC 2009.
:Bindings to the LLVM compiler toolkit.
 
;[http://hackage.haskell.org/package/backdropper-1.2 backdropper 1.2]
+
;[http://hackage.haskell.org/package/boxes-0.1.1 boxes 0.1.1]
  +
:2D text pretty-printing library
:Rotates backdrops for X11 displays using Imagemagic.
 
;[http://hackage.haskell.org/package/control-event-1.1.0.1 control-event 1.1.0.1]
+
;[http://hackage.haskell.org/package/hums-0.2.4 hums 0.2.4]
  +
:Haskell UPnP Media Server
:Event scheduling system.
 
;[http://hackage.haskell.org/package/haskell-src-meta-0.0.5 haskell-src-meta 0.0.5]
 
:Parse source to template-haskell abstract syntax.
 
;[http://hackage.haskell.org/package/Control-Engine-1.1.0.1 Control-Engine 1.1.0.1]
 
:A parallel producer/consumer engine (thread pool)
 
;[http://hackage.haskell.org/package/bindings-common-0.2.5 bindings-common 0.2.5]
 
:Macros and modules to facilitate writing library bindings.
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 16:14, 24 August 2009

Recent Package Updates hackage-daily.png Rss.png

hoauth 0.0.3
A Haskell implementation of OAuth 1.0 protocol.
formlets 0.6
Formlets implemented in Haskell
bytestringparser-temporary 0.3.0
Combinator parsing with Data.ByteString.Lazy
epoll 0.1.1
Low-level bindings to epoll.
moe 2009.8.23
html combinator with style
astrds 0.1
an incomplete 2d space game
haskell-src-exts 1.1.3.1
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
bytestring-nums 0.2.1
Parse numeric literals from ByteStrings.
graphtype 0.1.1
A simple tool to illustrate dependencies between Haskell types
filestore 0.3.2
Interface for versioning file stores.
HaskellForMaths 0.1.7
Added by DavidAmos, Sat Aug 22 20:12:28 UTC 2009.
boxes 0.1.1
2D text pretty-printing library
hums 0.2.4
Haskell UPnP Media Server

More...