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
cabal new-build my-package: builds the package successfully.
Now I want the docs: cabal new-haddock my-package. Cabal says Up to date, but there is no documentation generated anywhere (or at least, find --name '*.html' does not return anything :-)
It looks like there is a confusion between the package being built, and the documentation for the package being built.
The text was updated successfully, but these errors were encountered:
Hello,
this is what I did:
cabal new-build my-package
: builds the package successfully.cabal new-haddock my-package
. Cabal saysUp to date
, but there is no documentation generated anywhere (or at least,find --name '*.html'
does not return anything :-)It looks like there is a confusion between the package being built, and the documentation for the package being built.
The text was updated successfully, but these errors were encountered: