[0.0.29: fixed two typos Jeremy Shaw **20100609183024 Ignore-this: f007ec8f87f7e1470280665bdfe58c9f ] hunk ./Main.hs 265 -

Happstack is a Haskell web framework. Happstack is designed so that developers can prototype quickly, deploy painlessly, scale massively, operate reliably, and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows enironments.

+

Happstack is a Haskell web framework. Happstack is designed so that developers can prototype quickly, deploy painlessly, scale massively, operate reliably, and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows environments.

hunk ./Main.hs 271 -

Happstack's unique MACID distributed persistent data storage layer is based on the lessons learned and shared by high traffic sites such as Amazon, eBay, Facebook, and reddit. It provides a simple, yet powerful and scalable alternative to SQL. It uses native Haskell datatypes and functions, which means you get the power of Haskell in your query language, and freedom from SQL-injection attacks, database normalization, and data marshalling. Use graphs, trees, and your other favorite Haskell types in your persistent database with ease.

+

Happstack's unique MACID distributed persistent data storage layer is based on the lessons learned and shared by high traffic sites such as Amazon, eBay, Facebook, and reddit. It provides a simple, yet powerful and scalable alternative to SQL. It uses native Haskell datatypes and functions, which means you get the power of Haskell in your query language, and freedom from SQL-injection attacks, database normalization, and data marshaling. Use graphs, trees, and your other favorite Haskell types in your persistent database with ease.

hunk ./debian/changelog 1 +haskell-happstackdotcom (0.0.29) unstable; urgency=low + + * Fixed two typos + + -- Jeremy Shaw Wed, 09 Jun 2010 13:30:12 -0500 + hunk ./happstack.com.cabal 2 -Version: 0.0.28 +Version: 0.0.29