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/HERA-0.2 HERA 0.2]
  +
:Added by LukePalmer, Fri Dec 5 07:58:50 UTC 2008.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-glut-0.1.1 reactive-glut 0.1.1]
  +
:Connects Reactive and GLUT
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stmcontrol-0.1 stmcontrol 0.1]
  +
:Control communication among retrying transactions
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.9.9 reactive 0.9.9]
 
:Simple foundation for functional reactive programming
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-exts-0.4.4 haskell-src-exts 0.4.4]
  +
:Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/typehash-1.1.0.0 typehash 1.1.0.0]
 
:Create a unique hash value for a type.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alex-2.3.1 alex 2.3.1]
  +
:Alex is a tool for generating lexical analysers in Haskell
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabalrpmdeps-0.0.4 cabalrpmdeps 0.0.4]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabalrpmdeps-0.0.4 cabalrpmdeps 0.0.4]
 
:Autogenerate rpm dependencies from cabal files
 
:Autogenerate rpm dependencies from cabal files
Line 13: Line 27:
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppSHelpers-0.5 HAppSHelpers 0.5]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppSHelpers-0.5 HAppSHelpers 0.5]
 
:Convenience functions for HAppS.
 
:Convenience functions for HAppS.
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.9.8 reactive 0.9.8]
 
:Simple foundation for functional reactive programming
 
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.5 X11 1.4.5]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.5 X11 1.4.5]
 
:A binding to the X11 graphics library
 
:A binding to the X11 graphics library
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/typehash-1.0.0.0 typehash 1.0.0.0]
 
:Create a unique hash value for a type.
 
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FTGL-1.1 FTGL 1.1]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FTGL-1.1 FTGL 1.1]
 
:Portable TrueType font rendering for OpenGL using the Freetype2 library
 
:Portable TrueType font rendering for OpenGL using the Freetype2 library
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AERN-Net-0.2.0 AERN-Net 0.2.0]
 
:Compositional lazy dataflow networks for exact real number computation
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/kibro-0.4.3 kibro 0.4.3]
 
:Web development framework.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/control-monad-omega-0.3 control-monad-omega 0.3]
 
:A breadth-first list monad.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/system-uuid-1.0.2 system-uuid 1.0.2]
 
:Bindings to system UUID functions.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/PlslTools-0.0.2 PlslTools 0.0.2]
 
:So far just a lint like program for PL/SQL. Diff and refactoring tools are planned
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AERN-RnToRm-Plot-0.1.1 AERN-RnToRm-Plot 0.1.1]
 
:GL plotting of polynomial function enclosures (PFEs)
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AERN-RnToRm-0.4.2 AERN-RnToRm 0.4.2]
 
:polynomial function enclosures (PFEs) approximating exact real functions
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AERN-Real-0.9.8 AERN-Real 0.9.8]
 
:arbitrary precision interval arithmetic for approximating exact real numbers
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 08:04, 5 December 2008

Recent Package Updates hackage-daily.png Rss.png

HERA 0.2
Added by LukePalmer, Fri Dec 5 07:58:50 UTC 2008.
reactive-glut 0.1.1
Connects Reactive and GLUT
stmcontrol 0.1
Control communication among retrying transactions
reactive 0.9.9
Simple foundation for functional reactive programming
haskell-src-exts 0.4.4
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
typehash 1.1.0.0
Create a unique hash value for a type.
alex 2.3.1
Alex is a tool for generating lexical analysers in Haskell
cabalrpmdeps 0.0.4
Autogenerate rpm dependencies from cabal files
curl 1.3.2.2
Haskell binding to libcurl
GHood 0.0.2
A graphical viewer for Hood
HSHHelpers 0.17
Convenience functions that use HSH, instances for HSH.
PBKDF2 0.3
Make password-based security schemes more secure.
HAppSHelpers 0.5
Convenience functions for HAppS.
X11 1.4.5
A binding to the X11 graphics library
FTGL 1.1
Portable TrueType font rendering for OpenGL using the Freetype2 library

More...