We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1fdd3 commit e876c32Copy full SHA for e876c32
src/Distribution/Server/Pages/Package.hs
@@ -95,7 +95,7 @@ downloadSection PackageRender{..} =
95
[ anchor ! [href cabalURL] << "Package description" ]
96
(True,Nothing) ->
97
[ anchor ! [href cabalURL] << "Package description"
98
- , toHtml " (as included in the package)"
+ , toHtml " (as included in the package as *.cabal file)"
99
]
100
(True,Just _) ->
101
0 commit comments