Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
a9c73c88
Commit
a9c73c88
authored
16 years ago
by
Duncan Coutts
Browse files
Options
Downloads
Patches
Plain Diff
Document the bug-reports field
parent
0485433c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Cabal.xml
+24
-0
24 additions, 0 deletions
doc/Cabal.xml
with
24 additions
and
0 deletions
doc/Cabal.xml
+
24
−
0
View file @
a9c73c88
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment