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
However, for hs-abci-sdk, we already have a custom Setup.hs so some work is required.
If we decide to only use haddock for pushing docs to the website (#190), then a workaround is to do what's suggested in the issue polysemy-research/polysemy-zoo#55 by temporarily disabling the plugins while building docs. This is is easy to put into the docs script.
The text was updated successfully, but these errors were encountered:
We seem to be running into this: polysemy-research/polysemy-zoo#55
One potential fix would be to have a custom
Setup.hs
like here: https://github.com/achirkin/easytensor/blob/4cc9a381ad09c7a013a121cc02231f0ac2de649d/dimensions/Setup.hsHowever, for
hs-abci-sdk
, we already have a customSetup.hs
so some work is required.If we decide to only use haddock for pushing docs to the website (#190), then a workaround is to do what's suggested in the issue polysemy-research/polysemy-zoo#55 by temporarily disabling the plugins while building docs. This is is easy to put into the docs script.
The text was updated successfully, but these errors were encountered: