Skip to content

Commit e876c32

Browse files
committed
[chore] make clear what "Package Description" refers to
1 parent ec1fdd3 commit e876c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Distribution/Server/Pages/Package.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ downloadSection PackageRender{..} =
9595
[ anchor ! [href cabalURL] << "Package description" ]
9696
(True,Nothing) ->
9797
[ anchor ! [href cabalURL] << "Package description"
98-
, toHtml " (as included in the package)"
98+
, toHtml " (as included in the package as *.cabal file)"
9999
]
100100
(True,Just _) ->
101101
[ anchor ! [href cabalURL] << "Package description"

0 commit comments

Comments
 (0)