dev-haskell/bifunctors: [QA] Consistent whitespace in metadata.xml

This commit is contained in:
David Seifert
2017-11-25 23:04:21 +01:00
parent 56a556feb7
commit 6aaafe119b

View File

@@ -9,14 +9,18 @@
Haskell 98 bifunctors
</longdescription>
<use>
<flag name="semigroups">You can disable the use of the
`semigroups` package using `-f-semigroups`. Disabing this is
an unsupported configuration, but it may be useful for
accelerating builds in sandboxes for expert users.</flag>
<flag name="tagged">You can disable the use of the `tagged` package
using `-f-tagged`. Disabing this is an unsupported
configuration, but it may be useful for accelerating builds in
sandboxes for expert users.</flag>
<flag name="semigroups">
You can disable the use of the
`semigroups` package using `-f-semigroups`. Disabing this is
an unsupported configuration, but it may be useful for
accelerating builds in sandboxes for expert users.
</flag>
<flag name="tagged">
You can disable the use of the `tagged` package
using `-f-tagged`. Disabing this is an unsupported
configuration, but it may be useful for accelerating builds in
sandboxes for expert users.
</flag>
</use>
<upstream>
<remote-id type="github">ekmett/bifunctors</remote-id>