Skip to content
Snippets Groups Projects
Commit a9c73c88 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Document the bug-reports field

parent 0485433c
No related merge requests found
......@@ -586,6 +586,30 @@ Executable program2
</listitem>
</varlistentry>
<varlistentry>
<term>
<literal>bug-reports:</literal> <replaceable>URL</replaceable>
</term>
<listitem>
<para>
The URL where users should direct bug reports. This would
normally be either:
<itemizedlist>
<listitem>
A <literal>mailto:</literal> URL, eg for a person or a
mailing list.
</listitem>
<listitem>
An <literal>http:</literal> (or <literal>https:</literal>)
URL for an online bug tracking system.
</listitem>
</itemizedlist>
For example Cabal itself uses a web-based bug tracking system
<programlisting>bug-reports: http://hackage.haskell.org/trac/hackage/</programlisting>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<literal>package-url:</literal> <replaceable>URL</replaceable>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment