documentation: Truein your .cabal/config file, just recompile your project with
cabal install --enable-documentationThen just cd into this directory and do
cabal runand it should create an index.html file here with everything linked. If you're an emacs user, you might want to add
(defun haddock () "Load haddock index in eww." (interactive) (eww-open-file "~/indexHaddock/index.html"))to your .emacs file so you can just type M-x haddock to get to your docs
Sitemap
Go up to my Haskell stuff Go up to Home Page of Nadine Loves Henry
Continue with Memoizing in Haskell