aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-06-21 15:50:42 +0000
committersimonmar <unknown>2002-06-21 15:50:42 +0000
commit4831dbbdd3d9899efdd07093507ae7bf08209289 (patch)
tree67dd8f744befe07ed9c6e7471e272faa991bf40c /CHANGES
parentb8dbfe209d85d26d4b89d9d47b7d0604f6e05c46 (diff)
[haddock @ 2002-06-21 15:50:42 by simonmar]
Add support for reading and writing interface files(!) This turned out to be quite easy, and necessary to get decent hyperlinks between the documentation for separate packages in the libraries. The functionality isn't quite complete yet: for a given package of modules, you'd like to say "the HTML for these modules lives in directory <dir>" (currently they are assumed to be all in the same place). Two new flags: --dump-interface=FILE dump an interface file in FILE --read-interface=FILE read interface from FILE an interface file describes *all* the modules being processed. Only the exported names are kept in the interface: if you re-export a name from a module in another interface the signature won't be copied. This is a compromise to keep the size of the interfaces sensible. Also, I added another useful option: --no-implicit-prelude avoids trying to import the Prelude. Previously this was the default, but now importing the Prelude from elsewhere makes sense if you also read in an interface containing the Prelude module, so Haddock imports the Prelude implicitly according to the Haskell spec.
Diffstat (limited to 'CHANGES')
0 files changed, 0 insertions, 0 deletions