X.D.Developing: Refer to cabal instead of runhaskell

This commit is contained in:
slotThe
2021-10-25 18:38:44 +02:00
parent bc5d4f18e2
commit 719c8ecfe9

View File

@@ -277,11 +277,11 @@ To generate and view the Haddock documentation for your extension, run
If the builds succeeds, at the end stack should tell you where the If the builds succeeds, at the end stack should tell you where the
generated @index.html@ is located. generated @index.html@ is located.
Alternatively, you can run Alternatively, you can also run
> runhaskell Setup haddock > cabal haddock
and then point your browser to @\/path\/to\/XMonadContrib\/dist\/doc\/html\/xmonad-contrib\/index.html@. to similar effect.
For more information, see the Haddock documentation: For more information, see the Haddock documentation:
<http://www.haskell.org/haddock/doc/html/index.html>. <http://www.haskell.org/haddock/doc/html/index.html>.