diff options
author | Yuchen Pei <hi@ypei.me> | 2022-07-20 17:18:10 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-07-21 13:01:51 +1000 |
commit | 54467c7e8bda4dd14dedcc4fec44ef787f7e8e3c (patch) | |
tree | 04a899a4e66a28189c7b3e217108fb6ab2bd8845 | |
parent | 3bb91aee5e3722057ae452f56d0dd9f7539f4621 (diff) |
Adding acknowledgement to org-parser.
-rw-r--r-- | haddock-api/README.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haddock-api/README.org b/haddock-api/README.org index 895eccdc..3bd64d32 100644 --- a/haddock-api/README.org +++ b/haddock-api/README.org @@ -126,6 +126,10 @@ contains large libraries like base and ghc. For links to work in the alternative approach, the links have to be aware of org files of other packages. +** Acknowledgement + +Part of the code is adapted from [[https://github.com/lucasvreis/org-parser][org-parser]]. + ** License, copyright, contributing Haddock is licensed under modified BSD (aka BSD-3-Clause), with |