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/MonadLab-0.0.1 MonadLab 0.0.1]
 
:Automatically generate layered monads
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Glob-0.1 Glob 0.1]
  +
:Globbing library
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/marked-pretty-0.1 marked-pretty 0.1]
  +
:Pretty-printing library, with scoping, based on pretty-1.0.0.0
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/gnuplot-0.2 gnuplot 0.2]
 
:2D and 3D plots using gnuplot
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ftshell-0.3 ftshell 0.3]
  +
:Shell interface to the FreeTheorems library.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/free-theorems-0.3 free-theorems 0.3]
 
:Automatic generation of free theorems.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tfp-0.1 tfp 0.1]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tfp-0.1 tfp 0.1]
 
:Type-level programming library using type families
 
:Type-level programming library using type families
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.1.4 HTTP 3001.1.4]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.1.4 HTTP 3001.1.4]
 
:A library for client-side HTTP
 
:A library for client-side HTTP
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/gnuplot-0.1 gnuplot 0.1]
 
:2D and 3D plots using GNUPlot
 
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/numeric-prelude-0.0.5 numeric-prelude 0.0.5]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/numeric-prelude-0.0.5 numeric-prelude 0.0.5]
 
:An experimental alternative hierarchy of numeric type classes
 
:An experimental alternative hierarchy of numeric type classes
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector-space-0.3.1 vector-space 0.3.1]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector-space-0.3.1 vector-space 0.3.1]
 
:Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9)
 
:Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9)
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MonadLab-0.0 MonadLab 0.0]
 
:Automatically generate layered monads
 
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/benchpress-0.2.2.3 benchpress 0.2.2.3]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/benchpress-0.2.2.3 benchpress 0.2.2.3]
 
:Micro-benchmarking with detailed statistics.
 
:Micro-benchmarking with detailed statistics.
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/free-theorems-0.2.1 free-theorems 0.2.1]
 
:Automatic generation of free theorems.
 
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/logfloat-0.9.1.2 logfloat 0.9.1.2]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/logfloat-0.9.1.2 logfloat 0.9.1.2]
 
:Log-domain floating point numbers
 
:Log-domain floating point numbers
Line 27: Line 33:
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-lexing-0.2 bytestring-lexing 0.2]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-lexing-0.2 bytestring-lexing 0.2]
 
:Parse literals efficiently from bytestrings
 
:Parse literals efficiently from bytestrings
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hledger-0.1 hledger 0.1]
 
:A ledger-compatible text-based accounting tool.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/CheatSheet-1.3 CheatSheet 1.3]
 
:A Haskell cheat sheet in PDF and literate formats.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hscurses-1.3.0.1 hscurses 1.3.0.1]
 
:NCurses bindings for Haskell
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/PSQueue-1.1 PSQueue 1.1]
 
:Priority Search Queue
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 07:05, 18 October 2008

Recent Package Updates hackage-daily.png Rss.png

MonadLab 0.0.1
Automatically generate layered monads
Glob 0.1
Globbing library
marked-pretty 0.1
Pretty-printing library, with scoping, based on pretty-1.0.0.0
gnuplot 0.2
2D and 3D plots using gnuplot
ftshell 0.3
Shell interface to the FreeTheorems library.
free-theorems 0.3
Automatic generation of free theorems.
tfp 0.1
Type-level programming library using type families
HTTP 3001.1.4
A library for client-side HTTP
numeric-prelude 0.0.5
An experimental alternative hierarchy of numeric type classes
vector-space 0.3.1
Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9)
benchpress 0.2.2.3
Micro-benchmarking with detailed statistics.
logfloat 0.9.1.2
Log-domain floating point numbers
yjftp 0.3.2
CUI FTP client like 'ftp', 'ncftp'
ieee-utils 0.4.0
ieee-utils
MemoTrie 0.4
Trie-based memo functions
bytestring-lexing 0.2
Parse literals efficiently from bytestrings

More...