summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/snap-core/metadata.xml')
-rw-r--r--dev-haskell/snap-core/metadata.xml10
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 \&quot;Snap\&quot;, inspired by
- happstack&#39;s (&lt;http://happstack.com/index.html&gt;), which allows:
+ 3. A monad for programming web handlers called \"Snap\", inspired by
+ happstack's (&lt;http://happstack.com/index.html&gt;), 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 &#39;Snap&#39; monad and HTTP definitions are in &quot;Snap.Core&quot;,
- some iteratee utilities are in &quot;Snap.Iteratee&quot;.
+ /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