dev-haskell/comonad: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:05:34 +0000 (23:05 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:20:55 +0000 (12:20 +0100)
dev-haskell/comonad/metadata.xml

index 5602d8274fe42357aac9f64d8ce9b3beda34c963..e94f4818100b3d8fba20b969cc6ba522e6a55461 100644 (file)
@@ -9,18 +9,26 @@
                Haskell 98 comonads
        </longdescription>
        <use>
-               <flag name="test-doctests">Run the doctests test suite</flag>
-               <flag name="containers">You can disable the use of the `containers` package
-  using `-f-containers`. Disabing this is an unsupported configuration, but it
-  may be useful for accelerating builds in sandboxes for expert users.</flag>
-               <flag name="contravariant">You can disable the use of the `contravariant`
-  package using `-f-contravariant`. Disabling this is an unsupported
-  configuration, but it may be useful for accelerating builds in sandboxes for
-  expert users. If disabled we will not supply instances of `Contravariant`</flag>
-               <flag name="distributive">You can disable the use of the `distributive`
-  package using `-f-distributive`. Disabling this is an unsupported
-  configuration, but it may be useful for accelerating builds in sandboxes for
-  expert users. If disabled we will not supply instances of `Distributive`</flag>
+               <flag name="test-doctests">
+                       Run the doctests test suite
+               </flag>
+               <flag name="containers">
+                       You can disable the use of the `containers` package
+                       using `-f-containers`. Disabing this is an unsupported configuration, but it
+                       may be useful for accelerating builds in sandboxes for expert users.
+               </flag>
+               <flag name="contravariant">
+                       You can disable the use of the `contravariant`
+                       package using `-f-contravariant`. Disabling this is an unsupported
+                       configuration, but it may be useful for accelerating builds in sandboxes for
+                       expert users. If disabled we will not supply instances of `Contravariant`
+               </flag>
+               <flag name="distributive">
+                       You can disable the use of the `distributive`
+                       package using `-f-distributive`. Disabling this is an unsupported
+                       configuration, but it may be useful for accelerating builds in sandboxes for
+                       expert users. If disabled we will not supply instances of `Distributive`
+               </flag>
        </use>
        <upstream>
                <remote-id type="github">ekmett/comonad</remote-id>