# README

Just cd into this directory and do
  cabal run
and it should create an index.html file here with everything linked.
If your 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

please direct any questions, comments, or misc. personal abuse to:
Henry Laxen at nadine.and.henry@pobox.com
