That's where I generated it from :-)
It would be nice to generate that from the new database.
My main motivation was as follows: There are two possible paradigms for GHC API compatibility:
This allows existing code to (kind of) 'just work' - but it doesn't help in managing that code as it gets extended to use new features
- Export new names to old modules
I am thinking of working on a tool that does this.
This seems to me better for active codebases.
Having a 'single source of truth' database will help with this.