summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-24 23:15:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-24 23:58:38 +0100
commit4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch)
treec9fc5379b3c3097e4235ec64664ef2d893dd58ad /dev-haskell/snap-core
parentpackage.use.mask studio for net-analyzer/icinga2 (diff)
downloadgentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz
gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2
gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'dev-haskell/snap-core')
-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