mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
Merge pull request #16370 from rasendubi/haskell-hoogle
haskell-hoogle: adapt to GHC docs split
This commit is contained in:
commit
99c6c9d42f
|
@ -79,7 +79,7 @@ stdenv.mkDerivation {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo importing builtin packages
|
echo importing builtin packages
|
||||||
for docdir in ${ghc}/${docLibGlob}/*; do
|
for docdir in ${ghc.doc}/${docLibGlob}/*; do
|
||||||
name="$(basename $docdir)"
|
name="$(basename $docdir)"
|
||||||
${opts isGhcjs ''docdir="$docdir/html"''}
|
${opts isGhcjs ''docdir="$docdir/html"''}
|
||||||
if [[ -d $docdir ]]; then
|
if [[ -d $docdir ]]; then
|
||||||
|
|
Loading…
Reference in a new issue