Skip to content

Commit 8389c13

Browse files
authored
Document effect of PR #761 (2018-06-25)
Document effect of PR #761 (2018-06-25)
2 parents f1eb1b5 + 1d5e858 commit 8389c13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

datafiles/templates/upload.html.st

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ of that name and version, including <em>package</em><code>.cabal</code>.
6363
See the notes at the bottom of the page.
6464
</p>
6565

66+
<p>A Cabal package name can use any alphabetic Unicode code-point, however
67+
Hackage rejects package names that use alphabetic code-points other than those
68+
from the Latin alphabet (that is, <code>A</code> to <code>Z</code> and
69+
<code>a</code> to <code>z</code>). With one exception, the name of a new package
70+
cannot be the same as the name of an existing package, based on a
71+
case-insensitive comparison. The exception is if the maintainer uploading the
72+
new package is a maintainer of the existing package.
73+
</p>
74+
6675
<div style="font-size: large; text-align: center;"><a href="/packages/upload">Upload a package</a></div>
6776
<div style="font-size: large; text-align: center;"><a href="/packages/candidates/upload">Upload a package candidate</a></div>
6877

0 commit comments

Comments
 (0)