[Bug 1149850] ghc-compiler includes whole documentation

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 7 01:02:51 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1149850



--- Comment #1 from Jens Petersen <petersen at redhat.com> ---
(In reply to Matěj Cepl from comment #0)
> ghc-compiler has 80+MB in /usr/share/doc/ghc-compiler/html

I assume you mean /usr/share/doc/ghc/html/libraries ?

While that directory is owned by ghc-compiler most of the content
in there is from various libraries.

At a minimum, ghc-compiler pulls in ghc-base-devel which contains:

15M    base-4.6.0.1/
2.5M    ghc-prim-0.3.0.0/
392K    integer-gmp-0.5.0.0/

ghc-compiler does own /usr/share/doc/ghc/html/libraries/doc-index-All.html
(21M)
which is a ghost file generated if then ghc-doc-index cronjob is installed.

(ghc-ghc-devel's doc is the largest: 62M)

I guess you're really suggesting that Haskell libraries
use subpackages for their docs.  That is quite a big
packaging structural change but maybe it is worth doing
for F22.  The downside to that is that docs of deps
are used when generating lib docs so we need to add
BRs for all the docs packages too across 280+ packages
so it is not a completely trivial change but it is possible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tprbjsRK71&a=cc_unsubscribe


More information about the haskell-devel mailing list