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/multisetrewrite-0.4 multisetrewrite 0.4]
  +
:Multi-set rewrite rules with guards and a parallel execution scheme
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binarydefer-1.2 binarydefer 1.2]
  +
:Binary serialization with deferred loading
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ehaskell-0.6 ehaskell 0.6]
  +
:like eruby, ehaskell is embedded haskell.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hake-1.2 hake 1.2]
  +
:make tool. ruby : rake = haskell : hake
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HARM-0.1.4 HARM 0.1.4]
  +
:A simple ARM emulator in haskell
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pointless-haskell-0.0.1 pointless-haskell 0.0.1]
  +
:Pointless Haskell library
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MissingH-1.0.3 MissingH 1.0.3]
  +
:Large utility library
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/peano-inf-0.6.5 peano-inf 0.6.5]
  +
:Lazy Peano numbers including observable infinity value.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/prettyclass-1.0.0.0 prettyclass 1.0.0.0]
  +
:Pretty printing class similar to Show.
  +
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ChristmasTree-0.1 ChristmasTree 0.1]
  +
:Changing Haskell's Read Implementation Such That by Mainpulating Abstract Syntax Trees it Reads Expressions Efficiently
  +
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TTTAS-0.2.1 TTTAS 0.2.1]
  +
:Typed Transformations of Typed Abstract Syntax
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HERA-0.2 HERA 0.2]
 
;[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.
 
:Added by LukePalmer, Fri Dec 5 07:58:50 UTC 2008.
Line 13: Line 35:
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/typehash-1.1.0.0 typehash 1.1.0.0]
 
;[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.
 
: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]
 
:Autogenerate rpm dependencies from cabal files
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl-1.3.2.2 curl 1.3.2.2]
 
:Haskell binding to libcurl
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/GHood-0.0.2 GHood 0.0.2]
 
:A graphical viewer for Hood
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HSHHelpers-0.17 HSHHelpers 0.17]
 
:Convenience functions that use HSH, instances for HSH.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/PBKDF2-0.3 PBKDF2 0.3]
 
:Make password-based security schemes more secure.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppSHelpers-0.5 HAppSHelpers 0.5]
 
:Convenience functions for HAppS.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.5 X11 1.4.5]
 
:A binding to the X11 graphics library
 
;[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
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 17:36, 6 December 2008

Recent Package Updates hackage-daily.png Rss.png

multisetrewrite 0.4
Multi-set rewrite rules with guards and a parallel execution scheme
binarydefer 1.2
Binary serialization with deferred loading
ehaskell 0.6
like eruby, ehaskell is embedded haskell.
hake 1.2
make tool. ruby : rake = haskell : hake
HARM 0.1.4
A simple ARM emulator in haskell
pointless-haskell 0.0.1
Pointless Haskell library
MissingH 1.0.3
Large utility library
peano-inf 0.6.5
Lazy Peano numbers including observable infinity value.
prettyclass 1.0.0.0
Pretty printing class similar to Show.
ChristmasTree 0.1
Changing Haskell's Read Implementation Such That by Mainpulating Abstract Syntax Trees it Reads Expressions Efficiently
TTTAS 0.2.1
Typed Transformations of Typed Abstract Syntax
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.

More...