diff options
author | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2009-08-23 06:26:36 +0000 |
---|---|---|
committer | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2009-08-23 06:26:36 +0000 |
commit | 3a51468aabab2a3f4b9e06e7e0025f2421e07469 (patch) | |
tree | 0b3cd5e8096900b5855e8bf77b522bf4d3bfb027 /haddock.cabal | |
parent | 708bfb537b377129ea81025efbef3f6270fb827f (diff) |
re-implement function-argument docs
..on top of the lexParseRn work.
This patch doesn't change the InstalledInterface format, and thus,
it does not work cross-package, but that will be easy to add
subsequently.
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index ad7f99ec..3fac4cab 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -91,6 +91,7 @@ executable haddock Haddock.Interface Haddock.Interface.Rename Haddock.Interface.Create + Haddock.Interface.ExtractFnArgDocs Haddock.Interface.AttachInstances Haddock.Interface.Lex Haddock.Interface.Parse |