diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-12-15 15:52:00 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-12-15 15:52:00 +0000 |
commit | 3e5e665d0ccca50f299bd425c962ad22eaeb4417 (patch) | |
tree | a2fc5e39dafad218a9df74ba9d412d43c4408c15 | |
parent | f43003b73bb6fe579970f4f72db123e5e3e2cdbc (diff) |
TODO: do something better about re-exported symbols from another package
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ ----------------------------------------------------------------------------- -- features +* Do something better about re-exported symbols from another package. + * Haddock could compare interfaces from multiple versions of a module and indicate changes between versions (eg. a small "new!" or "changed!" icon, or "stable since 1.0"). |