Template:Main/News
From HaskellWiki
(Difference between revisions)
(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/ | + | ;[http://hackage.haskell.org/package/lambdabot-utils-4.2.1 lambdabot-utils 4.2.1] |
| - | : | + | :Utility libraries for the advanced IRC bot, Lambdabot |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/ieee-0.6.1 ieee 0.6.1] |
| - | : | + | :Approximate comparisons for IEEE floating point numbers |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/vector-space-0.7.1 vector-space 0.7.1] |
| - | : | + | :Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9 or better) |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/hsyscall-0.4 hsyscall 0.4] |
| - | : | + | :FFI to syscalls |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/threads-0.2 threads 0.2] |
| - | : | + | :Fork threads and wait for their result |
| - | ;[http://hackage.haskell.org/package/hashmap-1.0.0. | + | ;[http://hackage.haskell.org/package/Hawk-0.0.2 Hawk 0.0.2] |
| + | :Haskell Web Application Kit | ||
| + | ;[http://hackage.haskell.org/package/hashmap-1.0.0.2 hashmap 1.0.0.2] | ||
:Persistent containers HashMap and HashSet. | :Persistent containers HashMap and HashSet. | ||
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/data-accessor-mtl-0.2.0.1 data-accessor-mtl 0.2.0.1] |
| - | : | + | :Use Accessor to access state in mtl State monad class |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/data-accessor-template-0.2.1.5 data-accessor-template 0.2.1.5] |
| - | : | + | :Utilities for accessing and manipulating fields of records |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/data-accessor-transformers-0.2.1.2 data-accessor-transformers 0.2.1.2] |
| - | : | + | :Use Accessor to access state in transformers State monad |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/data-accessor-monads-tf-0.2.1.2 data-accessor-monads-tf 0.2.1.2] |
| - | : | + | :Use Accessor to access state in monads-tf State monad type family |
| - | ;[http://hackage.haskell.org/package/ | + | ;[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/ | + | ;[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/ | + | ;[http://hackage.haskell.org/package/HDBC-mysql-0.6.3 HDBC-mysql 0.6.3] |
| - | : | + | :MySQL driver for HDBC |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/clash-0.1 clash 0.1] |
| - | : | + | :CAES Language for Synchronous Hardware (CLaSH) |
| - | ;[http://hackage.haskell.org/package/ | + | ;[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 05:28, 2 June 2010
- lambdabot-utils 4.2.1
- Utility libraries for the advanced IRC bot, Lambdabot
- ieee 0.6.1
- Approximate comparisons for IEEE floating point numbers
- vector-space 0.7.1
- Vector & affine spaces, linear maps, and derivatives (requires ghc 6.9 or better)
- hsyscall 0.4
- FFI to syscalls
- threads 0.2
- Fork threads and wait for their result
- Hawk 0.0.2
- Haskell Web Application Kit
- hashmap 1.0.0.2
- Persistent containers HashMap and HashSet.
- data-accessor-mtl 0.2.0.1
- Use Accessor to access state in mtl State monad class
- data-accessor-template 0.2.1.5
- Utilities for accessing and manipulating fields of records
- data-accessor-transformers 0.2.1.2
- Use Accessor to access state in transformers State monad
- data-accessor-monads-tf 0.2.1.2
- Use Accessor to access state in monads-tf State monad type family
- data-accessor-monads-fd 0.2.0.2
- Use Accessor to access state in monads-fd State monad class
- data-accessor 0.2.1.4
- Utilities for accessing and manipulating fields of records
- HDBC-mysql 0.6.3
- MySQL driver for HDBC
- clash 0.1
- CAES Language for Synchronous Hardware (CLaSH)
- parsec-extra 0.1.0.1
- Some miscellaneous basic string parsers.
- list-extras 0.4.0.1
- Common not-so-common functions for lists
- bytestring-nums 0.3.2
- Parse numeric literals from ByteStrings.
- hbeanstalk 0.1
- Client for the beanstalkd workqueue service.


