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/cgi-bin/hackage-scripts/package/monoids-0.1.28 monoids 0.1.28]
+
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/adaptive-containers-0.2.1 adaptive-containers 0.2.1]
  +
:Self optimizing container types
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ghc-syb-0.1.1.1 ghc-syb 0.1.1.1]
  +
:SYB instances for the GHC API
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mohws-0.2 mohws 0.2]
  +
:Modular Haskell Web Server
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/http-monad-0.0.1 http-monad 0.0.1]
  +
:Monad abstraction for HTTP communication allowing lazy transfer and non-I/O simulation
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wraxml-0.4 wraxml 0.4]
  +
:Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structure
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tagchup-0.3.1 tagchup 0.3.1]
  +
:alternative package for processing of tag soups
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xml-basic-0.1 xml-basic 0.1]
  +
:Basics for XML/HTML representation and processing
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uulib-0.9.8 uulib 0.9.8]
  +
:Haskell Utrecht Tools Library
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/monoids-0.1.32 monoids 0.1.32]
 
:Monoids, specialized containers and a general map/reduce framework
 
:Monoids, specialized containers and a general map/reduce framework
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-bytestring-0.1.2 network-bytestring 0.1.2]
  +
:Fast, memory-efficient, low-level networking
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ranges-0.2.1 ranges 0.2.1]
 
:Ranges and various functions on them.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/arrows-0.4.1.1 arrows 0.4.1.1]
  +
:Arrow classes and transformers
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-2.2.1 network 2.2.1]
  +
:Networking-related facilities
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/core-0.4 core 0.4]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/core-0.4 core 0.4]
 
:External core parser and pretty printer.
 
:External core parser and pretty printer.
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/husky-0.4 husky 0.4]
 
:A simple command line calculator.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vacuum-0.0.8 vacuum 0.0.8]
 
:Extract graph representations of ghc heap values.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Vec-0.9.6 Vec 0.9.6]
 
:Fixed-length lists and low-dimensional linear algebra.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/buster-0.99.5 buster 0.99.5]
 
:Almost but not quite entirely unlike FRP
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FTGL-1.333 FTGL 1.333]
 
:Portable TrueType font rendering for OpenGL using the Freetype2 library
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/traced-2009.4.3 traced 2009.4.3]
 
:Simple evaluation trace
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GenI-0.17.3 GenI 0.17.3]
 
:A natural language generator (specifically, an FB-LTAG surface realiser)
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hledger-0.4 hledger 0.4]
 
:A ledger-compatible text-based accounting tool.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fad-1.0 fad 1.0]
 
:Forward Automatic Differentiation.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hgettext-0.1.5 hgettext 0.1.5]
 
:Bindings to libintl.h (gettext, bindtextdomain)
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vacuum-ubigraph-0.1.0.3 vacuum-ubigraph 0.1.0.3]
 
:Visualize Haskell data structures using vacuum and Ubigraph
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ranges-0.2 ranges 0.2]
 
:Ranges and various functions on them.
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 04:50, 6 April 2009

Recent Package Updates hackage-daily.png Rss.png

adaptive-containers 0.2.1
Self optimizing container types
ghc-syb 0.1.1.1
SYB instances for the GHC API
mohws 0.2
Modular Haskell Web Server
http-monad 0.0.1
Monad abstraction for HTTP communication allowing lazy transfer and non-I/O simulation
wraxml 0.4
Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structure
tagchup 0.3.1
alternative package for processing of tag soups
xml-basic 0.1
Basics for XML/HTML representation and processing
uulib 0.9.8
Haskell Utrecht Tools Library
monoids 0.1.32
Monoids, specialized containers and a general map/reduce framework
network-bytestring 0.1.2
Fast, memory-efficient, low-level networking
ranges 0.2.1
Ranges and various functions on them.
arrows 0.4.1.1
Arrow classes and transformers
network 2.2.1
Networking-related facilities
core 0.4
External core parser and pretty printer.

More...