From eaaaf6ddec4ec431b5f670f24dd56a7184283106 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 28 Jan 2016 17:08:57 -0800 Subject: [PATCH] site: home: link to other main package haddocks --- site/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/index.md b/site/index.md index 8c0484349..a7539a9b9 100644 --- a/site/index.md +++ b/site/index.md @@ -170,8 +170,10 @@ simultaneously. hledger is written in Haskell, a modern, highly-regarded programming language which contributes to hledger's robustness, performance and long-term maintainability. Most functionality is -exposed as reusable Haskell -[libraries](http://hackage.haskell.org/package/hledger-lib), making it +exposed as +[reusable](http://hackage.haskell.org/package/hledger-lib) +[Haskell](http://hackage.haskell.org/package/hledger) +[libraries](http://hackage.haskell.org/package/hledger-web), making it easy to write your own hledger-compatible [scripts](more-docs.html#scripting-examples), [add-ons](manual.html#add-ons) and applications.