documentation failures due to conflicting with ghc docs

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. -- Don

On Mon, Aug 17, 2009 at 5:26 AM, Don Stewart
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? /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe

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
participants (2)
-
Don Stewart
-
Magnus Therning