summaryrefslogtreecommitdiff
path: root/dev-haskell/yaml/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/yaml/metadata.xml')
-rw-r--r--dev-haskell/yaml/metadata.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/yaml/metadata.xml b/dev-haskell/yaml/metadata.xml
index 2eae49bd2eae..3d126b223c2e 100644
--- a/dev-haskell/yaml/metadata.xml
+++ b/dev-haskell/yaml/metadata.xml
@@ -7,14 +7,14 @@
</maintainer>
<longdescription>
Provides support for parsing and emitting Yaml documents.
-
+
This package includes the full libyaml C library version 0.1.12 by Kirill
Simonov (&lt;http://pyyaml.org/wiki/LibYAML&gt;) in the package so you
don't need to worry about any non-Haskell dependencies.
</longdescription>
<use>
- <flag name="no-examples">don't build the examples</flag>
- <flag name="no-exe">don't install the yaml2json executable</flag>
+ <flag name="examples">Install the haskell-yaml-examples executable</flag>
+ <flag name="executable">Install the yaml2json and json2yaml executables</flag>
</use>
<upstream>
<remote-id type="github">snoyberg/yaml</remote-id>