diff options
author | Yuchen Pei <hi@ypei.me> | 2022-07-18 15:40:47 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-07-22 10:11:51 +1000 |
commit | 473957d69a42fa1770a821bb6d17520a9305b213 (patch) | |
tree | 07ae5d75d73e82d558a1edb87ecc1c5e0401c0c3 /README.md | |
parent | ec2bca167898e934821e21c175cb996776bd1edf (diff) |
Preparing for publication.
- license
- cabal
- readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -12,8 +12,12 @@ This project consists of three packages: wrapper around `haddock-api`'s `Documentation.Haddock.haddock` function. * `haddock-api`: contains the program logic of the `haddock` tool. - [The haddocks for the `Documentation.Haddock` module][Documentation.Haddock] - offer a good overview of the functionality. + [The haddocks for the `Documentation.Haddock` + module][Documentation.Haddock] offer a good overview of the + functionality. However, this distribution comes with a modified + version `haddorg-api` which adds an org backend. See + [haddock-api/README.org](haddock-api/README.org) for more + information. * `haddock-library`: is concerned with the parsing and processing of the Haddock markup language. Unlike the other packages, it is expected to build |