summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/bifunctors/metadata.xml20
1 files changed, 12 insertions, 8 deletions
diff --git a/dev-haskell/bifunctors/metadata.xml b/dev-haskell/bifunctors/metadata.xml
index 55365c128995..7c41a8ab499b 100644
--- a/dev-haskell/bifunctors/metadata.xml
+++ b/dev-haskell/bifunctors/metadata.xml
@@ -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>