Skip to content

Commit

Permalink
[chore] make clear what "Package Description" refers to
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV committed Jan 3, 2025
1 parent ec1fdd3 commit e876c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Distribution/Server/Pages/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ downloadSection PackageRender{..} =
[ anchor ! [href cabalURL] << "Package description" ]
(True,Nothing) ->
[ anchor ! [href cabalURL] << "Package description"
, toHtml " (as included in the package)"
, toHtml " (as included in the package as *.cabal file)"
]
(True,Just _) ->
[ anchor ! [href cabalURL] << "Package description"
Expand Down

0 comments on commit e876c32

Please sign in to comment.