You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haddock fails to generate documentation for the webkit2gtk3-javascriptcore library.
This creates a difficult to debug error for projects using this dependency, especially when running haskell.nix projects that pull in this project:
Setup: Graphics/UI/Gtk/WebKit/JavaScriptCore/JSValueRef.chi not found in:
/nix/store/a2xpbp9v6qlkq9zh2bcsbfslb5nvc0rd-ghc-8.10.7/lib/ghc-8.10.7/base-4.14.3.0
dist/build
.
Reproduction
On master (b092a70 at the time of writing) reproduce with:
nix-shell --command "cabal haddock"
The text was updated successfully, but these errors were encountered:
- See gtk2hs/webkit-javascriptcore#6
- The Haddock step of webkit2gtk3 fails. We won't miss the Haddock documentation
for this package so we just workaround it by disabling the Haddock generation.
Issue
Haddock fails to generate documentation for the
webkit2gtk3-javascriptcore
library.This creates a difficult to debug error for projects using this dependency, especially when running haskell.nix projects that pull in this project:
Reproduction
On master (b092a70 at the time of writing) reproduce with:
The text was updated successfully, but these errors were encountered: