diff options
author | Sam James <sam@gentoo.org> | 2022-10-04 04:06:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-04 04:06:04 +0100 |
commit | b4727f958a9e9a385a8287dc90dad4690b98d776 (patch) | |
tree | a0484dd7efb2a32c2ea2794c914bee81002d68e8 /dev-haskell | |
parent | media-sound/spotify: fix UnusedLocalUse (diff) | |
download | gentoo-b4727f958a9e9a385a8287dc90dad4690b98d776.tar.gz gentoo-b4727f958a9e9a385a8287dc90dad4690b98d776.tar.bz2 gentoo-b4727f958a9e9a385a8287dc90dad4690b98d776.zip |
dev-haskell/haddock-library: fix PkgMetadataXmlInvalidPkgRef
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/haddock-library/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/haddock-library/metadata.xml b/dev-haskell/haddock-library/metadata.xml index 2abd7bdab3b9..5f0143d97f54 100644 --- a/dev-haskell/haddock-library/metadata.xml +++ b/dev-haskell/haddock-library/metadata.xml @@ -8,9 +8,9 @@ <longdescription> Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it - without pulling in the GHC dependency. Please note that the + without pulling in the GHC dependency and it is not the same + as Haddock itself. Please note that the API is likely to change so specify upper bounds in your - project if you can't release often. For interacting with Haddock - itself, see the <pkg>dev-haskell/haddock</pkg> package. + project if you can't release often. </longdescription> </pkgmetadata> |