diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /dev-haskell/uniplate | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-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.xml | 14 |
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: - * "Data.Generics.Uniplate.Data" - to quickly start writing generic functions. + * "Data.Generics.Uniplate.Data" - to quickly start writing generic functions. Most users should start by importing this module. - * "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data" + * "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data" with substantially higher performance (around 5 times), but requires writing instance declarations. - * "Data.Generics.Uniplate.Operations" - 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: - * "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances. + * "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances. - * "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library. + * "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library. - * "Data.Generics.Compos" - users transitioning from the Compos library. + * "Data.Generics.Compos" - users transitioning from the Compos library. - * "Data.Generics.Uniplate.DataOnly" - 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> |