Skip to content

Instantly share code, notes, and snippets.

@JonathanLorimer
Created September 11, 2024 21:36
Show Gist options
  • Save JonathanLorimer/26fc1e03dbebfe664ac45c482817391e to your computer and use it in GitHub Desktop.
Save JonathanLorimer/26fc1e03dbebfe664ac45c482817391e to your computer and use it in GitHub Desktop.
Haddock Warnings
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
Warning: 'hxSwap' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 13 / 14) in 'Htmx.Lucid.Core'
Missing documentation for:
OnEvent (src/Htmx/Lucid/Core.hs:73)
100% ( 2 / 2) in 'Htmx.Lucid.Extension.IncludeVals'
93% ( 29 / 31) in 'Htmx.Lucid.Extra'
Missing documentation for:
ParamsFilter (src/Htmx/Lucid/Extra.hs:93)
SyncStrategy (src/Htmx/Lucid/Extra.hs:152)
Warning: 'useHtmxExt' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'useHtmxExts' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
72% ( 8 / 11) in 'Htmx.Lucid.Head'
Missing documentation for:
htmxSrc (src/Htmx/Lucid/Head.hs:65)
htmxSrcWithSemVer (src/Htmx/Lucid/Head.hs:80)
htmxExtSrc (src/Htmx/Lucid/Head.hs:84)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment