Just getting back into Haskell after a break, I was reading the Haskell 2010 report. The preface contains this remark:
After several years exploring the design space, it was decided that a single monolithic revision of the language was too large a task, and the best way to make progress was to evolve the language in small incremental steps, each revision integrating only a small number of well-understood extensions and changes. Haskell 2010 is the first revision to be created in this way, and new revisions are expected once per year.
Have there been any more recent versions of the report? Have there been any annual revisions published? Is the 2010 report the final word, formally speaking, currently? Will the large number of GHC extensions ever get into the Report?