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/xosd-0.2 xosd 0.2]
  +
:A binding to the X on-screen display
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/funcmp-1.2 funcmp 1.2]
  +
:Functional MetaPost
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mediawiki-0.2.2 mediawiki 0.2.2]
 
:Interfacing with the MediaWiki API
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unamb-0.1.1 unamb 0.1.1]
 
:Unambiguous choice
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fft-0.1.2 fft 0.1.2]
  +
:Bindings to the FFTW library.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/carray-0.1.3 carray 0.1.3]
  +
:A C-compatible array library.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-exts-0.4.3 haskell-src-exts 0.4.3]
  +
:Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
  +
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsx-0.4.6 hsx 0.4.6]
  +
:HSX (Haskell Source with XML) allows literal XML syntax to be used in Haskell source code.
  +
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storable-complex-0.2 storable-complex 0.2]
  +
:Storable instance for Complex
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LslPlus-0.1.4 LslPlus 0.1.4]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/LslPlus-0.1.4 LslPlus 0.1.4]
 
:An execution and testing framework for the Linden Scripting Language (LSL)
 
:An execution and testing framework for the Linden Scripting Language (LSL)
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lub-0.0.1 lub 0.0.1]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lub-0.0.1 lub 0.0.1]
 
:least upper bounds -- information merging
 
:least upper bounds -- information merging
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unamb-0.1.0 unamb 0.1.0]
 
:Unambiguous choice
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mediawiki-0.2.1 mediawiki 0.2.1]
 
:Interfacing with the MediaWiki API
 
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/arff-0.1.0 arff 0.1.0]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/arff-0.1.0 arff 0.1.0]
 
:Generate Attribute-Relation File Format (ARFF) files
 
:Generate Attribute-Relation File Format (ARFF) files
Line 17: Line 31:
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/system-uuid-0.0.1 system-uuid 0.0.1]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/system-uuid-0.0.1 system-uuid 0.0.1]
 
:Bindings to system UUID functions.
 
:Bindings to system UUID functions.
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MemoTrie-0.4.1 MemoTrie 0.4.1]
 
:Trie-based memo functions
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/jhc-0.5.20081118.3 jhc 0.5.20081118.3]
 
:Jhc Haskell compiler
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RSA-1.0.1 RSA 1.0.1]
 
:Implementation of RSA, using the padding schemes of PKCS#1 v2.1.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SHA-1.0.1 SHA 1.0.1]
 
:Implementations of the SHA suite of message digest functions
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmpfr-0.1.3 hmpfr 0.1.3]
 
:Haskell binding to MPFR library
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 23:06, 19 November 2008

Recent Package Updates hackage-daily.png Rss.png

xosd 0.2
A binding to the X on-screen display
funcmp 1.2
Functional MetaPost
mediawiki 0.2.2
Interfacing with the MediaWiki API
unamb 0.1.1
Unambiguous choice
fft 0.1.2
Bindings to the FFTW library.
carray 0.1.3
A C-compatible array library.
haskell-src-exts 0.4.3
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
hsx 0.4.6
HSX (Haskell Source with XML) allows literal XML syntax to be used in Haskell source code.
storable-complex 0.2
Storable instance for Complex
LslPlus 0.1.4
An execution and testing framework for the Linden Scripting Language (LSL)
lub 0.0.1
least upper bounds -- information merging
arff 0.1.0
Generate Attribute-Relation File Format (ARFF) files
wavesurfer 0.0.4
Parse WaveSurfer files
freesound 0.0.2
Access the Freesound Project database
system-uuid 0.0.1
Bindings to system UUID functions.

More...