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/lrucache-0.1.0.1 lrucache 0.1.0.1]
+
;[http://hackage.haskell.org/package/data-ordlist-0.4.2 data-ordlist 0.4.2]
:a simple pure LRU cache
 
;[http://hackage.haskell.org/package/gnuplot-0.3.3.1 gnuplot 0.3.3.1]
 
:2D and 3D plots using gnuplot
 
;[http://hackage.haskell.org/package/uvector-0.1.1.1 uvector 0.1.1.1]
 
:Fast unboxed arrays with a flexible interface
 
;[http://hackage.haskell.org/package/babylon-0.2 babylon 0.2]
 
:An implementation of a simple 2-player board game
 
;[http://hackage.haskell.org/package/hashed-storage-0.4.7 hashed-storage 0.4.7]
 
:Hashed file storage support code.
 
;[http://hackage.haskell.org/package/NonEmptyList-0.0.2 NonEmptyList 0.0.2]
 
:A list with a length of at least one.
 
;[http://hackage.haskell.org/package/NoSlow-0.2 NoSlow 0.2]
 
:Microbenchmarks for various array libraries
 
;[http://hackage.haskell.org/package/vector-0.5 vector 0.5]
 
:Efficient Arrays
 
;[http://hackage.haskell.org/package/primitive-0.2.1 primitive 0.2.1]
 
:Wrappers for primitive operations
 
;[http://hackage.haskell.org/package/data-ordlist-0.4 data-ordlist 0.4]
 
 
:Set and bag operations on ordered lists
 
:Set and bag operations on ordered lists
;[http://hackage.haskell.org/package/encoding-0.6.3 encoding 0.6.3]
+
;[http://hackage.haskell.org/package/minirotate-0.1.1.2 minirotate 0.1.1.2]
  +
:Minimalistic file rotation utility
:A library for various character encodings
 
;[http://hackage.haskell.org/package/starling-0.2.0 starling 0.2.0]
+
;[http://hackage.haskell.org/package/cuda-0.1 cuda 0.1]
  +
:A binding to the CUDA interface for programming NVIDIA GPUs
:A memcached client
 
;[http://hackage.haskell.org/package/hdirect-0.21.0 hdirect 0.21.0]
+
;[http://hackage.haskell.org/package/HDBC-sqlite3-2.3.0.0 HDBC-sqlite3 2.3.0.0]
:An IDL compiler for Haskell
+
:Sqlite v3 driver for HDBC
;[http://hackage.haskell.org/package/bytestring-lexing-0.2.1 bytestring-lexing 0.2.1]
+
;[http://hackage.haskell.org/package/HDBC-odbc-2.2.3.0 HDBC-odbc 2.2.3.0]
  +
:ODBC driver for HDBC
:Parse literals efficiently from bytestrings
 
;[http://hackage.haskell.org/package/dequeue-0.1.5 dequeue 0.1.5]
+
;[http://hackage.haskell.org/package/HDBC-postgresql-2.2.3.0 HDBC-postgresql 2.2.3.0]
  +
:PostgreSQL driver for HDBC
:A typeclass and an implementation for double-ended queues.
 
;[http://hackage.haskell.org/package/cgi-3001.1.7.2 cgi 3001.1.7.2]
+
;[http://hackage.haskell.org/package/ChristmasTree-0.1.4 ChristmasTree 0.1.4]
  +
:Changing Haskell's Read Implementation Such That by Mainpulating Abstract Syntax Trees it Reads Expressions Efficiently
:A library for writing CGI programs
 
;[http://hackage.haskell.org/package/joinlist-0.3.0 joinlist 0.3.0]
+
;[http://hackage.haskell.org/package/convertible-1.0.9 convertible 1.0.9]
  +
:Typeclasses and instances for converting between types
:Join list - symmetric list type
 
;[http://hackage.haskell.org/package/wyvern-0.1 wyvern 0.1]
+
;[http://hackage.haskell.org/package/TTTAS-0.3.0 TTTAS 0.3.0]
  +
:Typed Transformations of Typed Abstract Syntax
:An autoresponder for Dragon Go Server.
 
 
;[http://hackage.haskell.org/package/HDBC-2.2.3 HDBC 2.2.3]
  +
:Haskell Database Connectivity
 
;[http://hackage.haskell.org/package/hakyll-1.4 hakyll 1.4]
  +
:A simple static site generator library.
 
;[http://hackage.haskell.org/package/concurrent-extra-0.1.0.1 concurrent-extra 0.1.0.1]
  +
:Extra concurrency primitives
 
;[http://hackage.haskell.org/package/open-pandoc-1.4 open-pandoc 1.4]
  +
:Conversion between markup formats
 
;[http://hackage.haskell.org/package/Agata-0.1.1 Agata 0.1.1]
  +
:Generator-generator for QuickCheck
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 05:25, 18 February 2010

Recent Package Updates hackage-daily.png Rss.png

data-ordlist 0.4.2
Set and bag operations on ordered lists
minirotate 0.1.1.2
Minimalistic file rotation utility
cuda 0.1
A binding to the CUDA interface for programming NVIDIA GPUs
HDBC-sqlite3 2.3.0.0
Sqlite v3 driver for HDBC
HDBC-odbc 2.2.3.0
ODBC driver for HDBC
HDBC-postgresql 2.2.3.0
PostgreSQL driver for HDBC
ChristmasTree 0.1.4
Changing Haskell's Read Implementation Such That by Mainpulating Abstract Syntax Trees it Reads Expressions Efficiently
convertible 1.0.9
Typeclasses and instances for converting between types
TTTAS 0.3.0
Typed Transformations of Typed Abstract Syntax
HDBC 2.2.3
Haskell Database Connectivity
hakyll 1.4
A simple static site generator library.
concurrent-extra 0.1.0.1
Extra concurrency primitives
open-pandoc 1.4
Conversion between markup formats
Agata 0.1.1
Generator-generator for QuickCheck

More...