From 00ec1c5a77e100f4ece4729fdb5c93e61a740ff6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Feb 2015 09:50:30 +0200 Subject: [PATCH] Example of generating docs --- content/basic-tooling-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/basic-tooling-guide.md b/content/basic-tooling-guide.md index df07c23..4b6332b 100644 --- a/content/basic-tooling-guide.md +++ b/content/basic-tooling-guide.md @@ -15,3 +15,4 @@ Needs to be written. Basics: * Sandboxing * Starting a project * http://www.yesodweb.com/blog/2014/09/woes-multiple-package-versions +* Generating docs with working links, e.g.: `cabal haddock --hyperlink-source --html-location='http://www.stackage.org/haddock/lts-1.9/$pkg-$version'`