| 54 | | * backwards compat |
| 55 | | * more library reorg (#1338) |
| 56 | | * binary package DB, or at least make the one-file-per package work (#593, #723, #2089) |
| 57 | | * `^C` should raise an exception by default (also SIGPIPE, see #1619, #2301) |
| 58 | | * initial GHC API improvements: preserve comments and pragmas, generic traversals (#1467, #1886, GhcApiStatus) |
| | 55 | * More library reorg (#1338). The goal here is to shift stuff out of boot-libs and into the Haskell Library Platform, which is independently upgradable. Not hugely urgent, nice to have. |
| | 56 | |
| | 57 | * Binary package DB, or at least make the one-file-per package work (#593, #723, #2089) |
| | 58 | |
| | 59 | * `^C` should raise an exception by default (also SIGPIPE, see #1619, #2301). Nearly done! But not quite complete if you fork another process. This latter part is lower priority. |
| | 60 | |
| | 61 | * Initial GHC API improvements: preserve comments and pragmas, generic traversals (#1467, #1886, GhcApiStatus) |