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/HStringTemplate-0.6.4 HStringTemplate 0.6.4] |
| - | + | :StringTemplate implementation in Haskell. | |
| - | + | ;[http://hackage.haskell.org/package/jmacro-0.3.2 jmacro 0.3.2] | |
| - | : | + | :QuasiQuotation library for programmatic generation of Javascript code. |
| - | + | ;[http://hackage.haskell.org/package/hlibev-0.2.8 hlibev 0.2.8] | |
| - | + | :FFI interface to libev | |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/criterion-0.5.0.3 criterion 0.5.0.3] |
| - | : | + | :Robust, reliable performance measurement and analysis |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/statistics-0.6.0.2 statistics 0.6.0.2] |
| - | : | + | :A library of statistical types, data, and functions |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/mwc-random-0.7.0.0 mwc-random 0.7.0.0] |
| - | + | ||
| - | + | ||
| - | : | + | |
| - | ;[http://hackage.haskell.org/package/ | + | |
| - | + | ||
| - | + | ||
| - | :A | + | |
| - | ;[http://hackage.haskell.org/package/mwc-random-0. | + | |
:Fast, high quality pseudo random number generation | :Fast, high quality pseudo random number generation | ||
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/uuagc-0.9.29 uuagc 0.9.29] |
| - | : | + | :Attribute Grammar System of Universiteit Utrecht |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/blaze-html-0.1.2 blaze-html 0.1.2] |
| - | : | + | :A blazingly fast HTML combinator library. |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/snap-server-0.2.8.1 snap-server 0.2.8.1] |
| - | : | + | :A fast, iteratee-based, epoll-enabled web server for the Snap Framework |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/snap-core-0.2.8.1 snap-core 0.2.8.1] |
| - | : | + | :Snap: A Haskell Web Framework (Core) |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/monad-mersenne-random-0.1 monad-mersenne-random 0.1] |
| - | : | + | :An efficient random generator monad, based on the Mersenne Twister |
| - | ;[http://hackage.haskell.org/package/ | + | ;[http://hackage.haskell.org/package/yesod-0.4.0.2 yesod 0.4.0.2] |
| - | : | + | :Creation of type-safe, RESTful web applications. |
| + | ;[http://hackage.haskell.org/package/yesod-examples-0.4.0 yesod-examples 0.4.0] | ||
| + | :Example programs using the Yesod Web Framework. | ||
| + | ;[http://hackage.haskell.org/package/persistent-sqlite-0.1.0 persistent-sqlite 0.1.0] | ||
| + | :Backend for the persistent library using sqlite3. | ||
| + | ;[http://hackage.haskell.org/package/persistent-postgresql-0.1.0 persistent-postgresql 0.1.0] | ||
| + | :Backend for the persistent library using postgresql. | ||
| + | ;[http://hackage.haskell.org/package/persistent-0.1.0 persistent 0.1.0] | ||
| + | :Type-safe, non-relational, multi-backend persistence. | ||
| + | ;[http://hackage.haskell.org/package/web-routes-quasi-0.5.0 web-routes-quasi 0.5.0] | ||
| + | :Define data types and parse/build functions for web-routes via a quasi-quoted DSL | ||
[http://hackage.haskell.org/packages/archive/pkg-list.html More...] | [http://hackage.haskell.org/packages/archive/pkg-list.html More...] | ||
Revision as of 19:05, 14 July 2010
- HStringTemplate 0.6.4
- StringTemplate implementation in Haskell.
- jmacro 0.3.2
- QuasiQuotation library for programmatic generation of Javascript code.
- hlibev 0.2.8
- FFI interface to libev
- criterion 0.5.0.3
- Robust, reliable performance measurement and analysis
- statistics 0.6.0.2
- A library of statistical types, data, and functions
- mwc-random 0.7.0.0
- Fast, high quality pseudo random number generation
- uuagc 0.9.29
- Attribute Grammar System of Universiteit Utrecht
- blaze-html 0.1.2
- A blazingly fast HTML combinator library.
- snap-server 0.2.8.1
- A fast, iteratee-based, epoll-enabled web server for the Snap Framework
- snap-core 0.2.8.1
- Snap: A Haskell Web Framework (Core)
- monad-mersenne-random 0.1
- An efficient random generator monad, based on the Mersenne Twister
- yesod 0.4.0.2
- Creation of type-safe, RESTful web applications.
- yesod-examples 0.4.0
- Example programs using the Yesod Web Framework.
- persistent-sqlite 0.1.0
- Backend for the persistent library using sqlite3.
- persistent-postgresql 0.1.0
- Backend for the persistent library using postgresql.
- persistent 0.1.0
- Type-safe, non-relational, multi-backend persistence.
- web-routes-quasi 0.5.0
- Define data types and parse/build functions for web-routes via a quasi-quoted DSL


