Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHC 9.4.4; can't generate haddock #28

Open
LeventErkok opened this issue Jan 13, 2023 · 1 comment
Open

GHC 9.4.4; can't generate haddock #28

LeventErkok opened this issue Jan 13, 2023 · 1 comment

Comments

@LeventErkok
Copy link
Owner

Haddock generation is failing again with a bizarre error. (Reminiscent of older issues we had regarding haddock):

 100% ( 11 / 11) in 'Data.SBV.Plugin'

<no location info>: error:
    expectJust getLinkDeps
CallStack (from HasCallStack):
  error, called at compiler/GHC/Data/Maybe.hs:71:27 in ghc:GHC.Data.Maybe
  expectJust, called at compiler/GHC/Linker/Loader.hs:847:28 in ghc:GHC.Linker.Loader

<no location info>: error:
    expectJust getLinkDeps
CallStack (from HasCallStack):
  error, called at compiler/GHC/Data/Maybe.hs:71:27 in ghc:GHC.Data.Maybe
  expectJust, called at compiler/GHC/Linker/Loader.hs:847:28 in ghc:GHC.Linker.Loader

I suspect this is again something to do with Template Haskell; but I'm at a loss ass to what's going on.

@LeventErkok
Copy link
Owner Author

NB. I was able to rename the old source bundle from the previous release and release that way to hackage for 9.4.4 release. This is really borderline horrible, but since I didn't make any significant code changes (other than moving to GHC 9.4.4 related collateral), it's better than not having the documentation. Really would like this to be properly handled though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant