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/uniplate
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/uniplate')
-rw-r--r--dev-haskell/uniplate/metadata.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-haskell/uniplate/metadata.xml b/dev-haskell/uniplate/metadata.xml
index 97b35877856d..8885d422f610 100644
--- a/dev-haskell/uniplate/metadata.xml
+++ b/dev-haskell/uniplate/metadata.xml
@@ -11,25 +11,25 @@
To get started with Uniplate you should import one of the three following
modules:
- * &quot;Data.Generics.Uniplate.Data&quot; - to quickly start writing generic functions.
+ * "Data.Generics.Uniplate.Data" - to quickly start writing generic functions.
Most users should start by importing this module.
- * &quot;Data.Generics.Uniplate.Direct&quot; - a replacement for &quot;Data.Generics.Uniplate.Data&quot;
+ * "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data"
with substantially higher performance (around 5 times), but requires writing
instance declarations.
- * &quot;Data.Generics.Uniplate.Operations&quot; - definitions of all the operations defined
+ * "Data.Generics.Uniplate.Operations" - definitions of all the operations defined
by Uniplate. Both the above two modules re-export this module.
In addition, some users may want to make use of the following modules:
- * &quot;Data.Generics.Uniplate.Zipper&quot; - a zipper built on top of Uniplate instances.
+ * "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances.
- * &quot;Data.Generics.SYB&quot; - users transitioning from the Scrap Your Boilerplate library.
+ * "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library.
- * &quot;Data.Generics.Compos&quot; - users transitioning from the Compos library.
+ * "Data.Generics.Compos" - users transitioning from the Compos library.
- * &quot;Data.Generics.Uniplate.DataOnly&quot; - users making use of both @Data@ and @Direct@
+ * "Data.Generics.Uniplate.DataOnly" - users making use of both @Data@ and @Direct@
to avoid getting instance conflicts.
</longdescription>
</pkgmetadata>