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/hashmap-0.9.0 hashmap 0.9.0]
+
;[http://hackage.haskell.org/package/YACPong-0.1 YACPong 0.1]
  +
:Yet Another Pong Clone using SDL.
:Persistent HashMap with API of an IntMap.
 
;[http://hackage.haskell.org/package/Data-Rope-0.2 Data-Rope 0.2]
+
;[http://hackage.haskell.org/package/snap-server-0.2.6 snap-server 0.2.6]
  +
:A fast, iteratee-based, epoll-enabled web server for the Snap Framework
:Ropes, an alternative to (Byte)Strings.
 
;[http://hackage.haskell.org/package/mps-2010.5.29 mps 2010.5.29]
+
;[http://hackage.haskell.org/package/snap-core-0.2.6 snap-core 0.2.6]
  +
:Snap: A Haskell Web Framework (Core)
:simply oo
 
;[http://hackage.haskell.org/package/monoid-owns-2010.5.29 monoid-owns 2010.5.29]
+
;[http://hackage.haskell.org/package/frame-markdown-0.1 frame-markdown 0.1]
  +
:A markdown to Frame GUI writer for Pandoc
:a practical monoid implementation
 
;[http://hackage.haskell.org/package/ghc-core-0.5.4 ghc-core 0.5.4]
+
;[http://hackage.haskell.org/package/frame-0.1 frame 0.1]
 
:A simple web framework.
:Display GHC's core and assembly output in a pager
 
;[http://hackage.haskell.org/package/records-0.1.1.0 records 0.1.1.0]
+
;[http://hackage.haskell.org/package/hashmap-1.0.0.1 hashmap 1.0.0.1]
 
:Persistent containers HashMap and HashSet.
:A flexible record system
 
;[http://hackage.haskell.org/package/type-functions-0.1.0.0 type-functions 0.1.0.0]
+
;[http://hackage.haskell.org/package/hjpath-3.0 hjpath 3.0]
  +
:XPath-like syntax for querying JSON
:Emulation of type-level functions
 
;[http://hackage.haskell.org/package/kinds-0.0.1.0 kinds 0.0.1.0]
+
;[http://hackage.haskell.org/package/berp-0.0.1 berp 0.0.1]
  +
:An implementation of Python 3.
:Emulation of subkinds and subkind polymorphism
 
;[http://hackage.haskell.org/package/graphmod-1.2.1 graphmod 1.2.1]
+
;[http://hackage.haskell.org/package/language-python-0.3.0 language-python 0.3.0]
  +
:Parsing and pretty printing of Python code.
:Present the module dependencies of a program as a "dot" graph.
 
;[http://hackage.haskell.org/package/xml-1.3.7 xml 1.3.7]
+
;[http://hackage.haskell.org/package/yaml-rpc-0.2 yaml-rpc 0.2]
  +
:Simple library for network (TCP/IP) YAML RPC
:A simple XML library.
 
;[http://hackage.haskell.org/package/bein-0.3.3 bein 0.3.3]
+
;[http://hackage.haskell.org/package/msgpack-rpc-0.1 msgpack-rpc 0.1]
  +
:A MessagePack-RPC Implementation
:Bein is a provenance and workflow management system for bioinformatics.
 
;[http://hackage.haskell.org/package/haskell-cnc-0.1.2 haskell-cnc 0.1.2]
+
;[http://hackage.haskell.org/package/msgpack-0.2.2 msgpack 0.2.2]
  +
:A Haskell binding to MessagePack
:Library for parallel programming in the Intel Concurrent Collections paradigm.
 
;[http://hackage.haskell.org/package/attoparsec-iteratee-0.1.1 attoparsec-iteratee 0.1.1]
+
;[http://hackage.haskell.org/package/serialport-0.3.3 serialport 0.3.3]
  +
:Cross platform serial port library.
:An adapter to convert attoparsec Parsers into blazing-fast Iteratees
 
;[http://hackage.haskell.org/package/sifflet-0.1.6 sifflet 0.1.6]
+
;[http://hackage.haskell.org/package/MonadCatchIO-transformers-foreign-0.1 MonadCatchIO-transformers-foreign 0.1]
  +
:Polymorphic combinators for working with foreign functions
:A simple, visual, functional programming language.
 
;[http://hackage.haskell.org/package/fclabels-0.4.2.1 fclabels 0.4.2.1]
+
;[http://hackage.haskell.org/package/MonadCatchIO-mtl-foreign-0.1 MonadCatchIO-mtl-foreign 0.1]
  +
:Polymorphic combinators for working with foreign functions
:First class accessor labels.
 
;[http://hackage.haskell.org/package/language-asn1-0.2.1 language-asn1 0.2.1]
 
:Parsing of ASN1 definitions
 
;[http://hackage.haskell.org/package/hdaemonize-0.4 hdaemonize 0.4]
 
:Library to handle the details of writing daemons for UNIX
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 20:26, 30 May 2010

Recent Package Updates hackage-daily.png Rss.png

YACPong 0.1
Yet Another Pong Clone using SDL.
snap-server 0.2.6
A fast, iteratee-based, epoll-enabled web server for the Snap Framework
snap-core 0.2.6
Snap: A Haskell Web Framework (Core)
frame-markdown 0.1
A markdown to Frame GUI writer for Pandoc
frame 0.1
A simple web framework.
hashmap 1.0.0.1
Persistent containers HashMap and HashSet.
hjpath 3.0
XPath-like syntax for querying JSON
berp 0.0.1
An implementation of Python 3.
language-python 0.3.0
Parsing and pretty printing of Python code.
yaml-rpc 0.2
Simple library for network (TCP/IP) YAML RPC
msgpack-rpc 0.1
A MessagePack-RPC Implementation
msgpack 0.2.2
A Haskell binding to MessagePack
serialport 0.3.3
Cross platform serial port library.
MonadCatchIO-transformers-foreign 0.1
Polymorphic combinators for working with foreign functions
MonadCatchIO-mtl-foreign 0.1
Polymorphic combinators for working with foreign functions

More...