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/enumerator-0.2 enumerator 0.2] |
| - | : | + | :Implementation of Oleg Kiselyov's left-fold enumerators |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/mwc-random-0.7.0.1 mwc-random 0.7.0.1] |
| - | : | + | :Fast, high quality pseudo random number generation |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/text-json-qq-0.2.0 text-json-qq 0.2.0] |
| - | : | + | :Json Quasiquatation for Haskell. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/binary-generic-0.2 binary-generic 0.2] |
| - | : | + | :Generic binary serialisation using binary and syb. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/strict-io-0.2.0 strict-io 0.2.0] |
| - | : | + | :A library wrapping standard IO modules to provide strict IO. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/gtkimageview-0.11.1 gtkimageview 0.11.1] |
| - | : | + | :Binding to the GtkImageView library. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/system-uuid-1.3.0 system-uuid 1.3.0] |
| - | : | + | :Bindings to system UUID functions. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/cryptohash-0.5.2 cryptohash 0.5.2] |
| - | : | + | :collection of crypto hashes, fast, pure and practical |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/proc-0.0.4 proc 0.0.4] |
| - | : | + | :Parse process information for Linux |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/bindings-gts-0.0.1 bindings-gts 0.0.1] |
| - | : | + | :Low level bindings supporting GTS, the GNU Triangulated Surface Library |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/haskell-src-meta-0.1.0 haskell-src-meta 0.1.0] |
| - | : | + | :Parse source to template-haskell abstract syntax. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/hexpat-0.19 hexpat 0.19] |
| - | : | + | :XML parser/formatter based on expat |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/th-lift-0.5 th-lift 0.5] |
| - | : | + | :Derive Template Haskell's Lift class for datatypes. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/sqlite-0.5 sqlite 0.5] |
| - | : | + | :Haskell binding to sqlite3 |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/attoparsec-0.8.1.0 attoparsec 0.8.1.0] |
| - | : | + | :Fast combinator parsing for bytestrings |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/hsmagick-0.4 hsmagick 0.4] |
| - | : | + | :FFI bindings for the GraphicsMagick library |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/wumpus-tree-0.3.0 wumpus-tree 0.3.0] |
| - | : | + | :Drawing trees |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/wumpus-microprint-0.4.0 wumpus-microprint 0.4.0] |
| - | : | + | :Microprints - "greek-text" pictures. |
[http://hackage.haskell.org/packages/archive/pkg-list.html More...] | [http://hackage.haskell.org/packages/archive/pkg-list.html More...] | ||
Revision as of 19:14, 21 August 2010
- enumerator 0.2
- Implementation of Oleg Kiselyov's left-fold enumerators
- mwc-random 0.7.0.1
- Fast, high quality pseudo random number generation
- text-json-qq 0.2.0
- Json Quasiquatation for Haskell.
- binary-generic 0.2
- Generic binary serialisation using binary and syb.
- strict-io 0.2.0
- A library wrapping standard IO modules to provide strict IO.
- gtkimageview 0.11.1
- Binding to the GtkImageView library.
- system-uuid 1.3.0
- Bindings to system UUID functions.
- cryptohash 0.5.2
- collection of crypto hashes, fast, pure and practical
- proc 0.0.4
- Parse process information for Linux
- bindings-gts 0.0.1
- Low level bindings supporting GTS, the GNU Triangulated Surface Library
- haskell-src-meta 0.1.0
- Parse source to template-haskell abstract syntax.
- hexpat 0.19
- XML parser/formatter based on expat
- th-lift 0.5
- Derive Template Haskell's Lift class for datatypes.
- sqlite 0.5
- Haskell binding to sqlite3
- attoparsec 0.8.1.0
- Fast combinator parsing for bytestrings
- hsmagick 0.4
- FFI bindings for the GraphicsMagick library
- wumpus-tree 0.3.0
- Drawing trees
- wumpus-microprint 0.4.0
- Microprints - "greek-text" pictures.


