diff options
Diffstat (limited to 'dev-haskell/snap-core/metadata.xml')
-rw-r--r-- | dev-haskell/snap-core/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-haskell/snap-core/metadata.xml b/dev-haskell/snap-core/metadata.xml index 8c382561191a..c5821ca89cc4 100644 --- a/dev-haskell/snap-core/metadata.xml +++ b/dev-haskell/snap-core/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>haskell</herd> <use> - <flag name='portable'>No non-haskell unportable code.</flag> + <flag name="portable">No non-haskell unportable code.</flag> </use> <longdescription> Snap is a simple and fast web development framework and server written in @@ -18,8 +18,8 @@ 2. Type aliases and helper functions for Iteratee I/O - 3. A monad for programming web handlers called \"Snap\", inspired by - happstack's (<http://happstack.com/index.html>), which allows: + 3. A monad for programming web handlers called \"Snap\", inspired by + happstack's (<http://happstack.com/index.html>), which allows: * Stateful access to the HTTP request and response objects @@ -29,8 +29,8 @@ * Early termination of the computation if you know early what you want to return and want to prevent further monadic processing - /Quick start/: The 'Snap' monad and HTTP definitions are in "Snap.Core", - some iteratee utilities are in "Snap.Iteratee". + /Quick start/: The 'Snap' monad and HTTP definitions are in "Snap.Core", + some iteratee utilities are in "Snap.Iteratee". Higher-level facilities for building web applications (like user/session management, component interfaces, data modeling, etc.) are planned but not |