-
Notifications
You must be signed in to change notification settings - Fork 237
coot/multiple package (ghc-head) #1419
coot/multiple package (ghc-head) #1419
Conversation
cebb12e
to
ecb8942
Compare
I wasn't able to test it locally, because it does not build for me. I am getting various type errors due to changes in I am getting type errors due to changes in |
@coot To test locally, you have to apply this patch to the haddock submodule in the GHC tree and run the tests. If you have issues with GHC master branch, please contact the GHC dev team. :) |
I mean, something a bit different. To compile |
@coot Can you uninstall ghc 9.2 and reinstall it like this? $ ghcup install ghc -u "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-9.2/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27" 9.2 |
With
I got slightly further with
|
Aeson style FromJSON class with Parsec based json parser.
When creating haddock summary page for multiple packages render doc-index.json file using contents of all found 'doc-index.json' files.
When rendering html, render doc-index.json file independently of maybe_index_url option. doc-index.json file is useful now even if maybe_index_url is not `Nothing`.
New `Flag_BaseURL` which configures from where static files are loaded (--base-url). If given and not equal "." static files are not coppied, as this indicates that they are not read from the the directory where we'd copy them. The default value is ".".
ecb8942
to
57ad858
Compare
@Kleidukos I rebased on a more recent version of |
Thank you for your patience! |
The PRs #1277 and #1379 rebased onto ghc-head branch.