Merge pull request #16370 from rasendubi/haskell-hoogle

haskell-hoogle: adapt to GHC docs split

Changed files
+1 -1
pkgs
development
haskell-modules
+1 -1
pkgs/development/haskell-modules/hoogle.nix
···
}
echo importing builtin packages
-
for docdir in ${ghc}/${docLibGlob}/*; do
+
for docdir in ${ghc.doc}/${docLibGlob}/*; do
name="$(basename $docdir)"
${opts isGhcjs ''docdir="$docdir/html"''}
if [[ -d $docdir ]]; then