Henry Laxen Feb 22, 2026
A quick an easy way to create an index of the haddock files in your various haskell related directories. If you don't have
documentation: True
in your .cabal/config file, just recompile your project with
cabal install --enable-documentation
Then just cd into this directory and do
  cabal run
and 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

Here are the files: Just grab indexHaddock.tgz for everything
indexHaddock.tgz
cabal.project
indexHaddock.cabal
indexHaddock.lhs
README.md

Quote of the day:
I better use some Tic Tacs just in case I start kissing her. You know I'm automatically attracted to beautiful—I just start kissing them. It's like a magnet. Just kiss. I don't even wait. And when you're a star, they let you do it. You can do anything. Grab 'em by the pussy. You can do anything.
Donald J. Trump, Embarrassment in Chief

Sitemap
Go up to my Haskell stuff Go up to Home Page of Nadine Loves Henry
Continue with Memoizing in Haskell