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/hack-middleware-clientsession-0.0.1 hack-middleware-clientsession 0.0.1]
  +
:Middleware for easily keeping session data in client cookies.
 
;[http://hackage.haskell.org/package/data-accessor-0.2.1 data-accessor 0.2.1]
  +
:Utilities for accessing and manipulating fields of records
 
;[http://hackage.haskell.org/package/stm-io-hooks-0.5.4 stm-io-hooks 0.5.4]
  +
:An STM monad with IO hooks
 
;[http://hackage.haskell.org/package/progress-1.0 progress 1.0]
  +
:Simple progress tracking & projection library
 
;[http://hackage.haskell.org/package/parsec-3.0.1 parsec 3.0.1]
  +
:Monadic parser combinators
 
;[http://hackage.haskell.org/package/data-reify-0.5 data-reify 0.5]
  +
:Reify a recursive data structure into an explicit graph.
 
;[http://hackage.haskell.org/package/CCA-0.1.1 CCA 0.1.1]
  +
:preprocessor and library for Causal Commutative Arrows (CCA)
 
;[http://hackage.haskell.org/package/hecc-0.1 hecc 0.1]
  +
:Elliptic Curve Cryptography for Haskell
 
;[http://hackage.haskell.org/package/PortMidi-0.1.2 PortMidi 0.1.2]
 
:A binding for PortMedia/PortMidi
 
;[http://hackage.haskell.org/package/usb-id-database-0.2.1 usb-id-database 0.2.1]
 
:A database of USB identifiers
 
;[http://hackage.haskell.org/package/levmar-chart-0.1 levmar-chart 0.1]
  +
:Plots the results of the Levenberg-Marquardt algorithm in a chart
 
;[http://hackage.haskell.org/package/levmar-0.1 levmar 0.1]
  +
:An implementation of the Levenberg-Marquardt algorithm
  +
;[http://hackage.haskell.org/package/bindings-levmar-0.1 bindings-levmar 0.1]
  +
:A binding to the C levmar (Levenberg-Marquardt) library
 
;[http://hackage.haskell.org/package/graphviz-2999.5.0.0 graphviz 2999.5.0.0]
 
;[http://hackage.haskell.org/package/graphviz-2999.5.0.0 graphviz 2999.5.0.0]
 
:GraphViz bindings for Haskell.
 
:GraphViz bindings for Haskell.
Line 13: Line 39:
 
;[http://hackage.haskell.org/package/dbmigrations-0.1.1 dbmigrations 0.1.1]
 
;[http://hackage.haskell.org/package/dbmigrations-0.1.1 dbmigrations 0.1.1]
 
:An implementation of relational database "migrations"
 
:An implementation of relational database "migrations"
;[http://hackage.haskell.org/package/york-lava-0.1 york-lava 0.1]
 
:A library for circuit description.
 
;[http://hackage.haskell.org/package/semiring-0.1.1 semiring 0.1.1]
 
:Semirings, ring-like structures used for dynamic programming applications
 
;[http://hackage.haskell.org/package/liboleg-2009.9.1 liboleg 2009.9.1]
 
:A collection of Oleg Kiselyov's Haskell modules (2009-2008)
 
;[http://hackage.haskell.org/package/flower-0.1.2 flower 0.1.2]
 
:Analyze 454 flowgrams (.SFF files)
 
;[http://hackage.haskell.org/package/statistics-0.1 statistics 0.1]
 
:A library of statistical types, data, and functions.
 
;[http://hackage.haskell.org/package/usb-id-database-0.2 usb-id-database 0.2]
 
:A database of USB identifiers
 
;[http://hackage.haskell.org/package/TrieMap-0.0.1.2 TrieMap 0.0.1.2]
 
:An implementation of generalized tries with sophisticated map type inference.
 
;[http://hackage.haskell.org/package/hlint-1.6.8 hlint 1.6.8]
 
:Source code suggestions
 
;[http://hackage.haskell.org/package/palindromes-0.1.1 palindromes 0.1.1]
 
:Finding palindromes in strings
 
;[http://hackage.haskell.org/package/uu-parsinglib-2.2.1 uu-parsinglib 2.2.1]
 
:New version of the Utrecht University parser combinator library
 
;[http://hackage.haskell.org/package/PortMidi-0.1.1 PortMidi 0.1.1]
 
:A binding for PortMedia/PortMidi
 
;[http://hackage.haskell.org/package/JsContracts-0.5 JsContracts 0.5]
 
:Design-by-contract for JavaScript
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 21:23, 10 September 2009

Recent Package Updates hackage-daily.png Rss.png

hack-middleware-clientsession 0.0.1
Middleware for easily keeping session data in client cookies.
data-accessor 0.2.1
Utilities for accessing and manipulating fields of records
stm-io-hooks 0.5.4
An STM monad with IO hooks
progress 1.0
Simple progress tracking & projection library
parsec 3.0.1
Monadic parser combinators
data-reify 0.5
Reify a recursive data structure into an explicit graph.
CCA 0.1.1
preprocessor and library for Causal Commutative Arrows (CCA)
hecc 0.1
Elliptic Curve Cryptography for Haskell
PortMidi 0.1.2
A binding for PortMedia/PortMidi
usb-id-database 0.2.1
A database of USB identifiers
levmar-chart 0.1
Plots the results of the Levenberg-Marquardt algorithm in a chart
levmar 0.1
An implementation of the Levenberg-Marquardt algorithm
bindings-levmar 0.1
A binding to the C levmar (Levenberg-Marquardt) library
graphviz 2999.5.0.0
GraphViz bindings for Haskell.
HCodecs 0.1
A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files.
wraxml 0.4.3
Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structure
tagchup 0.4
alternative package for processing of tag soups
uvector-algorithms 0.2
Efficient algorithms for uvector unboxed arrays
dbmigrations 0.1.1
An implementation of relational database "migrations"

More...