diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-06-18 07:44:00 +0200 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-06-18 07:49:04 +0200 |
commit | 89448ef6c7ef3367f210562306cfa95c95d77250 (patch) | |
tree | 33f22a56e4cdeede4e10d9e445323b2bb53fcf61 /haddock-library/haddock-library.cabal | |
parent | fcad1df036670eeecbc78129e166d9026a062a0c (diff) |
Comment improvements + few words in cabal file
Diffstat (limited to 'haddock-library/haddock-library.cabal')
-rw-r--r-- | haddock-library/haddock-library.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal index 8567312a..20e0e94e 100644 --- a/haddock-library/haddock-library.cabal +++ b/haddock-library/haddock-library.cabal @@ -1,10 +1,12 @@ name: haddock-library version: 1.0.0 synopsis: Library exposing some functionality of Haddock. - description: Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it - without pulling in the GHC dependency. + 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. license: BSD3 license-file: LICENSE maintainer: Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> |