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/lambdabot-utils-4.2.1 lambdabot-utils 4.2.1]
+
;[http://hackage.haskell.org/package/ChristmasTree-0.2.1 ChristmasTree 0.2.1]
  +
:Alternative approach of 'read' that composes grammars instead of parsers.
:Utility libraries for the advanced IRC bot, Lambdabot
 
;[http://hackage.haskell.org/package/ieee-0.6.1 ieee 0.6.1]
+
;[http://hackage.haskell.org/package/suffixarray-0.0.1 suffixarray 0.0.1]
  +
:Suffix arrays
:Approximate comparisons for IEEE floating point numbers
 
;[http://hackage.haskell.org/package/vector-space-0.7.1 vector-space 0.7.1]
+
;[http://hackage.haskell.org/package/minesweeper-0.8.9 minesweeper 0.8.9]
  +
:Minesweeper game which is always solvable without guessing
:Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9 or better)
 
;[http://hackage.haskell.org/package/hsyscall-0.4 hsyscall 0.4]
+
;[http://hackage.haskell.org/package/ad-0.27 ad 0.27]
  +
:Automatic Differentiation
:FFI to syscalls
 
;[http://hackage.haskell.org/package/threads-0.2 threads 0.2]
+
;[http://hackage.haskell.org/package/bio-0.4.4 bio 0.4.4]
  +
:A bioinformatics library
:Fork threads and wait for their result
 
;[http://hackage.haskell.org/package/Hawk-0.0.2 Hawk 0.0.2]
+
;[http://hackage.haskell.org/package/sendfile-0.6.2 sendfile 0.6.2]
  +
:A portable sendfile library
:Haskell Web Application Kit
 
;[http://hackage.haskell.org/package/hashmap-1.0.0.2 hashmap 1.0.0.2]
+
;[http://hackage.haskell.org/package/rosezipper-0.2 rosezipper 0.2]
  +
:Generic zipper implementation for Data.Tree
:Persistent containers HashMap and HashSet.
 
;[http://hackage.haskell.org/package/data-accessor-mtl-0.2.0.1 data-accessor-mtl 0.2.0.1]
+
;[http://hackage.haskell.org/package/records-0.1.1.1 records 0.1.1.1]
  +
:A flexible record system
:Use Accessor to access state in mtl State monad class
 
;[http://hackage.haskell.org/package/data-accessor-template-0.2.1.5 data-accessor-template 0.2.1.5]
+
;[http://hackage.haskell.org/package/hashed-storage-0.5.2 hashed-storage 0.5.2]
  +
:Hashed file storage support code.
:Utilities for accessing and manipulating fields of records
 
;[http://hackage.haskell.org/package/data-accessor-transformers-0.2.1.2 data-accessor-transformers 0.2.1.2]
+
;[http://hackage.haskell.org/package/hlint-1.7 hlint 1.7]
  +
:Source code suggestions
:Use Accessor to access state in transformers State monad
 
;[http://hackage.haskell.org/package/data-accessor-monads-tf-0.2.1.2 data-accessor-monads-tf 0.2.1.2]
+
;[http://hackage.haskell.org/package/tccli-0.0.1 tccli 0.0.1]
  +
:TokyoCabinet CLI interface
:Use Accessor to access state in monads-tf State monad type family
 
;[http://hackage.haskell.org/package/data-accessor-monads-fd-0.2.0.2 data-accessor-monads-fd 0.2.0.2]
 
:Use Accessor to access state in monads-fd State monad class
 
;[http://hackage.haskell.org/package/data-accessor-0.2.1.4 data-accessor 0.2.1.4]
 
:Utilities for accessing and manipulating fields of records
 
;[http://hackage.haskell.org/package/HDBC-mysql-0.6.3 HDBC-mysql 0.6.3]
 
:MySQL driver for HDBC
 
;[http://hackage.haskell.org/package/clash-0.1 clash 0.1]
 
:CAES Language for Synchronous Hardware (CLaSH)
 
;[http://hackage.haskell.org/package/parsec-extra-0.1.0.1 parsec-extra 0.1.0.1]
 
:Some miscellaneous basic string parsers.
 
;[http://hackage.haskell.org/package/list-extras-0.4.0.1 list-extras 0.4.0.1]
 
:Common not-so-common functions for lists
 
;[http://hackage.haskell.org/package/bytestring-nums-0.3.2 bytestring-nums 0.3.2]
 
:Parse numeric literals from ByteStrings.
 
;[http://hackage.haskell.org/package/hbeanstalk-0.1 hbeanstalk 0.1]
 
:Client for the beanstalkd workqueue service.
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 17:10, 7 June 2010

Recent Package Updates hackage-daily.png Rss.png

ChristmasTree 0.2.1
Alternative approach of 'read' that composes grammars instead of parsers.
suffixarray 0.0.1
Suffix arrays
minesweeper 0.8.9
Minesweeper game which is always solvable without guessing
ad 0.27
Automatic Differentiation
bio 0.4.4
A bioinformatics library
sendfile 0.6.2
A portable sendfile library
rosezipper 0.2
Generic zipper implementation for Data.Tree
records 0.1.1.1
A flexible record system
hashed-storage 0.5.2
Hashed file storage support code.
hlint 1.7
Source code suggestions
tccli 0.0.1
TokyoCabinet CLI interface

More...