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
If the documentation generation was split off into a separate binary, say swarm-docs, then pandoc would not need to be compiled when just running swarm.
The text was updated successfully, but these errors were encountered:
@kostmo could we make it a Stack/Cabal script? It seems the table generation does not depend on Swarm and we could run it as a one file script as long as Stack/Cabal provided the dependencies.
EDIT: I thought this would be harder if docs depended on Swarm version, but they can be another executable target in same repo and that should work fine.
Closes#1443.
Also added `-Wunused-packages` to clean up dependencies.
## Demo
This still works as usual:
stack run
Output editor keywords:
stack run swarm-docs -- editors --emacs
I've introduced
pandoc
as a dependency for #1436.If the documentation generation was split off into a separate binary, say
swarm-docs
, thenpandoc
would not need to be compiled when just runningswarm
.The text was updated successfully, but these errors were encountered: