aboutsummaryrefslogtreecommitdiff
path: root/haddock-library
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2018-10-16 18:45:52 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2018-10-16 18:45:52 +0200
commitb90465ac987600d09d0f9b9b5afee077925bda06 (patch)
treedbfefd2a79043d26eb8d7260a480c5d206195ba4 /haddock-library
parentd6b47bbb8bfb88fcf0900fa33376131b5d8e1e6b (diff)
Minor tweak to package description
Diffstat (limited to 'haddock-library')
-rw-r--r--haddock-library/haddock-library.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 195d409e..74c928b2 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -6,8 +6,8 @@ description: Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
without pulling in the GHC dependency. Please note that the
API is likely to change so specify upper bounds in your
- project if you can't release often. For interacting with Haddock
- itself, see the ‘haddock’ package.
+ project. For interacting with Haddock
+ itself, see the [haddock package](https://hackage.haskell.org/package/haddock).
license: BSD3
license-files: LICENSE
maintainer: Alec Theriault <alec.theriault@gmail.com>, Alex Biehl <alexbiehl@gmail.com>, Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>