haskell-hoogle: remedy some fallout from https://github.com/NixOS/nixpkgs/pull/16167
ghcWithHoogle builds with this patch applied, but it's probably still broken in the sense that links might point nowhere or that the generated databases and/or documentation might be incomplete.
This commit is contained in:
parent
5fc64c4baa
commit
06489a1850
@ -47,7 +47,7 @@ let
|
||||
# On GHCJS, use a stripped down version of GHC's prologue.txt
|
||||
prologue =
|
||||
if !isGhcjs
|
||||
then "${ghc}/${docLibGlob}/prologue.txt"
|
||||
then "${ghc.doc}/${docLibGlob}/prologue.txt"
|
||||
else writeText "ghcjs-prologue.txt" ''
|
||||
This index includes documentation for many Haskell modules.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user