
17 Aug
2009
17 Aug
'09
11:32 a.m.
magnus:
On Mon, Aug 17, 2009 at 5:26 AM, Don Stewart
wrote: So another issue raised by the documentation of packages:
haskell-regex-base: /usr/share/doc/ghc/libraries/regex-base exists in filesystem
The docs are installed in the right place, then we do a symlink,
install -d -m755 $pkgdir/usr/share/doc/ghc/libraries ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/libraries/regex-base
Seems like something else we want to think about.
This is a problem that goes away when GHC stops shipping with the core packages though, right?
It will as long as we don't try to upgrade the core packages, yes. -- Don